DXF table class.
More...
#include <mydxftables.hpp>
Detailed Description
Constructor & Destructor Documentation
MyDXFTable::MyDXFTable |
( |
const std::string & |
name, |
|
|
class MyDXFFile * |
dxf |
|
) |
| |
MyDXFTable::~MyDXFTable |
( |
| ) |
|
Member Function Documentation
void MyDXFTable::debug_print |
( |
std::ostream & |
os | ) |
const |
Print debugging information to os.
Return const pointer to entry a.
Return pointer to entry a.
uint32_t MyDXFTable::size |
( |
void |
| ) |
const |
|
inline |
Return number of table entries.
void MyDXFTable::write |
( |
class MyDXFFile * |
dxf, |
|
|
std::ofstream & |
ostr |
|
) |
| |
Write dxf file to stream.
The documentation for this class was generated from the following file: