Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Functions
ExprParser.h File Reference

Declaration of FloatParser. More...

#include "UtilPrereqs.h"
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  orxonox::ExprParser
 Parser for expressions like "3 * cos(5 + 4) / a" where a is a predeclared variable. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

_UtilExport bool orxonox::parse_float (char *const, char **, float *)
 
_UtilExport bool orxonox::parse_float (char *const, char **, char, float *)
 
_UtilExport bool orxonox::parse_vector_float (char *const, char **, bool, float *)
 

Detailed Description

Declaration of FloatParser.