24 #ifndef __stir_LINE_H__ 25 #define __stir_LINE_H__ 38 class Line :
public std::string
46 Line& operator=(
const char* ch);
48 std::string get_keyword();
50 int get_param(std::vector<int>& v);
52 int get_param(std::vector<double>& v);
53 int get_param(std::vector<std::string>& v);
54 int get_param(std::string& s);
55 int get_param(
int& i);
57 int get_param(
unsigned long& i);
59 int get_param(
double& i);
A class used by the Interfile parser.
Definition: line.h:38
basic configuration include file