Aegis  4.25.D505
Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/libaegis/project/change/walk.h File Reference
#include <libaegis/project/change/walk.h>

Go to the source code of this file.

Functions

void project_change_walk (project *pp, change_functor &functor)

Function Documentation

void project_change_walk ( project pp,
change_functor functor 
)

The project_change_walk method is used to walk each change of a project branch tree.

Parameters:
ppThe project in question.
functorThe function-like object to call for each change.