Annotation of parser3/src/classes/_table.h, revision 1.5.2.1

1.4       paf         1: /** @file
1.5       paf         2:        Parser: @b table parser class decls.
1.4       paf         3: 
1.1       paf         4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.4       paf         5: 
1.1       paf         6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.5.2.1 ! paf         8:        $Id: _table.h,v 1.5 2001/04/10 10:32:04 paf Exp $
1.1       paf         9: */
                     10: 
1.5.2.1 ! paf        11: #ifndef CLASSES_TABLE_H
        !            12: #define CLASSES_TABLE_H
1.1       paf        13: 
                     14: #include "pa_vclass.h"
                     15: 
1.2       paf        16: extern VStateless_class *table_class; // global table class [^length[] & co]
                     17: void initialize_table_class(Pool& pool, VStateless_class& vclass);
1.1       paf        18: 
                     19: #endif

E-mail: