#include <LinesTables2004.h>
Inheritance diagram for TemplateTableBase:
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. |
Definition at line 125 of file LinesTables2004.h.
|
The function writes the contents of an object to a stream.
Implemented in TemplateTable< TEMPLATES_MAX >, and TemplateTable< 50000 >. Referenced by operator<<(). |
|
The function reads the contents of an object from a stream.
Implemented in TemplateTable< TEMPLATES_MAX >, and TemplateTable< 50000 >. Referenced by operator>>(). |