Internal : the different plc types: mainly for debugging. More...
Public Member Functions | |
PLC () | |
the constructor More... | |
Public Attributes | |
PLCType | m_type |
the PLC types More... | |
int | m_id |
the id More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PLC const &plc) |
operator<< More... | |
Internal : the different plc types: mainly for debugging.
|
inline |
the constructor
|
friend |
operator<<
Referenced by PLC(), and ClarisWksTextInternal::Token::Token().
std::string ClarisWksTextInternal::PLC::m_extra |
extra data
Referenced by ClarisWksTextInternal::operator<<().
int ClarisWksTextInternal::PLC::m_id |
the id
Referenced by ClarisWksText::findListId(), ClarisWksTextInternal::SubDocument::operator!=(), ClarisWksTextInternal::operator<<(), ClarisWksTextInternal::SubDocument::parse(), ClarisWksText::readDSETZone(), ClarisWksText::readFonts(), ClarisWksText::readParagraphs(), ClarisWksText::readTextSection(), ClarisWksText::readTextZoneSize(), and ClarisWksText::readTokens().
PLCType ClarisWksTextInternal::PLC::m_type |