#include <Fixed_Size_SArgument_T.h>
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.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL CORBA::Boolean TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::demarshal | ( | TAO_InputCDR & | cdr | ) | [inline, virtual] |
Reimplemented from TAO::Argument.
void TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [inline, virtual] |
Reimplemented from TAO::Argument.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE S const & TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) | const [inline] |
Retrieve underlying argument.
S TAO::In_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private] |
Reference to the "IN" argument.