| 
    TAO_AnyTypeCode
    2.0.8
    
   
   | 
  
  
  
 
TAO_Marshal_Primitive. More...
#include <Marshal.h>


Public Member Functions | |
| TAO_Marshal_Primitive (void) | |
| virtual TAO::traverse_status | skip (CORBA::TypeCode_ptr tc, TAO_InputCDR *context) | 
| skip operation   | |
| virtual TAO::traverse_status | append (CORBA::TypeCode_ptr tc, TAO_InputCDR *src, TAO_OutputCDR *dest) | 
| append operation   | |
marshaling primitives
| TAO_Marshal_Primitive::TAO_Marshal_Primitive | ( | void | ) | 
| TAO::traverse_status TAO_Marshal_Primitive::append | ( | CORBA::TypeCode_ptr | tc, | 
| TAO_InputCDR * | src, | ||
| TAO_OutputCDR * | dest | ||
| ) |  [virtual] | 
        
append operation
Implements TAO_Marshal_Object.
| TAO::traverse_status TAO_Marshal_Primitive::skip | ( | CORBA::TypeCode_ptr | tc, | 
| TAO_InputCDR * | context | ||
| ) |  [virtual] | 
        
skip operation
Implements TAO_Marshal_Object.
 1.7.5.1