#include <iostream>
#include <vector>
#include "item.hpp"
Go to the source code of this file.
Classes | |
class | Category |
Represents a Category. More... | |
class | CategoryCompareName |
Comparator used for sorting Categories by name. More... | |
class | CategoryCompareId |
Comparator used for comparing Categories by id. More... | |
Defines | |
#define | CATEGORY_H 1 |
Typedefs | |
typedef std::vector< Category * > | CategoryContainer |
typedef CategoryContainer::iterator | CategoryIter |
#define CATEGORY_H 1 |
Definition at line 24 of file category.hpp.
typedef std::vector<Category*> CategoryContainer |
Definition at line 84 of file category.hpp.
typedef CategoryContainer::iterator CategoryIter |
Definition at line 85 of file category.hpp.