msbGrid  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
msbGrid::ParameterTreeParser Class Reference

#include <parametertreeparser.hh>

Static Public Member Functions

static void readINITree (std::string file, ParameterTree &pt, bool overwrite=true)
 
static void readINITree (std::istream &in, ParameterTree &pt, const std::string srcname, bool overwrite)
 

Static Private Member Functions

static std::string ltrim (const std::string &s)
 
static std::string rtrim (const std::string &s)
 

Detailed Description

Definition at line 33 of file parametertreeparser.hh.

Member Function Documentation

std::string msbGrid::ParameterTreeParser::ltrim ( const std::string &  s)
staticprivate

Definition at line 125 of file parametertreeparser.hh.

void msbGrid::ParameterTreeParser::readINITree ( std::string  file,
ParameterTree pt,
bool  overwrite = true 
)
static

Definition at line 49 of file parametertreeparser.hh.

void msbGrid::ParameterTreeParser::readINITree ( std::istream &  in,
ParameterTree pt,
const std::string  srcname,
bool  overwrite 
)
static

Definition at line 63 of file parametertreeparser.hh.

std::string msbGrid::ParameterTreeParser::rtrim ( const std::string &  s)
staticprivate

Definition at line 136 of file parametertreeparser.hh.


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