#include <JSONUtils.h>
|
| | JsonMessageParser (const char *json, const char *schema) |
| |
| bool | parse (const char *callerFunction) |
| |
| pbnjson::JValue | get () |
| |
| bool | get (const char *name, std::string &str) |
| |
| bool | get (const char *name, bool &boolean) |
| |
| template<class T > |
| bool | get (const char *name, T &number) |
| |
| pbnjson::JValue | get (const char *name) |
| |
| JsonMessageParser::JsonMessageParser |
( |
const char * |
json, |
|
|
const char * |
schema |
|
) |
| |
|
inline |
| pbnjson::JValue JsonMessageParser::get |
( |
| ) |
|
|
inline |
| bool JsonMessageParser::get |
( |
const char * |
name, |
|
|
std::string & |
str |
|
) |
| |
|
inline |
| bool JsonMessageParser::get |
( |
const char * |
name, |
|
|
bool & |
boolean |
|
) |
| |
|
inline |
template<class T >
| bool JsonMessageParser::get |
( |
const char * |
name, |
|
|
T & |
number |
|
) |
| |
|
inline |
| pbnjson::JValue JsonMessageParser::get |
( |
const char * |
name | ) |
|
|
inline |
| bool JsonMessageParser::parse |
( |
const char * |
callerFunction | ) |
|
The documentation for this class was generated from the following files: