![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Lookup configuration strings from the process environment. More...
#include "configuration.h"
Inheritance diagram for epics::pvAccess::ConfigurationEnviron:
Collaboration diagram for epics::pvAccess::ConfigurationEnviron:Public Member Functions | |
| ConfigurationEnviron () | |
| virtual | ~ConfigurationEnviron () |
Public Member Functions inherited from epics::pvAccess::Configuration | |
| 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 | |
Public Types inherited from epics::pvAccess::Configuration | |
| typedef std::set< std::string > | keys_t |
Protected Member Functions inherited from epics::pvAccess::Configuration | |
| 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.