ScummVM API documentation
Common::PointerToBinaryFunc< Arg1, Arg2, Result > Class Template Reference
Inheritance diagram for Common::PointerToBinaryFunc< Arg1, Arg2, Result >:
Common::BinaryFunction< Arg1, Arg2, Result >

Public Types

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

Public Member Functions

 PointerToBinaryFunc (const FuncType &func)
 
Result operator() (Arg1 v1, Arg2 v2) const
 

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