tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::Param Class Reference

#include <params.h>

Inheritance diagram for tesseract::Param:

Public Member Functions

 ~Param ()=default
 
const char * name_str () const
 
const char * info_str () const
 
bool is_init () const
 
bool is_debug () const
 
bool constraint_ok (SetParamConstraint constraint) const
 

Protected Member Functions

 Param (const char *name, const char *comment, bool init)
 

Protected Attributes

const char * name_
 
const char * info_
 
bool init_
 
bool debug_
 

Constructor & Destructor Documentation

◆ ~Param()

tesseract::Param::~Param ( )
default

◆ Param()

tesseract::Param::Param ( const char *  name,
const char *  comment,
bool  init 
)
inlineprotected

Member Function Documentation

◆ constraint_ok()

bool tesseract::Param::constraint_ok ( SetParamConstraint  constraint) const
inline

◆ info_str()

const char* tesseract::Param::info_str ( ) const
inline

◆ is_debug()

bool tesseract::Param::is_debug ( ) const
inline

◆ is_init()

bool tesseract::Param::is_init ( ) const
inline

◆ name_str()

const char* tesseract::Param::name_str ( ) const
inline

Member Data Documentation

◆ debug_

bool tesseract::Param::debug_
protected

◆ info_

const char* tesseract::Param::info_
protected

◆ init_

bool tesseract::Param::init_
protected

◆ name_

const char* tesseract::Param::name_
protected

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