Choreonoid  1.5
Static Public Member Functions | List of all members
cnoid::AppConfig Class Reference

#include <AppConfig.h>

Static Public Member Functions

static bool initialize (const std::string &application, const std::string &organization)
 
static Mappingarchive ()
 
static bool flush ()
 
static bool save (const std::string &filename)
 
static bool load (const std::string &filename)
 

Member Function Documentation

Mapping * AppConfig::archive ( )
static
Note
A pointer returned by archive() must be replaced with a new one when a new config is loaed.
bool AppConfig::flush ( )
static
bool AppConfig::initialize ( const std::string &  application,
const std::string &  organization 
)
static
bool AppConfig::load ( const std::string &  filename)
static
Note
A pointer returned by archive() must be replaced after calling this function because a new YAMLReader instance is created in it.
bool AppConfig::save ( const std::string &  filename)
static

The documentation for this class was generated from the following files: