class
#include <eckit/config/ResourceBase.h>
ResourceBase
Derived classes
Constructors, destructors, conversion operators
-
ResourceBase(Configurable* owner,
const std::
string& str) - ~ResourceBase() virtual
Public functions
- void reset()
-
void dump(std::
ostream&) const -
void GET(std::
ostream&, Url&) -
auto name() const -> std::
string
Private functions
- auto setFromConfigFile() -> bool virtual
-
void setValue(const std::
string&) pure virtual -
auto getValue() const -> std::
string pure virtual