ScummVM API documentation
Tetraedge::TeCallback2Param< C, S, T > Class Template Reference
Inheritance diagram for Tetraedge::TeCallback2Param< C, S, T >:
Tetraedge::TeICallback2Param< S, T >

Public Types

typedef bool(C::* TMethod) (S, T)
 

Public Member Functions

 TeCallback2Param (C *object, TMethod method, float priority_=0.0f)
 
bool operator() (S data1, T data2) override
 
bool call (S data1, T data2) override
 
virtual float & priority () override
 
bool equals (const TeICallback2Param< S, T > *other) const override
 

Protected Attributes

C * _object
 
TMethod _method
 
float _priority
 

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