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

Public Types

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

Public Member Functions

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

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