libaegis/project/invento_walk.h File Reference

#include <libaegis/change/functor.h>

Go to the source code of this file.

Functions

void project_inventory_walk (project_ty *pp, change_functor &cf)
void project_inventory_walk (project_ty *pp, change_functor &cf, time_t limit)


Function Documentation

void project_inventory_walk ( project_ty pp,
change_functor cf,
time_t  limit 
)

The project_inventory_walk function is used to walk the project's change set inventory, one change at a time.

Parameters:
pp Pointer to the project to walk the change set inventory of.
cf Change functor to call for each change.
limit This is the time limit for changes to be included.

void project_inventory_walk ( project_ty pp,
change_functor cf 
)

The project_inventory_walk function is used to walk the project's change set inventory, one change at a time. The time limit is calculated from the project itself, if it is completed, otherwise it is "now".

Parameters:
pp Pointer to the project to walk the change set inventory of.
cf Change functor to call for each change.


Generated on Wed Mar 12 23:37:37 2008 for Aegis by  doxygen 1.5.5