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

1.7       paf         1: /** @file
                      2:        Parser: @b string parser class decls.
                      3: 
1.3       paf         4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.7       paf         5: 
1.4       paf         6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
1.3       paf         7: 
1.9     ! paf         8:        $Id: _string.h,v 1.8.2.1 2001/04/16 11:26:34 paf Exp $
1.1       paf         9: */
                     10: 
1.9     ! paf        11: #ifndef CLASSES_STRING_H
        !            12: #define CLASSES_STRING_H
1.1       paf        13: 
                     14: #include "pa_vclass.h"
                     15: 
1.6       paf        16: extern VStateless_class *string_class; // global string class [^length[] & co]
                     17: void initialize_string_class(Pool& pool, VStateless_class& vclass);
1.5       paf        18: 
1.8       paf        19: void _string_format(Request& r, const String& method_name, MethodParams *);
1.1       paf        20: 
                     21: #endif

E-mail: