Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Packable Class Reference

an interface for all packable classes More...

#include <Packable.h>

Inheritance diagram for Packable:

PODouble POFloat POInt POString List of all members.

Public Member Functions

virtual int packsize () const =0
virtual int pack (char *buf) const =0
virtual int unpack (char *buf)=0

Detailed Description

an interface for all packable classes


Member Function Documentation

virtual int Packable::pack char *  buf  )  const [pure virtual]
 

Implemented in POString, POInt, POFloat, and PODouble.

virtual int Packable::packsize  )  const [pure virtual]
 

Implemented in POString, POInt, POFloat, and PODouble.

virtual int Packable::unpack char *  buf  )  [pure virtual]
 

Implemented in POString, POInt, POFloat, and PODouble.


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 12:49:28 2004 for pexpr by doxygen 1.3.4