#include <Fixed_Size_SArgument_T.h>
Public Member Functions | |
Inout_Fixed_Size_SArgument_T (void) | |
Constructor. | |
S & | arg (void) |
@c TAO::Argument Method Overrides | |
TAO::Argument method overrides specific to the type of operation argument represented by this class.
| |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
Private Attributes | |
S | x_ |
ACE_INLINE TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::Inout_Fixed_Size_SArgument_T | ( | void | ) | [inline] |
Constructor.
CORBA::Boolean TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [inline, virtual] |
Reimplemented from TAO::Argument.
CORBA::Boolean TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::demarshal | ( | TAO_InputCDR & | cdr | ) | [inline, virtual] |
Reimplemented from TAO::Argument.
void TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [inline, virtual] |
Reimplemented from TAO::Argument.
ACE_INLINE S & TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) | [inline] |
S TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private] |