#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | ColorDB |
Typedefs | |
typedef std::map< int, std::string > | ColorDB::Colors |
typedef Colors::iterator | ColorDB::ColorIterator |
Functions | |
void | ColorDB::load () |
Loads the color data from colors.xml . | |
void | ColorDB::unload () |
Clear the color data. | |
std::string & | ColorDB::get (int id) |
int | ColorDB::size () |