#include <DII_Arguments.h>
Inheritance diagram for TAO::NVList_Argument:
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 *) |
Private Attributes | |
CORBA::NVList_ptr | x_ |
bool | lazy_evaluation_ |
ACE_INLINE TAO::NVList_Argument::NVList_Argument | ( | CORBA::NVList_ptr | , | |
bool | lazy_eval | |||
) |
CORBA::Boolean TAO::NVList_Argument::demarshal | ( | TAO_InputCDR & | ) | [virtual] |
void TAO::NVList_Argument::interceptor_paramlist | ( | Dynamic::ParameterList * | ) |
CORBA::Boolean TAO::NVList_Argument::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
bool TAO::NVList_Argument::lazy_evaluation_ [private] |
CORBA::NVList_ptr TAO::NVList_Argument::x_ [private] |