Functions | |
std::string | boostPropertyTree2JSON (const pt::ptree &tree, bool prettyOutput=true) |
pt::ptree | jSON2BoostPropertyTree (const std::string &jsonContent) |
std::string | boostPropertyTree2INI (const pt::ptree &tree, bool prettyOutput=true) |
pt::ptree | INI2BoostPropertyTree (const std::string &iniContent) |
std::string SystemTools::Persistence::boostPropertyTree2INI | ( | const pt::ptree & | tree, |
bool | prettyOutput = true |
||
) |
std::string SystemTools::Persistence::boostPropertyTree2JSON | ( | const pt::ptree & | tree, |
bool | prettyOutput = true |
||
) |
pt::ptree SystemTools::Persistence::INI2BoostPropertyTree | ( | const std::string & | iniContent | ) |
pt::ptree SystemTools::Persistence::jSON2BoostPropertyTree | ( | const std::string & | jsonContent | ) |