7 #ifndef Tomato_TomatoPARSER_H     8 #define Tomato_TomatoPARSER_H    10 #include "CmakeConfigForTomato.h"    17 #include "tomatolib_export.h"    25     template<
typename MeasureType>
    30         typedef std::map<std::string, std::string> ScalarMapType;
    31         typedef std::map<std::string, std::vector<std::string> > SequenceMapType;
    33         std::string _filePath;
    34         ScalarMapType _scalars;
    35         SequenceMapType _sequences;
    45         template< 
typename TYPE >
    46         void printVector(std::vector<TYPE> myVector, std::string myVectorName);
    51 #ifndef TOMATOLIB_COMPILED    53 #endif //TOMATOLIB_COMPILED    57 #endif //Tomato_TomatoPARSER_H 
Definition: OxCalculator.h:19