#include <string>
#include <map>
#include <list>
#include "contributers.h"
#include "contractors.h"
Go to the source code of this file.
Classes | |
class | plan |
class | planRepository |
Defines | |
#define | loopPlanContributers(r, v) loopMap((r)->listContributers(),v,class contributers) |
#define | loopPlanPersons(r, v) loopMap((r)->listPersons(),v,class contractors) |
#define | loopPlans(v) loopMapi(plan_repo.listPlan(),v,class plan) |
Variables | |
planRepository | plan_repo |
#define loopPlanContributers | ( | r, | |||
v | ) | loopMap((r)->listContributers(),v,class contributers) |
#define loopPlanPersons | ( | r, | |||
v | ) | loopMap((r)->listPersons(),v,class contractors) |
#define loopPlans | ( | v | ) | loopMapi(plan_repo.listPlan(),v,class plan) |
Generated on Tue Jan 1 17:30:01 2008 for server_new/plan.h File Reference by
Visit the project page on