SMACC2
|
#include <smacc_client.hpp>
Public Member Functions | |
ComponentKey (const std::type_info *typeinfo, std::string name) | |
bool | operator< (const ComponentKey &other) const |
bool | operator== (const ComponentKey &other) const |
Public Attributes | |
std::string | encodedKey |
const std::type_info * | typeinfo |
std::string | name |
Definition at line 28 of file smacc_client.hpp.
|
inline |
Definition at line 30 of file smacc_client.hpp.
References encodedKey, name, and typeinfo.
|
inline |
|
inline |
std::string smacc2::ComponentKey::encodedKey |
Definition at line 36 of file smacc_client.hpp.
Referenced by ComponentKey(), operator<(), and operator==().
std::string smacc2::ComponentKey::name |
Definition at line 38 of file smacc_client.hpp.
Referenced by ComponentKey().
const std::type_info* smacc2::ComponentKey::typeinfo |
Definition at line 37 of file smacc_client.hpp.
Referenced by ComponentKey().