|
ewmscp
..
|
Public Member Functions | |
| dCapCfg2Par (const std::string &opt1Name, const std::string &description1, const std::string &opt2Name, const std::string &description2, void(*setter)(T, U), std::initializer_list< dCapConfigParameter * > forbid={}) | |
| void | applySingle () override |
Public Member Functions inherited from dCapConfigParameter | |
| virtual void | fForbid (options::base &) |
| dCapConfigParameter () | |
Private Attributes | |
| options::single< T > | option1 |
| options::single< U > | option2 |
| void(* | set )(T, U) |
Additional Inherited Members | |
Static Public Member Functions inherited from dCapConfigParameter | |
| static void | apply () |
Definition at line 62 of file dcapCommon.cpp.
|
inline |
Definition at line 67 of file dcapCommon.cpp.
|
inlineoverridevirtual |
Implements dCapConfigParameter.
Definition at line 83 of file dcapCommon.cpp.
References dCapCfg2Par< T, U >::option1, dCapCfg2Par< T, U >::option2, and dCapCfg2Par< T, U >::set.
|
private |
Definition at line 63 of file dcapCommon.cpp.
Referenced by dCapCfg2Par< T, U >::applySingle().
|
private |
Definition at line 64 of file dcapCommon.cpp.
Referenced by dCapCfg2Par< T, U >::applySingle().
|
private |
Definition at line 65 of file dcapCommon.cpp.
Referenced by dCapCfg2Par< T, U >::applySingle().
1.8.17