成员的完整列表,这些成员属于 UniCastDelegate< R, Args >,包括所有继承而来的类成员
| Bind(std::function< R(Args...)> callback) | UniCastDelegate< R, Args > | inline |
| Bind(T *obj, R(T::*func)(Args...)) | UniCastDelegate< R, Args > | inline |
| callback | UniCastDelegate< R, Args > | private |
| Execute(Args... args) | UniCastDelegate< R, Args > | inline |
| IsBinded() const | UniCastDelegate< R, Args > | inline |
| operator()(Args... args) | UniCastDelegate< R, Args > | inline |
| UnBind() | UniCastDelegate< R, Args > | inline |