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