BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <Entity.h>
Public Types | |
typedef TypeID | ID |
Public Member Functions | |
Entity (const TypeID &id) | |
void | setId (const TypeID &id) |
const TypeID & | id () const |
bool | hasId () const |
bool | loaded () const |
virtual const std::string | toString () const |
bool | operator< (const Entity< TypeID > &e) const |
Protected Member Functions | |
void | setLoaded (bool loaded) |
Common ancestor of model classes.