#include <FastDelegate.h>
FastDelegate1 |
( |
Y * |
pthis, |
|
|
DesiredRetType(X::*)(Param1 p1) |
function_to_bind |
|
) |
| |
|
inline |
FastDelegate1 |
( |
const Y * |
pthis, |
|
|
DesiredRetType(X::*)(Param1 p1) const |
function_to_bind |
|
) |
| |
|
inline |
void bind |
( |
Y * |
pthis, |
|
|
DesiredRetType(X::*)(Param1 p1) |
function_to_bind |
|
) |
| |
|
inline |
void bind |
( |
const Y * |
pthis, |
|
|
DesiredRetType(X::*)(Param1 p1) const |
function_to_bind |
|
) |
| |
|
inline |
void bind |
( |
DesiredRetType(*)(Param1 p1) |
function_to_bind | ) |
|
|
inline |
operator unspecified_bool_type |
( |
| ) |
const |
|
inline |
RetType operator() |
( |
Param1 |
p1 | ) |
const |
|
inline |
bool operator< |
( |
const FastDelegate1< Param1, RetType > & |
x | ) |
const |
|
inline |
void operator= |
( |
DesiredRetType(*)(Param1 p1) |
function_to_bind | ) |
|
|
inline |
bool operator== |
( |
const FastDelegate1< Param1, RetType > & |
x | ) |
const |
|
inline |
bool operator== |
( |
StaticFunctionPtr |
funcptr | ) |
|
|
inline |
bool operator> |
( |
const FastDelegate1< Param1, RetType > & |
x | ) |
const |
|
inline |
The documentation for this class was generated from the following file: