Security Scol plugin
Public Member Functions | List of all members
AssignFromHelperClass< T, BASE > Class Template Reference

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 &))
 

Detailed Description

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

Definition at line 231 of file algparam.h.

Constructor & Destructor Documentation

◆ AssignFromHelperClass()

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

Definition at line 234 of file algparam.h.

Member Function Documentation

◆ operator()() [1/2]

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 244 of file algparam.h.

◆ operator()() [2/2]

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 257 of file algparam.h.


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