a map of known plc More...
Public Member Functions | |
KnownPLC () | |
creates the mapping More... | |
PLC | get (std::string const &name) |
returns the PLC corresponding to a name More... | |
Protected Member Functions | |
void | createMapping () |
creates the map of known PLC More... | |
Protected Attributes | |
std::map< std::string, PLC > | m_knowns |
map name -> known PLC More... | |
a map of known plc
|
inline |
creates the mapping
|
inlineprotected |
creates the map of known PLC
Referenced by KnownPLC().
|
inline |
returns the PLC corresponding to a name
|
protected |
map name -> known PLC
Referenced by createMapping(), and get().