34 #ifndef AIMS_IO_FDFPROCPAR_H 
   35 #define AIMS_IO_FDFPROCPAR_H 
   52             static inline int getFdfType();
 
   53             static inline T getFdfDefaultValue();
 
   54             static inline char getFdfSeparator();
 
   67             std::string 
name()
 const { 
return _name; }
 
   69             std::string 
search( std::ifstream & file, std::string param );
 
   70             int search( std::ifstream & file, std::string param, 
int type, 
int active );
 
   73             std::vector<T> values(std::string param);
 
   76             T value(std::string param);
 
   79             T value(std::string param, T defaultvalue);
 
FdfProcPar(const std::string &name)
int search(std::ifstream &file, std::string param, int type, int active)
std::string search(std::ifstream &file, std::string param)
std::string name() const
Get the file name of the header.
The class for EcatSino data write operation.