EtcTable class
#include <eckit/config/EtcTable.h>
Derived classes
- class EtcKeyTable
- class EtcStartWithTable
Constructors, destructors, conversion operators
-
EtcTable(const std::
string&, int = 0, const std:: string& = "etc") - EtcTable(const EtcTable&) deleted
- EtcTable(EtcTable&&) deleted
- ~EtcTable() virtual
Public functions
- auto operator=(const EtcTable&) -> EtcTable& deleted
- auto operator=(EtcTable&&) -> EtcTable& deleted
-
auto lookUp(const std::
string&) -> const std:: vector<std:: string>& -
auto keys() -> std::
vector<std:: string> -
auto lines() -> std::
vector<std:: vector<std:: string>> - auto reload() -> bool
- auto exists() const -> bool
Private functions
-
auto match(const std::
string&, const std:: vector<std:: string>&) const -> bool pure virtual