#include <Special_Basic_Argument_T.h>
Inheritance diagram for TAO::Ret_Basic_Argument_T< S >:
Public Member Functions | |
Ret_Basic_Argument_T (void) | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Demarshal the argument from the given CDR input stream. | |
virtual void | interceptor_result (CORBA::Any *) |
Populate the given CORBA::Any result argument. | |
S & | arg (void) |
S | excp (void) |
S | retn (void) |
Private Attributes | |
S | x_ |
|
|
|
|
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. |
|
|
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. |
|
|
|
|