JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwParameterFile.h File Reference

Parameter file parsing and management. More...

#include <vector>
#include <iostream>
#include <sstream>
#include <fstream>
#include <memory>
#include <string>
#include <map>
#include <set>
#include <filesystem>
#include "Rtypes.h"
#include "TString.h"
#include "TRegexp.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TMacro.h"
#include "TList.h"
#include "boost/lexical_cast.hpp"
#include "QwLog.h"
+ Include dependency graph for QwParameterFile.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QwParameterFile
 Configuration file parser with flexible tokenization and search capabilities. More...
 

Functions

template<>
std::string QwParameterFile::GetTypedNextToken< std::string > ()
 
template<>
std::string QwParameterFile::ConvertValue< std::string > (const std::string &value)
 

Detailed Description

Parameter file parsing and management.

Author
P. M. King
Date
2007-05-08

Definition in file QwParameterFile.h.

Function Documentation

◆ QwParameterFile::ConvertValue< std::string >()

template<>
std::string QwParameterFile::ConvertValue< std::string > ( const std::string & value)
inline

Definition at line 391 of file QwParameterFile.h.

391 {
392 return value;
393}

References QwParameterFile::ConvertValue().

+ Here is the call graph for this function:

◆ QwParameterFile::GetTypedNextToken< std::string >()

template<>
std::string QwParameterFile::GetTypedNextToken< std::string > ( )
inline

Definition at line 381 of file QwParameterFile.h.

381 {
382 return GetNextToken();
383}

References QwParameterFile::GetTypedNextToken().

+ Here is the call graph for this function: