Stores other misc settings indirectly derived from other settings. More...
Public Types | |
|
typedef boost::shared_ptr < MiscSettings > | SharedPtr |
Public Member Functions | |
| MiscSettings () | |
| Default contructor. | |
| virtual | ~MiscSettings () |
| Destructor. | |
| void | init (const std::string &a_appRoot, const std::string &a_peerDomain) |
| init | |
| Data::VariantField & | getValue (const std::string &a_index) |
| getValue | |
| void | show (std::ostream &out) const |
| Dumps the settings to the output stream. | |
Stores other misc settings indirectly derived from other settings.
| Tonido::Misc::MiscSettings::MiscSettings | ( | ) |
Default contructor.
Just create object with no data
| VariantField & Tonido::Misc::MiscSettings::getValue | ( | const std::string & | a_index | ) |
getValue
returns the value associated with the name
| [in] | a_index | name of the value to get |
| void Tonido::Misc::MiscSettings::init | ( | const std::string & | a_appRoot, |
| const std::string & | a_peerDomain | ||
| ) |
init
inits the Misc object
| [in] | a_peerDomain | PeerDomain to use |