ewmscp
..
|
class to remember the file (or cmd line) an option was set from More...
#include <Options.h>
Public Member Functions | |
sourceFile (const std::string &aName, decltype(lParent) aParent) | |
const std::string & | fGetName () const |
Static Public Attributes | |
static const sourceFile | gUnsetSource |
static const sourceFile | gCmdLine |
Protected Attributes | |
std::string | lName |
const sourceFile & | lParent |
class to remember the file (or cmd line) an option was set from
|
inline |
|
inline |
|
static |
Definition at line 42 of file Options.h.
Referenced by options::base::fHandleOption(), options::parser::fParse(), and options::internal::OptionReadCfgFile< mayBeMissing >::fSetMe().
|
static |
Definition at line 41 of file Options.h.
Referenced by options::internal::sourceItem::fIsUnset().
|
protected |
Definition at line 38 of file Options.h.
Referenced by fGetName().
|
protected |