|
#include <RobotAPI/libraries/skills/core/ProviderID.h>
Public Member Functions | |
bool | operator!= (const ProviderID &other) const |
bool | operator< (const ProviderID &other) const |
bool | operator<= (const ProviderID &other) const |
bool | operator== (const ProviderID &other) const |
callback::dto::ProviderID | toCallbackIce () const |
manager::dto::ProviderID | toManagerIce () const |
std::string | toString () const |
Static Public Member Functions | |
static ProviderID | FromIce (const callback::dto::ProviderID &) |
static ProviderID | FromIce (const manager::dto::ProviderID &) |
Public Attributes | |
std::string | providerName |
Definition at line 15 of file ProviderID.h.
|
static |
|
static |
Definition at line 32 of file ProviderID.cpp.
bool operator!= | ( | const ProviderID & | other | ) | const |
Definition at line 14 of file ProviderID.cpp.
bool operator< | ( | const ProviderID & | other | ) | const |
bool operator<= | ( | const ProviderID & | other | ) | const |
bool operator== | ( | const ProviderID & | other | ) | const |
callback::dto::ProviderID toCallbackIce | ( | ) | const |
Definition at line 50 of file ProviderID.cpp.
manager::dto::ProviderID toManagerIce | ( | ) | const |
std::string toString | ( | ) | const |
std::string providerName |
Definition at line 31 of file ProviderID.h.