TAO_PortableServer
2.0.8
|
Template class for INOUT skeleton arg of fixed size IDL types. More...
#include <Fixed_Size_SArgument_T.h>
Public Member Functions | |
Inout_Fixed_Size_SArgument_T (void) | |
Constructor. | |
S & | arg (void) |
@c TAO::Argument Method Overrides | |
| |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Private Attributes | |
S | x_ |
Template class for INOUT skeleton arg of fixed size IDL types.
TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::Inout_Fixed_Size_SArgument_T | ( | void | ) |
Constructor.
S & TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) |
CORBA::Boolean TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::demarshal | ( | TAO_InputCDR & | cdr | ) | [virtual] |
Reimplemented from TAO::Argument.
CORBA::Boolean TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from TAO::Argument.
S TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private] |