#include <tesscallback.h>


Public Types | |
| typedef TessClosure | base |
| typedef void(* | FunctionSignature) (P1, P2) |
Public Member Functions | |
| _TessFunctionResultCallback_2_0 (FunctionSignature function, P1 p1, P2 p2) | |
| virtual void | Run () |
Public Member Functions inherited from TessClosure | |
| virtual | ~TessClosure () |
Private Attributes | |
| FunctionSignature | function_ |
| remove_reference< P1 >::type | p1_ |
| remove_reference< P2 >::type | p2_ |
| typedef TessClosure _TessFunctionResultCallback_2_0< del, void, P1, P2 >::base |
| typedef void(* _TessFunctionResultCallback_2_0< del, void, P1, P2 >::FunctionSignature) (P1, P2) |
|
inline |
|
inlinevirtual |
Implements TessClosure.
|
private |
|
private |
|
private |