![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <algparam.h>
Public Member Functions | |
| AssignFromHelperClass (T *pObject, const NameValuePairs &source) | |
| template<class R > | |
| AssignFromHelperClass & | operator() (const char *name, void(T::*pm)(const R &)) |
| template<class R , class S > | |
| AssignFromHelperClass & | operator() (const char *name1, const char *name2, void(T::*pm)(const R &, const S &)) |
Private Attributes | |
| T * | m_pObject |
| const NameValuePairs & | m_source |
| bool | m_done |
Definition at line 238 of file algparam.h.
|
inline |
|
inline |
Definition at line 251 of file algparam.h.
|
inline |
Definition at line 264 of file algparam.h.
|
private |
Definition at line 282 of file algparam.h.
|
private |
Definition at line 280 of file algparam.h.
|
private |
Definition at line 281 of file algparam.h.
1.8.11