|
static bool | ParseString (const contrail_rapidjson::Value &node, std::string *s) |
|
static bool | ParseInteger (const char *nptr, int *valuep) |
|
static bool | ParseUnsignedLong (const char *nptr, uint64_t *valuep) |
|
static bool | ParseBoolean (const char *bptr, bool *valuep) |
|
static bool | ParseInteger (const pugi::xml_attribute &attr, int *valuep) |
|
static bool | ParseUnsignedLong (const pugi::xml_attribute &attr, uint64_t *valuep) |
|
static bool | ParseBoolean (const pugi::xml_attribute &attr, bool *valuep) |
|
static bool | ParseInteger (const pugi::xml_node &node, int *valuep) |
|
static bool | ParseUnsignedLong (const pugi::xml_node &node, uint64_t *valuep) |
|
static bool | ParseBoolean (const pugi::xml_node &node, bool *valuep) |
|
static bool | ParseDateTime (const pugi::xml_node &node, time_t *valuep) |
|
static bool | ParseTime (const pugi::xml_node &node, time_t *valuep) |
|
static std::string | FormatDateTime (const time_t *valuep) |
|
static std::string | FormatTime (const time_t *valuep) |
|
static bool | ParseInteger (const contrail_rapidjson::Value &node, int *valuep) |
|
static bool | ParseUnsignedLong (const contrail_rapidjson::Value &node, uint64_t *valuep) |
|
static bool | ParseBoolean (const contrail_rapidjson::Value &node, bool *valuep) |
|
static bool | ParseDateTime (const contrail_rapidjson::Value &node, time_t *valuep) |
|
static bool | ParseTime (const contrail_rapidjson::Value &node, time_t *valuep) |
|