![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Lookup configuration strings from the process environment. More...
#include "configuration.h"
Public Member Functions | |
ConfigurationEnviron () | |
virtual | ~ConfigurationEnviron () |
![]() | |
POINTER_DEFINITIONS (Configuration) | |
Configuration () | |
virtual | ~Configuration ()=0 |
bool | getPropertyAsBoolean (const std::string &name, const bool defaultValue) const |
epics::pvData::int32 | getPropertyAsInteger (const std::string &name, const epics::pvData::int32 defaultValue) const |
float | getPropertyAsFloat (const std::string &name, const float defaultValue) const |
double | getPropertyAsDouble (const std::string &name, const double defaultValue) const |
std::string | getPropertyAsString (const std::string &name, const std::string &defaultValue) const |
bool | getPropertyAsAddress (const std::string &name, osiSockAddr *addr) const |
bool | hasProperty (const std::string &name) const |
keys_t | keys () const |
Additional Inherited Members | |
![]() | |
typedef std::set< std::string > | keys_t |
![]() | |
virtual void | addKeys (keys_t &) const |
Lookup configuration strings from the process environment.
Definition at line 150 of file configuration.h.
|
inline |
Definition at line 154 of file configuration.h.
|
inlinevirtual |
Definition at line 155 of file configuration.h.