|
| FastDelegate0 (const FastDelegate0 &x) |
|
void | operator= (const FastDelegate0 &x) |
|
bool | operator== (const FastDelegate0 &x) const |
|
bool | operator!= (const FastDelegate0 &x) const |
|
bool | operator< (const FastDelegate0 &x) const |
|
bool | operator> (const FastDelegate0 &x) const |
|
template<class X , class Y > |
| FastDelegate0 (Y *pthis, DesiredRetType(X::*function_to_bind)()) |
|
template<class X , class Y > |
void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)()) |
|
template<class X , class Y > |
| FastDelegate0 (const Y *pthis, DesiredRetType(X::*function_to_bind)() const) |
|
template<class X , class Y > |
void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)() const) |
|
| FastDelegate0 (DesiredRetType(*function_to_bind)()) |
|
void | operator= (DesiredRetType(*function_to_bind)()) |
|
void | bind (DesiredRetType(*function_to_bind)()) |
|
RetType | operator() () const |
|
| operator unspecified_bool_type () const |
|
bool | operator== (StaticFunctionPtr funcptr) |
|
bool | operator!= (StaticFunctionPtr funcptr) |
|
bool | operator! () const |
|
bool | empty () const |
|
void | clear () |
|
const DelegateMemento & | GetMemento () |
|
void | SetMemento (const DelegateMemento &any) |
|
The documentation for this class was generated from the following file: