#include <Fixed_Size_SArgument_T.h>
Inheritance diagram for TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Out_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 void | interceptor_value (CORBA::Any *any) const |
Private Attributes | |
S | x_ |
Definition at line 118 of file Fixed_Size_SArgument_T.h.
ACE_INLINE TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::Out_Fixed_Size_SArgument_T | ( | void | ) |
ACE_INLINE S & TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) |
void TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
CORBA::Boolean TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Definition at line 72 of file Fixed_Size_SArgument_T.cpp.
References TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.
00073 { 00074 return cdr << this->x_; 00075 }
S TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private] |
Definition at line 144 of file Fixed_Size_SArgument_T.h.
Referenced by TAO::Out_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal().