#include <Var_Size_SArgument_T.h>
Inheritance diagram for TAO::Out_Var_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Out_Var_Size_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S *& | arg (void) |
Private Attributes | |
S::_var_type | x_ |
Definition at line 81 of file Var_Size_SArgument_T.h.
|
Definition at line 37 of file Var_Size_SArgument_T.inl.
00038 { 00039 } |
|
Definition at line 44 of file Var_Size_SArgument_T.inl.
00045 { 00046 return this->x_.out (); 00047 } |
|
Reimplemented from TAO::Argument. Definition at line 87 of file Var_Size_SArgument_T.cpp.
00089 { 00090 Insert_Policy::any_insert (any, this->x_.in ()); 00091 } |
|
Reimplemented from TAO::Argument. Definition at line 74 of file Var_Size_SArgument_T.cpp.
|
|
Definition at line 93 of file Var_Size_SArgument_T.h. |