TAO_AnyTypeCode  2.4.0
Public Member Functions | Private Attributes | List of all members
TAO_Marshal_Value Class Reference

TAO_Marshal_Value. More...

#include <Marshal.h>

Inheritance diagram for TAO_Marshal_Value:
Inheritance graph
[legend]
Collaboration diagram for TAO_Marshal_Value:
Collaboration graph
[legend]

Public Member Functions

 TAO_Marshal_Value (void)
 
virtual TAO::traverse_status skip (CORBA::TypeCode_ptr tc, TAO_InputCDR *context)
 skip operation More...
 
virtual TAO::traverse_status append (CORBA::TypeCode_ptr tc, TAO_InputCDR *src, TAO_OutputCDR *dest)
 append operation More...
 
- Public Member Functions inherited from TAO_Marshal_Object
 TAO_Marshal_Object (void)
 constructor More...
 
virtual ~TAO_Marshal_Object (void)
 destructor More...
 

Private Attributes

CORBA::Boolean nested_processing_
 

Additional Inherited Members

- Static Public Member Functions inherited from TAO_Marshal_Object
static TAO::traverse_status perform_skip (CORBA::TypeCode_ptr tc, TAO_InputCDR *context)
 
static TAO::traverse_status perform_append (CORBA::TypeCode_ptr tc, TAO_InputCDR *src, TAO_OutputCDR *dest)
 

Detailed Description

TAO_Marshal_Value.

marshal a valuetype

Constructor & Destructor Documentation

TAO_Marshal_Value::TAO_Marshal_Value ( void  )

Member Function Documentation

TAO::traverse_status TAO_Marshal_Value::append ( CORBA::TypeCode_ptr  tc,
TAO_InputCDR src,
TAO_OutputCDR dest 
)
virtual

append operation

Implements TAO_Marshal_Object.

TAO::traverse_status TAO_Marshal_Value::skip ( CORBA::TypeCode_ptr  tc,
TAO_InputCDR context 
)
virtual

skip operation

Implements TAO_Marshal_Object.

Member Data Documentation

CORBA::Boolean TAO_Marshal_Value::nested_processing_
private

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