|
ONE - On-device Neural Engine
|
#include <PConfigJson.h>
Public Member Functions | |
| JsonExport (std::ostream &os) | |
| void | open_brace (void) |
| void | open_brace (const std::string &key) |
| void | open_bracket (const std::string &key) |
| void | close_bracket (bool cont) |
| void | close_brace (bool cont) |
| void | key_val (const std::string &key, const std::string &value, bool cont) |
| void | key_val (const std::string &key, const std::vector< std::string > &l, bool cont) |
Definition at line 28 of file PConfigJson.h.
|
inline |
Definition at line 31 of file PConfigJson.h.
| void crew::JsonExport::close_brace | ( | bool | cont | ) |
Definition at line 75 of file PConfigJson.cpp.
Referenced by crew::write_json().
| void crew::JsonExport::close_bracket | ( | bool | cont | ) |
Definition at line 64 of file PConfigJson.cpp.
Referenced by crew::write_json().
| void crew::JsonExport::key_val | ( | const std::string & | key, |
| const std::string & | value, | ||
| bool | cont | ||
| ) |
Definition at line 86 of file PConfigJson.cpp.
| void crew::JsonExport::key_val | ( | const std::string & | key, |
| const std::vector< std::string > & | l, | ||
| bool | cont | ||
| ) |
Definition at line 96 of file PConfigJson.cpp.
| void crew::JsonExport::open_brace | ( | const std::string & | key | ) |
Definition at line 48 of file PConfigJson.cpp.
| void crew::JsonExport::open_brace | ( | void | ) |
Definition at line 40 of file PConfigJson.cpp.
Referenced by crew::write_json().
| void crew::JsonExport::open_bracket | ( | const std::string & | key | ) |
Definition at line 56 of file PConfigJson.cpp.
Referenced by crew::write_json().