LifeV
GetPot.hpp File Reference
#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>
+ Include dependency graph for GetPot.hpp:

Go to the source code of this file.

Data Structures

class  GetPot
 
struct  GetPot::variable
 

Macros

#define victorate(TYPE, VARIABLE, ITERATOR)
 

Typedefs

typedef std::vector< std::string > STRING_VECTOR
 

Macro Definition Documentation

◆ victorate

#define victorate (   TYPE,
  VARIABLE,
  ITERATOR 
)
Value:
std::vector<TYPE>::const_iterator ITERATOR = (VARIABLE).begin(); \
for(; (ITERATOR) != (VARIABLE).end(); (ITERATOR)++)

Definition at line 105 of file GetPot.hpp.

Typedef Documentation

◆ STRING_VECTOR

typedef std::vector<std::string> STRING_VECTOR

Definition at line 103 of file GetPot.hpp.