Internal: class to store the PLC: Pointer List Content ? More...
Public Member Functions | |
PLC (PLCType type=UNKNOWN) | |
constructor | |
Public Attributes | |
PLCType | m_type |
the type | |
int | m_id |
the id | |
std::string | m_extras |
a string used to store the parsing extrass | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PLC const &plc) |
operator<< |
Internal: class to store the PLC: Pointer List Content ?
MSW1ParserInternal::PLC::PLC | ( | PLCType | type = UNKNOWN | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
PLC const & | plc | ||
) | [friend] |
operator<<
std::string MSW1ParserInternal::PLC::m_extras |
a string used to store the parsing extrass
Referenced by MSW1ParserInternal::operator<<().
the type
Referenced by MSW1ParserInternal::operator<<(), MSW1Parser::prepareTextZones(), and MSW1Parser::sendText().