File:  [parser3project] / parser3 / src / classes / Attic / _string.h
Revision 1.8.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Apr 16 11:26:34 2001 UTC (25 years, 3 months ago) by paf
compile-1

/** @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: