Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
AssignFromHelperClass< T, BASE > Class Template Reference

#include <algparam.h>

Collaboration diagram for AssignFromHelperClass< T, BASE >:
[legend]

Public Member Functions

 AssignFromHelperClass (T *pObject, const NameValuePairs &source)
 
template<class R >
AssignFromHelperClassoperator() (const char *name, void(T::*pm)(const R &))
 
template<class R , class S >
AssignFromHelperClassoperator() (const char *name1, const char *name2, void(T::*pm)(const R &, const S &))
 

Private Attributes

Tm_pObject
 
const NameValuePairsm_source
 
bool m_done
 

Detailed Description

template<class T, class BASE>
class AssignFromHelperClass< T, BASE >

Definition at line 238 of file algparam.h.

Constructor & Destructor Documentation

template<class T, class BASE>
AssignFromHelperClass< T, BASE >::AssignFromHelperClass ( T pObject,
const NameValuePairs source 
)
inline

Definition at line 241 of file algparam.h.

Here is the call graph for this function:

Member Function Documentation

template<class T, class BASE>
template<class R >
AssignFromHelperClass& AssignFromHelperClass< T, BASE >::operator() ( const char *  name,
void(T::*)(const R &)  pm 
)
inline

Definition at line 251 of file algparam.h.

template<class T, class BASE>
template<class R , class S >
AssignFromHelperClass& AssignFromHelperClass< T, BASE >::operator() ( const char *  name1,
const char *  name2,
void(T::*)(const R &, const S &)  pm 
)
inline

Definition at line 264 of file algparam.h.

Member Data Documentation

template<class T, class BASE>
bool AssignFromHelperClass< T, BASE >::m_done
private

Definition at line 282 of file algparam.h.

template<class T, class BASE>
T* AssignFromHelperClass< T, BASE >::m_pObject
private

Definition at line 280 of file algparam.h.

template<class T, class BASE>
const NameValuePairs& AssignFromHelperClass< T, BASE >::m_source
private

Definition at line 281 of file algparam.h.


The documentation for this class was generated from the following file: