ScummVM API documentation
Common::PointerToUnaryFunc< Arg, Result > Class Template Reference
Inheritance diagram for Common::PointerToUnaryFunc< Arg, Result >:
Common::UnaryFunction< Arg, Result >

Public Types

typedef Result(* FuncType) (Arg)
 
- Public Types inherited from Common::UnaryFunction< Arg, Result >
typedef Arg ArgumenType
 
typedef Result ResultType
 

Public Member Functions

 PointerToUnaryFunc (const FuncType &func)
 
Result operator() (Arg v) const
 

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