#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.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL S const & TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) | const |
Definition at line 10 of file Var_Size_SArgument_T.inl.
References TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::x_.
00011 { 00012 return this->x_; 00013 }
TAO_BEGIN_VERSIONED_NAMESPACE_DECL CORBA::Boolean TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::demarshal | ( | TAO_InputCDR & | ) | [virtual] |
Definition at line 18 of file Var_Size_SArgument_T.cpp.
References TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::x_.
00019 { 00020 return cdr >> this->x_; 00021 }
void TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
S TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::x_ [private] |
Definition at line 46 of file Var_Size_SArgument_T.h.
Referenced by TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::arg(), and TAO::In_Var_Size_SArgument_T< S, Insert_Policy >::demarshal().