#include <Var_Size_SArgument_T.h>
Inheritance diagram for TAO::In_Var_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
S const & | arg (void) const |
Private Attributes | |
S | x_ |
Definition at line 35 of file Var_Size_SArgument_T.h.
|
Definition at line 10 of file Var_Size_SArgument_T.inl.
00011 { 00012 return this->x_; 00013 } |
|
Reimplemented from TAO::Argument. Definition at line 18 of file Var_Size_SArgument_T.cpp.
00019 { 00020 return cdr >> this->x_; 00021 } |
|
Reimplemented from TAO::Argument. Definition at line 28 of file Var_Size_SArgument_T.cpp.
00031 { 00032 Insert_Policy::any_insert (any, this->x_); 00033 } |
|
Definition at line 46 of file Var_Size_SArgument_T.h. |