#include <conf_file_parser.h>
rcsc::ConfFileParserに対する継承グラフ
Public メソッド | |
ConfFileParser (const std::string &file_path, const std::string &delim=":=", const std::string &name_space="") | |
construct with file path and delimiters | |
bool | parse (ParamMap ¶m_map) |
analyze file content and results are stored to parameter map |
rcsc::ConfFileParser::ConfFileParser | ( | const std::string & | file_path, | |
const std::string & | delim = ":=" , |
|||
const std::string & | name_space = "" | |||
) | [explicit] |
construct with file path and delimiters
file_path | path string to the config file to be parsed | |
delim | delimiter character set | |
name_space | namespace string |
bool rcsc::ConfFileParser::parse | ( | ParamMap & | param_map | ) | [virtual] |
analyze file content and results are stored to parameter map
param_map | reference to the parameter container |
rcsc::ParamParserを実装しています。