#include <Var_Size_SArgument_T.h>
Inheritance diagram for TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Ret_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 104 of file Var_Size_SArgument_T.h.
|
Definition at line 54 of file Var_Size_SArgument_T.inl.
00055 { 00056 } |
|
Definition at line 62 of file Var_Size_SArgument_T.inl.
00063 { 00064 return this->x_.out (); 00065 } |
|
Reimplemented from TAO::Argument. Definition at line 110 of file Var_Size_SArgument_T.cpp.
00112 { 00113 Insert_Policy::any_insert (any, this->x_.in ()); 00114 } |
|
Reimplemented from TAO::Argument. Definition at line 100 of file Var_Size_SArgument_T.cpp.
00101 { 00102 return cdr << this->x_.in (); 00103 } |
|
Definition at line 116 of file Var_Size_SArgument_T.h. |