ManaPlus
Namespaces | Typedefs | Functions
horsedb.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

 HorseDB
 

Typedefs

typedef std::map< int, HorseInfo * > HorseInfos
 
typedef HorseInfos::iterator HorseDB::HorseInfosIterator
 

Functions

void HorseDB::load ()
 
void HorseDB::loadXmlFile (const std::string &fileName, const SkipError skipError)
 
void HorseDB::loadSpecialXmlFile (const std::string &fileName, const SkipError skipError)
 
void HorseDB::unload ()
 
HorseInfoHorseDB::get (const int id, const bool allowNull)
 
int HorseDB::size ()
 

Typedef Documentation

◆ HorseInfos

typedef std::map<int, HorseInfo*> HorseInfos

Definition at line 35 of file horsedb.h.