Public Member Functions

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.

Definition at line 43 of file Encodable.h.


Constructor & Destructor Documentation

TAO_Encodable::~TAO_Encodable ( void   )  [virtual]

Definition at line 7 of file Encodable.cpp.

{
}


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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines