#include <polybori/pbori_defs.h>
#include "CMemberFunctionTraits.h"
Go to the source code of this file.
Namespaces | |
namespace | polybori |
Classes | |
class | polybori::CCallbackFacade< Type, ResultType, ArgType > |
Variant for constant non-void member functions. More... | |
class | polybori::CCallbackFacade< Type, void, ArgType > |
Specialized variant for constant void member functions. More... | |
class | polybori::CCallbackWrapper< MemberFuncPtr > |
This template class defines a functional, which wraps operator .*, which is the callback of a dynamic member function wrt. a given object. More... |