FRIBParallelanalysis
1.0
FrameworkforMPIParalleldataanalysisatFRIB
base
ParameterReader.h
Go to the documentation of this file.
1
/*
2
This software is Copyright by the Board of Trustees of Michigan
3
State University (c) Copyright 2017.
4
5
You may use this software under the terms of the GNU public license
6
(GPL). The terms of this license are described at:
7
8
http://www.gnu.org/licenses/gpl.txt
9
10
Authors:
11
Ron Fox
12
Giordano Cerriza
13
FRIB
14
Michigan State University
15
East Lansing, MI 48824-1321
16
*/
17
21
#ifndef PARAMETERREADER_H
22
#define PARAMETERREADER_H
23
#include <string>
24
namespace
frib
{
25
namespace
analysis {
32
class
CParameterReader
{
33
protected
:
34
std::string m_filename;
35
public
:
36
CParameterReader
(
const
char
* pFilename) : m_filename(pFilename) {}
37
virtual
void
read() = 0;
38
};
39
}
40
}
41
42
#endif
frib::analysis::CParameterReader
Definition:
ParameterReader.h:32
frib
Definition:
AbstractApplication.cpp:30
Generated by
1.8.13