|
MeshNet
1.0.0
|
Interface for printing derived class collection as table with header and rows. More...
#include <meshHelper.h>


Public Member Functions | |
| virtual size_t | printHeader (OSTREAM *stream) const |
| Prints header of table. More... | |
| virtual size_t | printLine (OSTREAM *stream) const |
| Prints this data as row to table. More... | |
Interface for printing derived class collection as table with header and rows.
|
inlinevirtual |
Prints header of table.
| stream | Ponter to wtream, where header has to be print. |
Reimplemented in MeshPacket.
|
inlinevirtual |
Prints this data as row to table.
| stream | Ponter to wtream, where row has to be print. |
Reimplemented in MeshPacket.
1.8.17