Public Types | |
| typedef FastDelegate1 | type |
Public Member Functions | |
| FastDelegate1 (const FastDelegate1 &x) | |
| void | operator= (const FastDelegate1 &x) |
| bool | operator== (const FastDelegate1 &x) const |
| bool | operator!= (const FastDelegate1 &x) const |
| bool | operator< (const FastDelegate1 &x) const |
| bool | operator> (const FastDelegate1 &x) const |
| template<class X , class Y > | |
| FastDelegate1 (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1)) | |
| template<class X , class Y > | |
| void | bind (Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1)) |
| template<class X , class Y > | |
| FastDelegate1 (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const) | |
| template<class X , class Y > | |
| void | bind (const Y *pthis, DesiredRetType(X::*function_to_bind)(Param1 p1) const) |
| FastDelegate1 (DesiredRetType(*function_to_bind)(Param1 p1)) | |
| void | operator= (DesiredRetType(*function_to_bind)(Param1 p1)) |
| void | bind (DesiredRetType(*function_to_bind)(Param1 p1)) |
| RetType | operator() (Param1 p1) 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) |
1.8.6