Annotation of parser3/src/classes/_form.h, revision 1.2

1.2     ! paf         1: /** @file
        !             2:        Parser: @b form parser class decls.
        !             3: 
1.1       paf         4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.2     ! paf         5: 
1.1       paf         6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.2     ! paf         8:        $Id: _form.h,v 1.1 2001/03/13 17:54:11 paf Exp $
1.1       paf         9: */
                     10: 
                     11: #ifndef _FORM_H
                     12: #define _FORM_H
                     13: 
                     14: #include "pa_vstateless_class.h"
                     15: 
                     16: extern VStateless_class *form_base_class;
                     17: void initialize_form_base_class(Pool& pool, VStateless_class& vclass);
                     18: 
                     19: #endif

E-mail: