susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
Functions
anonymous_namespace{Utils.hpp} Namespace Reference

Functions

void handleError (const std::string &fClass, const std::string &fMessage)
 
float getFloat (const std::string &token)
 
unsigned getUnsigned (const std::string &token)
 
std::string getSection (const std::string &token)
 
std::vector< std::string > getTokens (const std::string &fLine)
 
std::string getDefinitions (const std::string &token)
 
float quadraticInterpolation (float fZ, const float fX[3], const float fY[3])
 

Function Documentation

std::string anonymous_namespace{Utils.hpp}::getDefinitions ( const std::string &  token)

Definition at line 79 of file Utils.hpp.

float anonymous_namespace{Utils.hpp}::getFloat ( const std::string &  token)

Definition at line 21 of file Utils.hpp.

References handleError().

std::string anonymous_namespace{Utils.hpp}::getSection ( const std::string &  token)

Definition at line 47 of file Utils.hpp.

std::vector<std::string> anonymous_namespace{Utils.hpp}::getTokens ( const std::string &  fLine)

Definition at line 56 of file Utils.hpp.

unsigned anonymous_namespace{Utils.hpp}::getUnsigned ( const std::string &  token)

Definition at line 34 of file Utils.hpp.

References handleError().

void anonymous_namespace{Utils.hpp}::handleError ( const std::string &  fClass,
const std::string &  fMessage 
)

Definition at line 88 of file Utils.hpp.

Referenced by getFloat(), and getUnsigned().

float anonymous_namespace{Utils.hpp}::quadraticInterpolation ( float  fZ,
const float  fX[3],
const float  fY[3] 
)

Definition at line 95 of file Utils.hpp.