Annotation of parser3/src/classes/_string.h, revision 1.3

1.1       paf         1: /*
1.3     ! paf         2:        Parser
        !             3:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
        !             4:        Author: Alexander Petrosyan <paf@design.ru>
        !             5: 
        !             6:        $Id: pa_string.C,v 1.35 2001/03/10 12:12:51 paf Exp $
1.1       paf         7: */
                      8: 
                      9: #ifndef _STRING_H
                     10: #define _STRING_H
                     11: 
                     12: #include "pa_vclass.h"
                     13: 
                     14: extern VClass *string_class; // global string class [^length[] & co]
1.2       paf        15: void initialize_string_class(Pool& pool, VClass& vclass);
1.1       paf        16: 
                     17: #endif

E-mail: