Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/DataType/Const.hpp File Reference

#include <assert.h>
#include <iostream.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <sys/timeb.h>

Go to the source code of this file.

Defines

#define FALSE   false
#define TRUE   true

Typedefs

typedef unsigned long ulong
typedef unsigned int uint
typedef long Elem

Variables

const char *const msgS_IDFound = "This was the element found when searching on its ID."
const char *const msgS_IDnotFound = "No element with this ID was found."
const char *const msgC_IDnotFound = "No change was made because no element with this ID was found."
const char *const msgI_IDexist = "This record was not inserted because an element with the same ID already existed"
const char *const msgD_IDnotFound = "The ID of no element matched the ID of this record, so nothing was deleted."
const char *const msgInvalidOp = "This record contains an impermissible operation code."
const char *const msgCompare = "The average number of ID comparisons for "
const char *const msgTotalCmp = "The total number of ID comparisons for"
const char *const msgAvgCmp = "The average number of ID comparisons for"
const int LINE_SIZE = 79
const char *const msg_OK
const char *const msg_BAD


Define Documentation

#define FALSE   false
 

Definition at line 23 of file Const.hpp.

#define TRUE   true
 

Definition at line 24 of file Const.hpp.


Typedef Documentation

typedef long Elem
 

Definition at line 29 of file Const.hpp.

typedef unsigned int uint
 

Definition at line 27 of file Const.hpp.

typedef unsigned long ulong
 

Definition at line 26 of file Const.hpp.


Variable Documentation

const int LINE_SIZE = 79
 

Definition at line 45 of file Const.hpp.

const char* const msgAvgCmp = "The average number of ID comparisons for"
 

Definition at line 43 of file Const.hpp.

const char* const msgC_IDnotFound = "No change was made because no element with this ID was found."
 

Definition at line 36 of file Const.hpp.

const char* const msgCompare = "The average number of ID comparisons for "
 

Definition at line 40 of file Const.hpp.

const char* const msgD_IDnotFound = "The ID of no element matched the ID of this record, so nothing was deleted."
 

Definition at line 38 of file Const.hpp.

const char* const msgI_IDexist = "This record was not inserted because an element with the same ID already existed"
 

Definition at line 37 of file Const.hpp.

const char* const msgInvalidOp = "This record contains an impermissible operation code."
 

Definition at line 39 of file Const.hpp.

const char* const msgS_IDFound = "This was the element found when searching on its ID."
 

Definition at line 34 of file Const.hpp.

const char* const msgS_IDnotFound = "No element with this ID was found."
 

Definition at line 35 of file Const.hpp.

const char* const msgTotalCmp = "The total number of ID comparisons for"
 

Definition at line 42 of file Const.hpp.

const char* const msg_BAD
 

Initial value:

 
   "The offending parenthesis in the above expression is above the question mark.\n\n\n"

Definition at line 52 of file Const.hpp.

const char* const msg_OK
 

Initial value:

 
   "The parentheses in the above expression are balanced and properly nested.\n\n"

Definition at line 49 of file Const.hpp.


Generated on Sun Oct 14 18:47:01 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001