TAO_DynamicInterface  2.3.3
Public Member Functions | Private Attributes | List of all members
TAO::NVList_Argument Class Reference

Class for the argument list of a CORBA::(Server)Request. More...

#include <DII_Arguments.h>

Inheritance diagram for TAO::NVList_Argument:
Inheritance graph
[legend]
Collaboration diagram for TAO::NVList_Argument:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from TAO::InArgument
virtual CORBA::ParameterMode mode (void) const
 
- Public Member Functions inherited from TAO::Argument
virtual ~Argument (void)
 
virtual Argumentclone (void)
 
virtual void interceptor_value (CORBA::Any *) const
 
virtual void interceptor_value (CORBA::Any *) const
 

Private Attributes

CORBA::NVList_ptr x_
 
bool lazy_evaluation_
 

Detailed Description

Class for the argument list of a CORBA::(Server)Request.

Constructor & Destructor Documentation

TAO::NVList_Argument::NVList_Argument ( CORBA::NVList_ptr  x,
bool  lazy_eval 
)

Member Function Documentation

CORBA::NVList_ptr TAO::NVList_Argument::arg ( ) const
CORBA::Boolean TAO::NVList_Argument::demarshal ( TAO_InputCDR cdr)
virtual

Reimplemented from TAO::Argument.

void TAO::NVList_Argument::interceptor_paramlist ( Dynamic::ParameterList *  lst)
CORBA::Boolean TAO::NVList_Argument::marshal ( TAO_OutputCDR cdr)
virtual

Reimplemented from TAO::Argument.

Member Data Documentation

bool TAO::NVList_Argument::lazy_evaluation_
private
CORBA::NVList_ptr TAO::NVList_Argument::x_
private

The documentation for this class was generated from the following files: