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

vpr::WriteableObject Class Reference

#include <SerializableObject.h>

Inheritance diagram for vpr::WriteableObject:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual vpr::ReturnStatus writeObject (ObjectWriter *writer)=0
 Template method for writing object. More...


Protected Methods

 WriteableObject ()
 WriteableObject (const WriteableObject &o)

Constructor & Destructor Documentation

vpr::WriteableObject::WriteableObject   [inline, protected]
 

Definition at line 66 of file SerializableObject.h.

Referenced by vpr::SerializableObject::SerializableObject, and WriteableObject.

00067    {;}

vpr::WriteableObject::WriteableObject const WriteableObject &    o [inline, protected]
 

Definition at line 69 of file SerializableObject.h.

References WriteableObject.

00070    {
00071       boost::ignore_unused_variable_warning(o);
00072    }


Member Function Documentation

virtual vpr::ReturnStatus vpr::WriteableObject::writeObject ObjectWriter   writer [pure virtual]
 

Template method for writing object.

Postcondition:
All object data is written to the writer.

Implemented in vpr::SerializableObjectMixin.


The documentation for this class was generated from the following file:
Generated on Sun May 2 14:46:52 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002