BOOL_VAR_TO Class Reference

#include <varable.h>

List of all members.


Detailed Description

Converting to boolean variables.

Definition at line 140 of file varable.h.

Public Member Functions

Private Attributes


Constructor & Destructor Documentation

BOOL_VAR_TO::BOOL_VAR_TO (  ) 

Constructor to copy the list back to its rightful place.

Definition at line 177 of file varable.cpp.

References BOOL_VARIABLE::copy, and BOOL_VARIABLE::head.

00177                          {  //constructor
00178   BOOL_VARIABLE_C_IT start_it = &BOOL_VARIABLE::copy.list;
00179   BOOL_VARIABLE_C_IT end_it = &BOOL_VARIABLE::copy.list;
00180 
00181   if (!start_it.empty ()) {
00182     while (!end_it.at_last ())
00183       end_it.forward ();
00184     BOOL_VARIABLE::head.assign_to_sublist (&start_it, &end_it);
00185   }
00186 }


Member Data Documentation

BOOL_VARIABLE_CLIST BOOL_VAR_TO::dummy [private]

Definition at line 145 of file varable.h.


The documentation for this class was generated from the following files:
Generated on Wed Feb 28 19:49:30 2007 for Tesseract by  doxygen 1.5.1