|
LunaSysMgr
|
#include <ServiceDescription.h>
Public Member Functions | |
| ServiceDescription () | |
| ~ServiceDescription () | |
| const std::string & | id () const |
| const std::string & | jsonString () const |
| json_object * | toJSON () const |
| bool | operator== (const ServiceDescription &cmp) const |
| bool | operator!= (const ServiceDescription &cmp) const |
Static Public Member Functions | |
| static ServiceDescription * | fromFile (const std::string &filePath) |
| ServiceDescription::ServiceDescription | ( | ) |
| ServiceDescription::~ServiceDescription | ( | ) |
|
static |
|
inline |
|
inline |
| bool ServiceDescription::operator!= | ( | const ServiceDescription & | cmp | ) | const |
| bool ServiceDescription::operator== | ( | const ServiceDescription & | cmp | ) | const |
| json_object * ServiceDescription::toJSON | ( | ) | const |