TAO_DynamicInterface 4.0.0
|
Class for the argument list of a CORBA::(Server)Request. More...
#include <DII_Arguments.h>
Public Member Functions | |
NVList_Argument (CORBA::NVList_ptr, bool lazy_eval) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
void | interceptor_paramlist (Dynamic::ParameterList *) |
CORBA::NVList_ptr | arg () const |
Private Attributes | |
CORBA::NVList_ptr | x_ |
bool | lazy_evaluation_ |
Class for the argument list of a CORBA::(Server)Request.
TAO::NVList_Argument::NVList_Argument | ( | CORBA::NVList_ptr | x, |
bool | lazy_eval ) |
CORBA::NVList_ptr TAO::NVList_Argument::arg | ( | ) | const |
|
virtual |
void TAO::NVList_Argument::interceptor_paramlist | ( | Dynamic::ParameterList * | lst | ) |
|
virtual |
|
private |
|
private |