/home/pxiang/workspace_new/CalculateGreenFunction/src/IO/readInput.h File Reference

#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <iomanip>
#include <algorithm>
#include <cctype>
#include <typeinfo>
#include <stdexcept>

Go to the source code of this file.

Classes

class  BadConversion
class  InputVariable

Defines

#define xstr(s)   str(s)
#define str(s)   #s
#define READ_INPUT(f, t, v)

Functions

bool to_bool (std::string str)


Define Documentation

#define READ_INPUT ( f,
t,
 ) 

Value:

do { \
        InputVariable inputVar(t, #v, &v); \
        inputVar.read(f); \
} while (0)

#define str (  )     #s

#define xstr (  )     str(s)


Function Documentation

bool to_bool ( std::string  str  ) 

convert from string to boolean


Generated on Fri Oct 31 16:58:45 2014 for CalculateGreenFunction by  doxygen 1.4.7