ManaPlus
Namespaces | Typedefs | Functions
commandsdb.h File Reference

(986a3bf)

#include "enums/simpletypes/skiperror.h"
#include <map>
#include <string>
#include "localconsts.h"

Go to the source code of this file.

Namespaces

 CommandsDB
 

Typedefs

typedef std::map< int, TextCommand * > CommandsMap
 
typedef CommandsMap::iterator CommandsMapIter
 

Functions

void CommandsDB::load ()
 
void CommandsDB::unload ()
 
void CommandsDB::loadXmlFile (const std::string &fileName, const SkipError skipError)
 
CommandsMapCommandsDB::getAll ()
 

Typedef Documentation

◆ CommandsMap

typedef std::map<int, TextCommand*> CommandsMap

Definition at line 36 of file commandsdb.h.

◆ CommandsMapIter

typedef CommandsMap::iterator CommandsMapIter

Definition at line 37 of file commandsdb.h.