MyDXFTable Class Reference
DXF table class. More...
#include <mydxftables.hpp>
Public Member Functions | |
| MyDXFTable (const std::string &name, class MyDXFFile *dxf) | |
| ~MyDXFTable () | |
| uint32_t | size () const |
| Return number of table entries. | |
| const MyDXFTableEntry * | get_entry (uint32_t a) const |
| Return const pointer to entry a. | |
| MyDXFTableEntry * | get_entry (uint32_t a) |
| Return pointer to entry a. | |
| void | write (class MyDXFFile *dxf, std::ofstream &ostr) |
| Write dxf file to stream. | |
| void | debug_print (std::ostream &os) const |
| Print debugging information to os. | |
Detailed Description
DXF table class.
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.
| const MyDXFTableEntry* MyDXFTable::get_entry | ( | uint32_t | a | ) | const [inline] |
Return const pointer to entry a.
| MyDXFTableEntry* MyDXFTable::get_entry | ( | uint32_t | a | ) | [inline] |
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: