Internal: structure used to store the content structure. More...
| Public Member Functions | |
| ContentZone () | |
| Public Attributes | |
| int | m_type | 
| the type 0 : text, 1<->7 : a char flag 8<->f : a zone 10 : used to store a break  More... | |
| long | m_pos [2] | 
| the begin and the end pos  More... | |
| int | m_value | 
| a value  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, ContentZone const &z) | 
| operator<<  More... | |
Internal: structure used to store the content structure.
| 
 | inline | 
| 
 | friend | 
operator<<
| long WriteNowTextInternal::ContentZone::m_pos[2] | 
the begin and the end pos
Referenced by ContentZone(), and WriteNowText::parseContent().
| int WriteNowTextInternal::ContentZone::m_type | 
the type 0 : text, 1<->7 : a char flag 8<->f : a zone 10 : used to store a break
Referenced by WriteNowText::createZones(), WriteNowTextInternal::operator<<(), and WriteNowText::parseContent().
| int WriteNowTextInternal::ContentZone::m_value | 
a value
Referenced by WriteNowTextInternal::operator<<(), and WriteNowText::parseContent().