|
std::future< bool > | save (const std::string &file_name, Parameter *root, size_t max_number_of_trials, size_t delay_us, bool force_update) override |
|
std::future< bool > | load (const std::string &file_name, Parameter *root, cmd_line::SystemMode system_mode, bool is_relative) override |
|
|
enum | ExceptionListType { NO_EXCEPTIONS = 0,
REGARD_ALL_EXCEPT = 1,
IGNORE_ALL_EXCEPT = 2
} |
|
using | ExceptionList = const std::vector< Parameter * > & |
|
using | ExceptionPair = std::pair< ExceptionListType, ExceptionList > |
|
static size_t | decodeValues (Parameter *param, const char *str_cursor, size_t str_len, char *decode_buf, size_t decode_buf_size) |
|
The documentation for this class was generated from the following files:
- parameter_server/file/ps_filejson.h
- parameter_server/file/ps_filejson.cpp