Internal and low level: structure used to sort the position of data. More...
Classes | |
| struct | Compare |
| the comparison structure More... | |
Public Member Functions | |
| DataPosition (int type=-1, int id=-1, long pos=0) | |
| constructor | |
Public Attributes | |
| int | m_type |
| the type | |
| int | m_id |
| an id | |
| long | m_pos |
| the position | |
Internal and low level: structure used to sort the position of data.
| MacWrtProParserInternal::DataPosition::DataPosition | ( | int | type = -1, |
| int | id = -1, |
||
| long | pos = 0 |
||
| ) | [inline] |
constructor
an id
Referenced by MacWrtProParserInternal::DataPosition::Compare::operator()(), and MacWrtProParser::sendText().
the position
Referenced by MacWrtProParserInternal::DataPosition::Compare::operator()(), and MacWrtProParser::sendText().
the type
Referenced by MacWrtProParserInternal::DataPosition::Compare::operator()(), and MacWrtProParser::sendText().