#include <Object_Argument_T.h>
Inheritance diagram for TAO::In_Object_Argument_T< S_ptr >:
Public Member Functions | |
In_Object_Argument_T (S_ptr 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_ptr | arg (void) const |
Private Attributes | |
S_ptr | x_ |
|
|
|
|
|
Populate the given Dynamic::Parameter argument.
Reimplemented from TAO::Argument. |
|
Marshal the argument into the given CDR output stream.
Reimplemented from TAO::Argument. |
|
|