#include <Fixed_Size_SArgument_T.h>
Inheritance diagram for TAO::In_Fixed_Size_SArgument_T< S >:
Public Member Functions | |
S const & | arg (void) const |
Retrieve underlying argument. | |
@c TAO::Argument Method Overrides | |
TAO::Argument method overrides specific to the type of operation argument represented by this class.
| |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &cdr) |
virtual void | interceptor_param (Dynamic::Parameter &p) |
Private Attributes | |
S | x_ |
Reference to the "IN" argument. |
Skeleton class template for operation "IN" arguments of fixed size IDL types.
|
Retrieve underlying argument.
|
|
Reimplemented from TAO::Argument. |
|
Reimplemented from TAO::Argument. |
|
Reference to the "IN" argument.
|