ewmscp
..
|
Public Member Functions | |
dCapCfgPar (const std::string &optName, const std::string &description, void(*setter)(T)) | |
void | fForbid (options::base &opt) override |
void | applySingle () override |
![]() | |
dCapConfigParameter () | |
Private Attributes | |
options::single< T > | option |
void(* | set )(T) |
Additional Inherited Members | |
![]() | |
static void | apply () |
Definition at line 26 of file dcapCommon.cpp.
|
inline |
Definition at line 30 of file dcapCommon.cpp.
|
inlineoverridevirtual |
Implements dCapConfigParameter.
Definition at line 40 of file dcapCommon.cpp.
References dCapCfgPar< T >::option, and dCapCfgPar< T >::set.
|
inlineoverridevirtual |
Reimplemented from dCapConfigParameter.
Definition at line 36 of file dcapCommon.cpp.
References options::base::fForbid(), and dCapCfgPar< T >::option.
|
private |
Definition at line 27 of file dcapCommon.cpp.
Referenced by dCapCfgPar< T >::applySingle(), dCapCfgPar< const char * >::applySingle(), and dCapCfgPar< T >::fForbid().
|
private |
Definition at line 28 of file dcapCommon.cpp.
Referenced by dCapCfgPar< T >::applySingle(), and dCapCfgPar< const char * >::applySingle().