Library: OSP
Package: PreferencesService
Header: Poco/OSP/Configuration.h
A simple wrapper class for Poco::Util::AbstractConfiguration, used by the PreferencesService.
Direct Base Classes: Poco::Util::AbstractConfiguration
All Base Classes: Poco::RefCountedObject, Poco::Util::AbstractConfiguration
Member Functions: enumerate, getRaw, removeRaw, setRaw
Inherited Functions: createView, duplicate, enumerate, expand, getBool, getDouble, getInt, getRaw, getRawString, getString, has, hasOption, hasProperty, keys, parseBool, parseInt, referenceCount, release, remove, removeRaw, setBool, setDouble, setInt, setRaw, setRawWithEvent, setString
typedef Poco::AutoPtr < Configuration > Ptr;
Configuration(
Poco::Util::AbstractConfiguration * pConfig
);
Creates the Configuration.
~Configuration();
void enumerate(
const std::string & key,
Keys & range
) const;
bool getRaw(
const std::string & key,
std::string & value
) const;
void removeRaw(
const std::string & key
);
void setRaw(
const std::string & key,
const std::string & value
);