INT_VAR_TO Class Reference

#include <varable.h>

List of all members.


Detailed Description

Converting to integer variables.

Definition at line 55 of file varable.h.

Public Member Functions

Private Attributes


Constructor & Destructor Documentation

INT_VAR_TO::INT_VAR_TO (  ) 

Constructor to copy the list back to its rightful place.

Definition at line 80 of file varable.cpp.

References INT_VARIABLE::copy, and INT_VARIABLE::head.

00080                        {  //constructor
00081   INT_VARIABLE_C_IT start_it = &INT_VARIABLE::copy.list;
00082   INT_VARIABLE_C_IT end_it = &INT_VARIABLE::copy.list;
00083 
00084   if (!start_it.empty ()) {
00085     while (!end_it.at_last ())
00086       end_it.forward ();
00087     INT_VARIABLE::head.assign_to_sublist (&start_it, &end_it);
00088   }
00089 }


Member Data Documentation

INT_VARIABLE_CLIST INT_VAR_TO::dummy [private]

Definition at line 60 of file varable.h.


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