/home/frank/projects/kitlist/src/category.hpp File Reference

#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 Documentation

#define CATEGORY_H   1

Definition at line 24 of file category.hpp.


Typedef Documentation

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.


Copyright 2008, 2009 Frank Dean