tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
_TessFunctionResultCallback_1_0< del, R, P1 > Class Template Reference

#include <tesscallback.h>

Inheritance diagram for _TessFunctionResultCallback_1_0< del, R, P1 >:
Collaboration diagram for _TessFunctionResultCallback_1_0< del, R, P1 >:

Public Types

typedef TessResultCallback< R > base
 
typedef R(* FunctionSignature) (P1)
 

Public Member Functions

 _TessFunctionResultCallback_1_0 (FunctionSignature function, P1 p1)
 
virtual R Run ()
 
- Public Member Functions inherited from TessResultCallback< R >
virtual ~TessResultCallback ()
 

Private Attributes

FunctionSignature function_
 
remove_reference< P1 >::type p1_
 

Member Typedef Documentation

◆ base

template<bool del, class R, class P1>
typedef TessResultCallback<R> _TessFunctionResultCallback_1_0< del, R, P1 >::base

◆ FunctionSignature

template<bool del, class R, class P1>
typedef R(* _TessFunctionResultCallback_1_0< del, R, P1 >::FunctionSignature) (P1)

Constructor & Destructor Documentation

◆ _TessFunctionResultCallback_1_0()

template<bool del, class R, class P1>
_TessFunctionResultCallback_1_0< del, R, P1 >::_TessFunctionResultCallback_1_0 ( FunctionSignature  function,
P1  p1 
)
inline

Member Function Documentation

◆ Run()

template<bool del, class R, class P1>
virtual R _TessFunctionResultCallback_1_0< del, R, P1 >::Run ( )
inlinevirtual

Member Data Documentation

◆ function_

template<bool del, class R, class P1>
FunctionSignature _TessFunctionResultCallback_1_0< del, R, P1 >::function_
private

◆ p1_

template<bool del, class R, class P1>
remove_reference<P1>::type _TessFunctionResultCallback_1_0< del, R, P1 >::p1_
private

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