ScummVM API documentation
Common::MemFuncRef1< Result, Arg, T > Class Template Reference
Inheritance diagram for Common::MemFuncRef1< Result, Arg, T >:
Common::BinaryFunction< T &, Arg, Result >

Public Types

typedef Result(T::* FuncType) (Arg)
 
- Public Types inherited from Common::BinaryFunction< T &, Arg, Result >
typedef T & FirstArgumentType
 
typedef Arg SecondArgumentType
 
typedef Result ResultType
 

Public Member Functions

 MemFuncRef1 (const FuncType &func)
 
Result operator() (T &v1, Arg v2) const
 

The documentation for this class was generated from the following file: