Searched refs:GetValueHelperClass (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.h83 class GetValueHelperClass class
86 GetValueHelperClass(const T *pObject, const char *name, const std::type_info &valueType, void *pValue, const NameValuePairs *searchFirst) function in class:GetValueHelperClass
118 GetValueHelperClass<T,BASE> & operator()(const char *name, const R & (T::*pm)() const)
131 GetValueHelperClass<T,BASE> &Assignable()
155 GetValueHelperClass<T, BASE> GetValueHelper(const T *pObject, const char *name, const std::type_info &valueType, void *pValue, const NameValuePairs *searchFirst=NULL, BASE *dummy=NULL)
157 return GetValueHelperClass<T, BASE>(pObject, name, valueType, pValue, searchFirst);
161 GetValueHelperClass<T, T> GetValueHelper(const T *pObject, const char *name, const std::type_info &valueType, void *pValue, const NameValuePairs *searchFirst=NULL)
163 return GetValueHelperClass<T, T>(pObject, name, valueType, pValue, searchFirst);

Completed in 46 milliseconds