#include <Argument.h>
Inheritance diagram for TAO::Argument:
Public Member Functions | |
virtual | ~Argument (void) |
Destructor. | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &) |
Marshal the argument into the given CDR output stream. | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Demarshal the argument from the given CDR input stream. | |
Portable Interceptor Related Methods | |
These methods are only used when setting up PortableInterceptor::RequestInfo instances with the appropriate operation-specific parameter list and return value, if either or both exist. | |
virtual void | interceptor_param (Dynamic::Parameter &) |
Populate the given Dynamic::Parameter argument. | |
virtual void | interceptor_result (CORBA::Any *) |
Populate the given CORBA::Any result argument. |
Argument
subclasses override the virtual methods appropriately. For example, a stub "IN" argument class template would override the marshal()
method, but wouldn't need to override the demarshal()
method.
|
Destructor.
|
|
|
|
|