/** @file
Parser: @b string parser class decls.
Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
$Id: _string.h,v 1.8.2.1 2001/04/16 11:26:34 paf Exp $
*/
#ifndef CLASSES_STRING_H
#define CLASSES_STRING_H
#include "pa_vclass.h"
extern VStateless_class *string_class; // global string class [^length[] & co]
void initialize_string_class(Pool& pool, VStateless_class& vclass);
void _string_format(Request& r, const String& method_name, MethodParams *);
#endif
E-mail: