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.cpp}::getDefinitions | ( | const std::string & | token | ) |
float anonymous_namespace{Utils.cpp}::getFloat | ( | const std::string & | token | ) |
Definition at line 22 of file Utils.cpp.
References handleError().
std::string anonymous_namespace{Utils.cpp}::getSection | ( | const std::string & | token | ) |
std::vector<std::string> anonymous_namespace{Utils.cpp}::getTokens | ( | const std::string & | fLine | ) |
unsigned anonymous_namespace{Utils.cpp}::getUnsigned | ( | const std::string & | token | ) |
Definition at line 35 of file Utils.cpp.
References handleError().
void anonymous_namespace{Utils.cpp}::handleError | ( | const std::string & | fClass, |
const std::string & | fMessage | ||
) |
Definition at line 89 of file Utils.cpp.
Referenced by getFloat(), and getUnsigned().