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

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: 
1.2     ! paf         6:        $Id: _op.h,v 1.1 2001/04/06 10:29:06 paf Exp $
1.1       paf         7: */
                      8: 
1.2     ! paf         9: #ifndef _OP_H
        !            10: #define _OP_H
1.1       paf        11: 
                     12: #include "pa_vclass.h"
                     13: 
1.2     ! paf        14: void initialize_op_class(Pool& pool, VStateless_class& vclass);
1.1       paf        15: 
                     16: #endif

E-mail: