VHISTlib  1.84.0.3018
/daten/ahuesgen/projects/vhist/code/vhistlib/include/vhistfindlib/operatorinfo.h
00001 /* $HEADERS
00002  $Id: operatorinfo.h 2168 2011-05-30 09:09:54Z ahuesgen $
00003  */
00004 
00005 #ifndef OPERATORINFO_H
00006 #define OPERATORINFO_H
00007 
00008 #include <QString>
00009 
00010 namespace vhist
00011 {
00012     int getPrecedence(const QString& op);
00013     char getAssociation(const QString& op);
00014     int getNumArguments(const QString& op);
00015 }
00016 
00017 #endif // OPERATORINFO_H

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.