Open source Input file parser. More...
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <string.h>
#include <cmath>
#include <string>
#include <vector>
#include <algorithm>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Classes | |
class | GetPot |
Class to handle input file parsing. More... | |
struct | GetPot::variable |
Defines | |
#define | victorate(TYPE, VARIABLE, ITERATOR) |
Typedefs | |
typedef std::vector< std::string > | STRING_VECTOR |
Open source Input file parser.