#include <Fixed_Size_SArgument_T.h>
Inheritance diagram for TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
S const & | arg (void) const |
Retrieve underlying argument. | |
@c TAO::Argument Method Overrides | |
TAO::Argument method overrides specific to the type of operation argument represented by this class.
| |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
Private Attributes | |
S | x_ |
Reference to the "IN" argument. |
Skeleton class template for operation "IN" arguments of fixed size IDL types.
Definition at line 40 of file Fixed_Size_SArgument_T.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE S const & TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) | const |
Retrieve underlying argument.
Definition at line 11 of file Fixed_Size_SArgument_T.inl.
References TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.
00012 { 00013 return this->x_; 00014 }
TAO_BEGIN_VERSIONED_NAMESPACE_DECL CORBA::Boolean TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::demarshal | ( | TAO_InputCDR & | cdr | ) | [virtual] |
Definition at line 17 of file Fixed_Size_SArgument_T.cpp.
References TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.
00018 { 00019 return cdr >> this->x_; 00020 }
void TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
S TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private] |
Reference to the "IN" argument.
Definition at line 66 of file Fixed_Size_SArgument_T.h.
Referenced by TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::arg(), and TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::demarshal().