#include <Fixed_Size_Argument_T.h>
Inheritance diagram for TAO::In_Fixed_Size_Argument_T< S >:
Public Member Functions | |
In_Fixed_Size_Argument_T (S const &x) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &) |
Marshal the argument into the given CDR output stream. | |
virtual void | interceptor_param (Dynamic::Parameter &) |
Populate the given Dynamic::Parameter argument. | |
S const & | arg (void) const |
Private Attributes | |
S const * | x_ |
|
|
|
|
|
Populate the given Dynamic::Parameter argument.
Reimplemented from TAO::Argument. |
|
Marshal the argument into the given CDR output stream.
Reimplemented from TAO::Argument. |
|
|