#include <RCObject.h>
Public Member Functions | |
template<typename RCOBJPTR> | |
RCOBJPTR | operator() (RCOBJPTR pRCObject) |
Function call operator for one argument, being the pointer to an object. | |
template<typename AnyType, typename RCOBJPTR> | |
const std::pair< AnyType, RCOBJPTR > & | operator() (std::pair< AnyType, RCOBJPTR > &p) |
Function call operator for a pair of arguments. |
|
Function call operator for one argument, being the pointer to an object.
|
|
Function call operator for a pair of arguments.
|