Aegis  4.25.D505
Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/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 *pp, change_functor &cf)
void project_inventory_walk (project *pp, change_functor &cf, time_t limit)

Function Documentation

void project_inventory_walk ( project 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:
ppPointer to the project to walk the change set inventory of.
cfChange functor to call for each change.
void project_inventory_walk ( project 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:
ppPointer to the project to walk the change set inventory of.
cfChange functor to call for each change.
limitThis is the time limit for changes to be included.