#include <Env.h>
|
| Env (const char *fname) |
|
std::string & | operator() (std::string key) |
|
|
static int | getenv (const char *key, int def) |
|
static const char * | getenv (const char *key, const char *def) |
|
Definition at line 19 of file Env.h.
◆ Env()
Env::Env |
( |
const char * |
fname | ) |
|
◆ getenv() [1/2]
static const char* Env::getenv |
( |
const char * |
key, |
|
|
const char * |
def |
|
) |
| |
|
inlinestatic |
Definition at line 34 of file Env.h.
◆ getenv() [2/2]
static int Env::getenv |
( |
const char * |
key, |
|
|
int |
def |
|
) |
| |
|
inlinestatic |
Definition at line 26 of file Env.h.
◆ operator()()
string & Env::operator() |
( |
std::string |
key | ) |
|
The documentation for this class was generated from the following files: