|
Aegis
4.25.D505
|
#include <libaegis/project/change/walk.h>Go to the source code of this file.
Functions | |
| void | project_change_walk (project *pp, change_functor &functor) |
| 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.
| pp | The project in question. |
| functor | The function-like object to call for each change. |
1.7.6.1