![]() |
Scarab
v2.0.1
Project 8 C++ Utility Library
|
#include <param_codec.hh>
Public Member Functions | |
param_translator () | |
~param_translator () | |
param * | read_file (const std::string &a_filename, const param_node *a_options=nullptr) |
param * | read_string (const std::string &a_string, const param_node *a_options=nullptr) |
bool | write_file (const param &a_param, const std::string &a_filename, const param_node *a_options=nullptr) |
bool | write_string (const param &a_param, std::string &a_string, const param_node *a_options=nullptr) |
Definition at line 50 of file param_codec.hh.
param_translator | ( | ) |
Definition at line 40 of file param_codec.cc.
~param_translator | ( | ) |
Definition at line 44 of file param_codec.cc.
param * read_file | ( | const std::string & | a_filename, |
const param_node * | a_options = nullptr |
||
) |
Definition at line 48 of file param_codec.cc.
param * read_string | ( | const std::string & | a_string, |
const param_node * | a_options = nullptr |
||
) |
Definition at line 71 of file param_codec.cc.
bool write_file | ( | const param & | a_param, |
const std::string & | a_filename, | ||
const param_node * | a_options = nullptr |
||
) |
Definition at line 94 of file param_codec.cc.
bool write_string | ( | const param & | a_param, |
std::string & | a_string, | ||
const param_node * | a_options = nullptr |
||
) |
Definition at line 117 of file param_codec.cc.