Annotation of parser3/src/classes/_string.h, revision 1.6
1.1 paf 1: /*
1.3 paf 2: Parser
3: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.4 paf 4: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
1.3 paf 5:
1.6 ! paf 6: $Id: _string.h,v 1.5.4.1 2001/03/13 13:39:55 paf Exp $
1.1 paf 7: */
8:
9: #ifndef _STRING_H
10: #define _STRING_H
11:
12: #include "pa_vclass.h"
13:
1.6 ! paf 14: extern VStateless_class *string_class; // global string class [^length[] & co]
! 15: void initialize_string_class(Pool& pool, VStateless_class& vclass);
1.5 paf 16:
17: void _string_format(Request& r, const String& method_name, Array *params);
1.1 paf 18:
19: #endif
E-mail: