 
#ifndef tindex_DEFINED
#define tindex_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from tindex.ch and will be
 * overwritten.  Make changes to tindex.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from tindex.ch.
 */ 
 
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

/*
	$Disclaimer: 
*Permission to use, copy, modify, and distribute this software and its 
*documentation for any purpose is hereby granted without fee, 
*provided that the above copyright notice appear in all copies and that 
*both that copyright notice, this permission notice, and the following 
*disclaimer appear in supporting documentation, and that the names of 
*IBM, Carnegie Mellon University, and other copyright holders, not be 
*used in advertising or publicity pertaining to distribution of the software 
*without specific, written prior permission.
*
*IBM, CARNEGIE MELLON UNIVERSITY, AND THE OTHER COPYRIGHT HOLDERS 
*DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
*ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT 
*SHALL IBM, CARNEGIE MELLON UNIVERSITY, OR ANY OTHER COPYRIGHT HOLDER 
*BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
*DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
*WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
*ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
*OF THIS SOFTWARE.
* $
*/


 







/* 
 * End of information copied from tindex.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* tindex has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for tindex 
 */ 
/* tindex is a package.  Packages don't have any data */ 

 
/* 
 * End of data structure for tindex.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef tindex_PROGRAMMERVERSION
#define tindex_PROGRAMMERVERSION 1
#endif /* tindex_PROGRAMMERVERSION */

#ifdef tindex_VERSION
#undef tindex_VERSION
#endif /* tindex_VERSION */
#define tindex_VERSION ((((tindex_PROGRAMMERVERSION << 16) ^ (6 << 8)) & 0x7ffff) + (66 << 20))


#endif /* class_StaticInfoOnly */
#define tindex_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *tindex__GetClassInfo(); \
 extern struct classheader *tindex_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, tindex_classheader_StaticExport->name, tindex__GetClassInfo, NULL, tindex_classheader_StaticExport->namekey); } 
 
#define tindex_StaticLoad()  \
    { \
    tindex_StaticLoadOnlyThisClass();  \
    } 
 
#define tindex_StaticEntry  {tindex_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader tindex_classheader = {
    tindex_VERSION,
    "tindex",
    "tindex",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define tindex_CLASSPROCEDURES (tindex_classheader.classprocedures)
int tindex_classref_;
#endif /* class_StaticInfoOnly */

#endif /* tindex_DEFINED */

#if !defined(tindex_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_tindex) && !defined(class_StaticEntriesOnly)
#define tindex_ROUTINESDEFINED


#define tindex_IndexTerm(d,term,error) \
    (*((int (*)()) (tindex_CLASSPROCEDURES->routines[0])))(&tindex_classheader,d,term,error)
#define tindex_WriteIndexList(d,f) \
    (*((void (*)()) (tindex_CLASSPROCEDURES->routines[1])))(&tindex_classheader,d,f)
#define tindex_ReadIndexList(d,f) \
    (*((char * (*)()) (tindex_CLASSPROCEDURES->routines[2])))(&tindex_classheader,d,f)
#define tindex_InitializeClass() \
    (*((boolean (*)()) (tindex_CLASSPROCEDURES->routines[3])))(&tindex_classheader)
#define tindex_PrintIndex(self) \
    (*((void (*)()) (tindex_CLASSPROCEDURES->routines[4])))(&tindex_classheader,self)
#define tindex_PreviewIndex(self) \
    (*((void (*)()) (tindex_CLASSPROCEDURES->routines[5])))(&tindex_classheader,self)


#endif /* !defined(tindex_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_tindex ) && !defined(class_StaticEntriesOnly)*/

