src/tools/values/vParser.h

Go to the documentation of this file.
00001 #include "values/vCore.h"
00002 
00003 namespace vValue {
00004 
00005 class Parser {
00006 public:
00007     static vValue::Expr::Base *parse(tString s);
00008 };
00009 
00010 }

Generated on Sat Mar 15 22:56:04 2008 for Armagetron Advanced by  doxygen 1.5.4