RioEngine
0.1
My first attempt to create a 3D WYSIWYG Game Engine
|
#include <FastDelegate.h>
Public Types | |
typedef FastDelegate0 | type |
Public Member Functions | |
FastDelegate0 () | |
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) |
Definition at line 854 of file FastDelegate.h.
typedef FastDelegate0 fastdelegate::FastDelegate0< RetType >::type |
Definition at line 864 of file FastDelegate.h.
|
inline |
Definition at line 867 of file FastDelegate.h.
|
inline |
Definition at line 868 of file FastDelegate.h.
|
inline |
Definition at line 882 of file FastDelegate.h.
|
inline |
Definition at line 889 of file FastDelegate.h.
|
inline |
Definition at line 896 of file FastDelegate.h.
|
inline |
Definition at line 885 of file FastDelegate.h.
|
inline |
Definition at line 892 of file FastDelegate.h.
|
inline |
Definition at line 901 of file FastDelegate.h.
|
inline |
Definition at line 927 of file FastDelegate.h.
|
inline |
Definition at line 925 of file FastDelegate.h.
|
inline |
Definition at line 929 of file FastDelegate.h.
|
inline |
Definition at line 915 of file FastDelegate.h.
|
inline |
Definition at line 923 of file FastDelegate.h.
|
inline |
Definition at line 874 of file FastDelegate.h.
|
inline |
Definition at line 921 of file FastDelegate.h.
|
inline |
Definition at line 905 of file FastDelegate.h.
|
inline |
Definition at line 876 of file FastDelegate.h.
|
inline |
Definition at line 870 of file FastDelegate.h.
|
inline |
Definition at line 899 of file FastDelegate.h.
|
inline |
Definition at line 872 of file FastDelegate.h.
|
inline |
Definition at line 919 of file FastDelegate.h.
|
inline |
Definition at line 878 of file FastDelegate.h.
|
inline |
Definition at line 930 of file FastDelegate.h.