inputData Class Reference

read input file with a free format. More...

#include <inputData.h>

List of all members.

Public Member Functions

 inputData ()
void read (string s, real &sValue)
 read a real vvariable.
void read (string s, int &sValue)
 read an integer variable.
 ~inputData ()


Detailed Description

read input file with a free format.

This class make it easy to read an input file with a free format. In the input file, the variable can be put anywhere and their meaningful comments are very useful for users.


Constructor & Destructor Documentation

inputData::inputData (  ) 

constructor

inputData::~inputData (  ) 

destructor


Member Function Documentation

void inputData::read ( string  s,
real &  sValue 
)

read a real vvariable.

Parameters:
s a string of the variable name
sValue the assigned real value of the variable

void inputData::read ( string  s,
int &  sValue 
)

read an integer variable.

Parameters:
s a string of the variable name
sValue the assigned integer value of the variable


The documentation for this class was generated from the following files:

Generated on Tue May 18 21:30:43 2010 by  doxygen 1.5.6