Internal: class to store the PLC: Pointer List Content ? More...
Public Member Functions | |
DataPLC () | |
constructor |
Public Attributes | |
std::string | m_name |
the entry name | |
PLCType | m_type |
the plc type | |
long | m_value |
a potential value | |
std::string | m_error |
a string used to store the parsing errors |
Friends | |
std::ostream & | operator<< (std::ostream &o, DataPLC const &plc) |
operator<< |
Internal: class to store the PLC: Pointer List Content ?
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
std::string WPS8TextInternal::DataPLC::m_error |
a string used to store the parsing errors
Referenced by WPS8Text::bmktEndDataParser(), DataPLC(), operator<<, WPS8Text::readPLC(), and WPS8Text::tokenEndDataParser().
std::string WPS8TextInternal::DataPLC::m_name |
the entry name
Referenced by WPS8Text::bmktEndDataParser(), DataPLC(), operator<<, WPS8Text::readPLC(), and WPS8Text::tokenEndDataParser().
PLCType WPS8TextInternal::DataPLC::m_type |
the plc type
Referenced by WPS8Text::bmktEndDataParser(), DataPLC(), WPS8Text::readPLC(), and WPS8Text::tokenEndDataParser().
long WPS8TextInternal::DataPLC::m_value |
a potential value
Referenced by DataPLC(), operator<<, and WPS8Text::readPLC().