Annotation of parser3/src/classes/_table.h, revision 1.1
1.1 ! paf 1: /*
! 2: Parser
! 3: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
! 4: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
! 5:
! 6: $Id: _table.h,v 1.4 2001/03/11 08:16:31 paf Exp $
! 7: */
! 8:
! 9: #ifndef _TABLE_H
! 10: #define _TABLE_H
! 11:
! 12: #include "pa_vclass.h"
! 13:
! 14: extern VClass *table_class; // global table class [^length[] & co]
! 15: void initialize_table_class(Pool& pool, VClass& vclass);
! 16:
! 17: #endif
E-mail: