Annotation of parser3/src/classes/_double.h, revision 1.6

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

E-mail: