#include <libaegis/view_path.h>
Go to the source code of this file.
Functions | |
change::pointer | view_path_next_change (change::pointer cp, time_t time_limit) |
change::pointer view_path_next_change | ( | change::pointer | cp, | |
time_t | time_limit | |||
) |
The view_path_next_change function is used to find the next change to consult while looking in the view path.
cp | The change currently visited. | |
time_limit | the time limit to use when looking at the view path. Changes integrated after the time_limit are not considered. Use the value TIME_NOT_SET to ignore the time limit. |