TAO_PortableServer
2.3.3
|
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. More... | |
S & | arg (void) |
@c TAO::Argument Method Overrides | |
| |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
Public Member Functions inherited from TAO::InoutArgument | |
virtual CORBA::ParameterMode | mode (void) const |
Public Member Functions inherited from TAO::Argument | |
virtual | ~Argument (void) |
virtual Argument * | clone (void) |
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 | ) |
|
virtual |
Reimplemented from TAO::Argument.
|
virtual |
Reimplemented from TAO::Argument.
|
virtual |
Reimplemented from TAO::Argument.
|
private |