Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
Utils.h File Reference

A collection of convenience utilities. More...

#include "CoreConfig.h"
#include "MengeException.h"
#include <string>

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...
 

Detailed Description

A collection of convenience utilities.