#include <LinesTables2005.h>
Inheritance diagram for LinesTables2005::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 124 of file LinesTables2005.h.
|
|
The function writes the contents of an object to a stream.
Implemented in LinesTables2005::TemplateTable< TEMPLATES_MAX, POINT_RES >. Referenced by operator<<(). |
|
|
The function reads the contents of an object from a stream.
Implemented in LinesTables2005::TemplateTable< TEMPLATES_MAX, POINT_RES >. Referenced by operator>>(). |
1.3.6