ewmscp
..
|
template class for davix config parameters More...
#include <davixCommon.h>
Public Member Functions | |
davixCfgPar (const std::string &parPrefix, const std::string &optName, const std::string &description, void(Davix::RequestParams::*setter)(T)) | |
davixCfgPar (const std::string &parPrefix, const std::string &optName, const std::string &description, void(Davix::RequestParams::*setter)(T), T aDefault) | |
void | applySingle (Davix::RequestParams ¶ms) |
Private Attributes | |
options::single< T > | option |
option that holds the config value More... | |
void(Davix::RequestParams::* | set )(T) |
setter that will configure the davix instance More... | |
template class for davix config parameters
Definition at line 67 of file davixCommon.h.
|
inline |
Definition at line 71 of file davixCommon.h.
|
inline |
Definition at line 78 of file davixCommon.h.
|
inline |
Definition at line 86 of file davixCommon.h.
Referenced by davixConfigObject::apply().
|
private |
option that holds the config value
Definition at line 68 of file davixCommon.h.
Referenced by davixCfgPar< bool >::applySingle().
|
private |
setter that will configure the davix instance
Definition at line 69 of file davixCommon.h.
Referenced by davixCfgPar< bool >::applySingle().