C12Adapter Opensource C++ Interface
|
Table raw data associated with the table number. More...
Public Member Functions | |
TableRawData () | |
Default constructor. | |
TableRawData (MCOMNumberConstRef number, const MByteString &data) | |
Constructor that builds a new table raw data with parameters given. | |
TableRawData (const TableRawData &other) | |
Copy constructor. | |
~TableRawData () | |
Destructor. | |
TableRawData & | operator= (const TableRawData &other) |
Assignment operator. | |
MCOMNumberConstRef | GetNumber () const |
Get the table number from the table raw data entry. | |
const MByteString & | GetData () const |
Get the table data from the table raw data entry. | |
Table raw data associated with the table number.