Internal: class to store the PLC: Pointer List Content ? More...
Public Member Functions | |
DataPLC () | |
constructor | |
Public Attributes | |
std::string | m_name |
the entry field name | |
PLCType | m_type |
the plc type | |
long | m_value |
a potential value | |
std::string | m_extra |
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 ?
WPS4TextInternal::DataPLC::DataPLC | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
DataPLC const & | plc | ||
) | [friend] |
operator<<
std::string WPS4TextInternal::DataPLC::m_extra |
a string used to store the parsing errors
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readPLC().
std::string WPS4TextInternal::DataPLC::m_name |
the entry field name
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readPLC().
the plc type
Referenced by WPS4Text::readPLC().
a potential value
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readPLC().