Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO_Encodable Class Reference

TAO_Encodable Interface. More...

#include <Encodable.h>

List of all members.

Public Member Functions

virtual ~TAO_Encodable (void)
virtual CORBA::Boolean _tao_encode (TAO_OutputCDR &out_cdr)=0
virtual CORBA::Boolean _tao_decode (TAO_InputCDR &in_cdr)=0


Detailed Description

TAO_Encodable Interface.

This interface should be inherited by classes that wish to be encoded/decoded into/from a CDR stream. Implementation of the streaming methods is deferred to the subclasses.


Constructor & Destructor Documentation

TAO_Encodable::~TAO_Encodable void   )  [virtual]
 


Member Function Documentation

virtual CORBA::Boolean TAO_Encodable::_tao_decode TAO_InputCDR in_cdr  )  [pure virtual]
 

Decodes the object implementing this method from a CDR stream. Returns true on success and false on failure.

virtual CORBA::Boolean TAO_Encodable::_tao_encode TAO_OutputCDR out_cdr  )  [pure virtual]
 

Encodes the object implementing this method into a CDR stream. Returns true on success and false on failure.


The documentation for this class was generated from the following files:
Generated on Fri Dec 31 15:29:37 2004 for TAO by  doxygen 1.3.9.1