STRING_VAR_TO Class Reference

#include <varable.h>

List of all members.


Detailed Description

Converting to string variables.

Definition at line 225 of file varable.h.

Public Member Functions

Private Attributes


Constructor & Destructor Documentation

STRING_VAR_TO::STRING_VAR_TO (  ) 

Constructor to copy the list back to its rightful place.

Definition at line 278 of file varable.cpp.

References STRING_VARIABLE::copy, and STRING_VARIABLE::head.

00278                              {  //constructor
00279   STRING_VARIABLE_C_IT start_it = &STRING_VARIABLE::copy.list;
00280   STRING_VARIABLE_C_IT end_it = &STRING_VARIABLE::copy.list;
00281 
00282   if (!start_it.empty ()) {
00283     while (!end_it.at_last ())
00284       end_it.forward ();
00285     STRING_VARIABLE::head.assign_to_sublist (&start_it, &end_it);
00286   }
00287 }


Member Data Documentation

STRING_VARIABLE_CLIST STRING_VAR_TO::dummy [private]

Definition at line 230 of file varable.h.


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