SMACC
|
#include <smacc_client.h>
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 14 of file smacc_client.h.
|
inline |
|
inline |
Definition at line 26 of file smacc_client.h.
References encodedKey.
|
inline |
Definition at line 30 of file smacc_client.h.
References encodedKey.
std::string smacc::ComponentKey::encodedKey |
Definition at line 22 of file smacc_client.h.
Referenced by ComponentKey(), operator<(), and operator==().
std::string smacc::ComponentKey::name |
Definition at line 24 of file smacc_client.h.
Referenced by ComponentKey().
const std::type_info* smacc::ComponentKey::typeinfo |
Definition at line 23 of file smacc_client.h.
Referenced by ComponentKey().