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

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.