Public Types | Public Member Functions
Tonido::Misc::MiscSettings Class Reference

Stores other misc settings indirectly derived from other settings. More...

List of all members.

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::VariantFieldgetValue (const std::string &a_index)
 getValue
void show (std::ostream &out) const
 Dumps the settings to the output stream.

Detailed Description

Stores other misc settings indirectly derived from other settings.


Constructor & Destructor Documentation

Tonido::Misc::MiscSettings::MiscSettings ( )

Default contructor.

Just create object with no data


Member Function Documentation

VariantField & Tonido::Misc::MiscSettings::getValue ( const std::string &  a_index)

getValue

returns the value associated with the name

Parameters:
[in]a_indexname of the value to get
Returns:
VariantField associated with this value
void Tonido::Misc::MiscSettings::init ( const std::string &  a_appRoot,
const std::string &  a_peerDomain 
)

init

inits the Misc object

Parameters:
[in]a_peerDomainPeerDomain to use
Returns:
none

Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.