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 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 ?
MSK4TextInternal::DataPLC::DataPLC | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
DataPLC const & | plc | ||
) | [friend] |
operator<<
std::string MSK4TextInternal::DataPLC::m_error |
a string used to store the parsing errors
Referenced by MSK4TextInternal::operator<<(), and MSK4Text::readPLC().
std::string MSK4TextInternal::DataPLC::m_name |
the entry name
Referenced by MSK4TextInternal::operator<<(), and MSK4Text::readPLC().
the type
Referenced by MSK4Text::readPLC().
a potential value
Referenced by MSK4TextInternal::operator<<(), and MSK4Text::readPLC().