class to store a table in a sdw file More...
#include <StarTable.hxx>
| Public Member Functions | |
| StarTable () | |
| the constructor | |
| ~StarTable () | |
| the destructor | |
| bool | read (StarZone &zone, StarObjectText &object) | 
| try to read the data | |
| bool | send (STOFFListenerPtr listener, StarState &state) const | 
| try to send the data to a listener | |
| Public Attributes | |
| std::shared_ptr< StarTableInternal::Table > | m_table | 
| the table | |
class to store a table in a sdw file
| StarTable::StarTable | ( | ) | 
the constructor
| StarTable::~StarTable | ( | ) | 
the destructor
| bool StarTable::read | ( | StarZone & | zone, | 
| StarObjectText & | object ) | 
try to read the data
| bool StarTable::send | ( | STOFFListenerPtr | listener, | 
| StarState & | state ) const | 
try to send the data to a listener
| std::shared_ptr<StarTableInternal::Table> StarTable::m_table | 
the table
Referenced by read(), send(), and StarTable().