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  More... | |
| Public Attributes | |
| int | m_type | 
| the type  More... | |
| int | m_id | 
| an id  More... | |
| long | m_pos | 
| the position  More... | |
Internal and low level: structure used to sort the position of data.
| 
 | inline | 
constructor
| int MacWrtProParserInternal::DataPosition::m_id | 
an id
Referenced by MacWrtProParserInternal::DataPosition::Compare::operator()().
| long MacWrtProParserInternal::DataPosition::m_pos | 
the position
Referenced by MacWrtProParserInternal::DataPosition::Compare::operator()().
| int MacWrtProParserInternal::DataPosition::m_type | 
the type
Referenced by MacWrtProParserInternal::DataPosition::Compare::operator()().