#include <Fixed_Size_SArgument_T.h>
Inheritance diagram for TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Ret_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 157 of file Fixed_Size_SArgument_T.h.
ACE_INLINE TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::Ret_Fixed_Size_SArgument_T | ( | void | ) |
ACE_INLINE S & TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) |
Definition at line 66 of file Fixed_Size_SArgument_T.inl.
References TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.
00067 { 00068 return this->x_; 00069 }
void TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
CORBA::Boolean TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Definition at line 95 of file Fixed_Size_SArgument_T.cpp.
References TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.
00096 { 00097 return cdr << this->x_; 00098 }
S TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private] |
Definition at line 183 of file Fixed_Size_SArgument_T.h.
Referenced by TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::arg(), and TAO::Ret_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal().