TAO 3.0.6
|
#include <Argument.h>
Public Member Functions | |
virtual Argument * | clone () |
Template method to clone a TAO Argument. More... | |
![]() | |
virtual CORBA::ParameterMode | mode () const |
Get the parameter mode of this argument. More... | |
![]() | |
virtual | ~Argument () |
Destructor. More... | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Marshal the argument into the given CDR output stream. More... | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Demarshal the argument from the given CDR input stream. More... | |
virtual void | interceptor_value (CORBA::Any *) const |
Populate the given CORBA::Any result argument. More... | |
|
virtual |
Template method to clone a TAO Argument.
Reimplemented from TAO::Argument.