Definition at line 15 of file Configuration.H.
#include <Configuration.H>
Public Member Functions | |
| ConfigParameters () | |
| ConfigParameters (const std::string &name) | |
| const std::string & | Name () const |
| void | Name (const std::string &name) |
Public Member Functions inherited from Parameters | |
| Parameters () | |
| Parameters (const Parameters &inParams) | |
| std::string | GetValue (const std::string &key) const |
| std::vector< std::string > | GetValueVector (const std::string &key) const |
| util::ParamType * | ParamPtr (const std::string &key) |
| bool | GetFlagValue (const std::string &key) const |
| template<typename T > | |
| T | GetValue (const std::string &key) const |
| template<typename T > | |
| std::vector< T > | GetValueVector (const std::string &key) const |
| virtual void | SetParameter (const std::string &key, const std::string &value) |
| template<typename T > | |
| void | SetParameter (const std::string &key, const T &value) |
| virtual int | SetValue (const std::string &key, const std::string &value) |
| template<typename T > | |
| int | SetValue (const std::string &key, const T &value) |
| int | ResetKey (const std::string &origKey, const std::string &newKey) |
| virtual std::istream & | ReadFromStream (std::istream &Is) |
| virtual std::ostream & | WriteToStream (std::ostream &Os) const |
| std::string | Param (const std::string &Key) const |
| bool | IsSet (const std::string &Key) const |
| virtual | ~Parameters () |
Private Attributes | |
| std::string | _Name |
Additional Inherited Members | |
Public Types inherited from Parameters | |
| typedef util::ParamType | ParamType |
|
inline |
Definition at line 22 of file Configuration.H.
|
inline |
Definition at line 23 of file Configuration.H.
|
inline |
Definition at line 24 of file Configuration.H.
Referenced by ix::util::operator>>().
|
inline |
Definition at line 25 of file Configuration.H.
|
private |
Definition at line 20 of file Configuration.H.