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

TemplateTableBase Class Reference

The class is a helper to support streaming of template class TemplateTable. More...

#include <LinesTables2004.h>

Inheritance diagram for TemplateTableBase:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void write (Out &stream) const=0
 The function writes the contents of an object to a stream.

virtual void read (In &stream)=0
 The function reads the contents of an object from a stream.


Detailed Description

The class is a helper to support streaming of template class TemplateTable.

Definition at line 125 of file LinesTables2004.h.


Member Function Documentation

virtual void TemplateTableBase::write Out stream  )  const [pure virtual]
 

The function writes the contents of an object to a stream.

Parameters:
stream The stream the data is written to.

Implemented in TemplateTable< TEMPLATES_MAX >, and TemplateTable< 50000 >.

Referenced by operator<<().

virtual void TemplateTableBase::read In stream  )  [pure virtual]
 

The function reads the contents of an object from a stream.

Parameters:
stream The stream the data is read from.

Implemented in TemplateTable< TEMPLATES_MAX >, and TemplateTable< 50000 >.

Referenced by operator>>().


The documentation for this class was generated from the following file:
Generated on Thu Sep 23 20:12:04 2004 for GT2004 by doxygen 1.3.6