VHISTlib  1.84.0.3018
/daten/ahuesgen/projects/vhist/code/vhistlib/include/vhistfindlib/parsequery.h
00001 /* $HEADERS
00002  $Id: parsequery.h 2168 2011-05-30 09:09:54Z ahuesgen $
00003  */
00004 
00005 #ifndef PARSEMATCH_H
00006 #define PARSEMATCH_H
00007 
00008 #include "../shared/misc_defines.h"
00009 #include "expressiontreenode.h"
00010 #include "queryerror.h"
00011 
00012 #include <QString>
00013 
00014 
00015 namespace vhist
00016 {
00017 
00018 SPExpressionTreeNode parseQuery(const QString& text,
00019         QueryErrors& errors);
00020 
00021 }
00022 
00023 #endif // PARSEMATCH_H

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.