![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
A collection of convenience utilities. More...
Go to the source code of this file.
Classes | |
| class | Menge::UtilException |
| Exception thrown when a utility function fails.. More... | |
| class | Menge::UtilFatalException |
| Exception thrown when the utility functions have an error which cannot be recovered from. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
Functions | |
| float | Menge::toFloat (const std::string &value) throw ( UtilException ) |
| Converts a string to a float. More... | |
| int | Menge::toInt (const std::string &value) throw ( UtilException ) |
| Converts a string to an int. More... | |
| size_t | Menge::toSize_t (const std::string &value) throw ( UtilException ) |
| Converts a string to a size_t. More... | |
A collection of convenience utilities.
1.8.8