#include <vector>
#include <string>
#include <map>
Include dependency graph for FunctionHandler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | FunctionHandler |
Provides functions we can dynamicly bind. More... | |
Typedefs | |
typedef std::string(*) | FuncPoint (std::vector< std::string > &, Level *) |
typedef std::map< std::string, FuncPoint > | FunctionMap |
Definition at line 31 of file FunctionHandler.h.
typedef std::map<std::string, FuncPoint> FunctionMap |
Definition at line 32 of file FunctionHandler.h.