Method of a class.
More...
#include <Method.h>
List of all members.
Public Member Functions |
| Method (const typename DESC::MethType::MemFuncType &pMemFunc, typename DESC::ClassType *pObject) |
| Constructor.
|
virtual | ~Method () |
| Destructor.
|
virtual const FuncDesc * | GetDesc () const override |
| Get func descriptor.
|
Static Public Attributes |
static DESC | Desc |
Detailed Description
template<typename DESC>
class PLCore::Method< DESC >
Method of a class.
Constructor & Destructor Documentation
template<typename DESC >
PLCore::Method< DESC >::Method |
( |
const typename DESC::MethType::MemFuncType & |
pMemFunc, |
|
|
typename DESC::ClassType * |
pObject |
|
) |
| [inline] |
Constructor.
- Parameters:
-
[in] | pMemFunc | Pointer to member function of a class |
[in] | pObject | Pointer to object to which the method belongs |
Member Function Documentation
Get func descriptor.
- Returns:
- Func descriptor
Member Data Documentation
The documentation for this class was generated from the following file: