#include <Debug.h>
Definition at line 64 of file Debug.h.
| EnvVar::EnvVar |
( |
const std::string & |
sName, |
|
|
const std::string & |
sDefault, |
|
|
const std::string & |
sHelp |
|
) |
| |
| Double EnvVar::getDouble |
( |
| ) |
const |
|
inline |
| std::list< EnvVar * > & EnvVar::getEnvVarInUse |
( |
| ) |
|
|
static |
| std::list< std::pair< std::string, std::string > > & EnvVar::getEnvVarList |
( |
| ) |
|
|
static |
| Int EnvVar::getInt |
( |
| ) |
const |
|
inline |
| const std::string& EnvVar::getName |
( |
| ) |
const |
|
inline |
| const std::string& EnvVar::getString |
( |
| ) |
const |
|
inline |
| Bool EnvVar::isSet |
( |
| ) |
const |
|
inline |
| Bool EnvVar::isTrue |
( |
| ) |
const |
|
inline |
| Void EnvVar::printEnvVar |
( |
| ) |
|
|
static |
| Void EnvVar::printEnvVarInUse |
( |
| ) |
|
|
static |
| std::string EnvVar::m_sHelp |
|
private |
| std::string EnvVar::m_sName |
|
private |
| std::string EnvVar::m_sVal |
|
private |
The documentation for this class was generated from the following files: