![]() |
Scarab
v3.7.1
Project 8 C++ Utility Library
|
#include <param_codec.hh>
Public Member Functions | |
param_translator () | |
~param_translator () | |
param_ptr_t | read_file (const std::string &a_filename, const param_node &a_options=param_node()) |
param_ptr_t | read_string (const std::string &a_string, const param_node &a_options=param_node()) |
bool | write_file (const param &a_param, const std::string &a_filename, const param_node &a_options=param_node()) |
bool | write_string (const param &a_param, std::string &a_string, const param_node &a_options=param_node()) |
Definition at line 51 of file param_codec.hh.
param_translator | ( | ) |
Definition at line 39 of file param_codec.cc.
~param_translator | ( | ) |
Definition at line 43 of file param_codec.cc.
param_ptr_t read_file | ( | const std::string & | a_filename, |
const param_node & | a_options = param_node() |
||
) |
Definition at line 47 of file param_codec.cc.
param_ptr_t read_string | ( | const std::string & | a_string, |
const param_node & | a_options = param_node() |
||
) |
Definition at line 66 of file param_codec.cc.
bool write_file | ( | const param & | a_param, |
const std::string & | a_filename, | ||
const param_node & | a_options = param_node() |
||
) |
Definition at line 85 of file param_codec.cc.
bool write_string | ( | const param & | a_param, |
std::string & | a_string, | ||
const param_node & | a_options = param_node() |
||
) |
Definition at line 104 of file param_codec.cc.