PicoScenes API Docs
 
Loading...
Searching...
No Matches
SystemTools::Persistence Namespace Reference

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)
 

Function Documentation

◆ boostPropertyTree2INI()

std::string SystemTools::Persistence::boostPropertyTree2INI ( const pt::ptree &  tree,
bool  prettyOutput = true 
)

◆ boostPropertyTree2JSON()

std::string SystemTools::Persistence::boostPropertyTree2JSON ( const pt::ptree &  tree,
bool  prettyOutput = true 
)

◆ INI2BoostPropertyTree()

pt::ptree SystemTools::Persistence::INI2BoostPropertyTree ( const std::string &  iniContent)

◆ jSON2BoostPropertyTree()

pt::ptree SystemTools::Persistence::jSON2BoostPropertyTree ( const std::string &  jsonContent)