VARIABLE Class Reference

#include <variables.h>

List of all members.


Detailed Description

Holds info on address, name, default value, reading & writing functions of one variable.

Definition at line 50 of file variables.h.

Public Attributes


Member Data Documentation

void* VARIABLE::address

Definition at line 53 of file variables.h.

Referenced by add_32bit_variable(), add_ptr_variable(), float_read(), float_write(), int_read(), int_write(), string_read(), and string_write().

VALUE VARIABLE::default_value

Definition at line 55 of file variables.h.

Referenced by add_32bit_variable(), and add_ptr_variable().

const char* VARIABLE::string

Definition at line 54 of file variables.h.

Referenced by add_32bit_variable(), add_ptr_variable(), float_write(), int_write(), same_var_name(), and string_write().

variables_io VARIABLE::type_reader

Definition at line 56 of file variables.h.

Referenced by add_32bit_variable(), add_ptr_variable(), and read_variables().

variables_io VARIABLE::type_writer

Definition at line 57 of file variables.h.

Referenced by add_32bit_variable(), and add_ptr_variable().


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