#include <Var_Size_SArgument_T.h>
Inheritance diagram for TAO::Inout_Var_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Inout_Var_Size_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
S & | arg (void) |
Private Attributes | |
S | x_ |
Definition at line 57 of file Var_Size_SArgument_T.h.
|
Definition at line 20 of file Var_Size_SArgument_T.inl.
00021 { 00022 } |
|
Definition at line 27 of file Var_Size_SArgument_T.inl.
00028 { 00029 return this->x_; 00030 } |
|
Reimplemented from TAO::Argument. Definition at line 50 of file Var_Size_SArgument_T.cpp.
00051 { 00052 return cdr >> this->x_; 00053 } |
|
Reimplemented from TAO::Argument. Definition at line 60 of file Var_Size_SArgument_T.cpp.
00063 { 00064 Insert_Policy::any_insert (any, this->x_); 00065 } |
|
Reimplemented from TAO::Argument. Definition at line 42 of file Var_Size_SArgument_T.cpp.
00043 { 00044 return cdr << this->x_; 00045 } |
|
Definition at line 70 of file Var_Size_SArgument_T.h. |