susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
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]) |
std::string anonymous_namespace{Utils.hpp}::getDefinitions | ( | const std::string & | token | ) |
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 | ) |
std::vector<std::string> anonymous_namespace{Utils.hpp}::getTokens | ( | const std::string & | fLine | ) |
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().