Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_CDR_Encaps_Codec Class Reference

Implementation of a CDR encapsulation coder/decoder (Codec). More...

#include <CDR_Encaps_Codec.h>

Inheritance diagram for TAO_CDR_Encaps_Codec

Inheritance graph
[legend]
Collaboration diagram for TAO_CDR_Encaps_Codec:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_CDR_Encaps_Codec (CORBA::Octet major, CORBA::Octet minor)
 Constructor.


Detailed Description

Implementation of a CDR encapsulation coder/decoder (Codec).

This coder/decoder (Codec) class encodes and decodes data to and from a CDR encapsulation, respectively. It is useful for creation of octet sequences that contain CDR encapsulations. Those octet sequences can then be placed in a IOP::ServiceContext or an IOP::TaggedComponent, for example.

Note:
This Codec should not be used for operations internal to the ORB core since it uses interpretive marshaling rather than compiled marshaling.


Constructor & Destructor Documentation

TAO_CDR_Encaps_Codec::TAO_CDR_Encaps_Codec ( CORBA::Octet major,
CORBA::Octet minor )
 

Constructor.


The documentation for this class was generated from the following file:
Generated at Sat Dec 1 12:06:32 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000