3 #include "GrownKeyPath.h"
6 namespace hio_html_internal
10 typedef std::function<bool(GrownKeyPath const & inclPath)> FollowIncludePredicate;
11 typedef std::function<bool(GrownKeyPath const & segPath)> VisitSegPredicate;
12 typedef std::function<void(GrownKeyPath const & segPath)> VisitSegAction;
16 FollowIncludePredicate
const & followInclPred,
17 VisitSegPredicate
const & visitSegPred,
18 VisitSegAction
const & visitSegAction);
26 FollowIncludePredicate followInclPred;
27 VisitSegPredicate visitSegPred;
28 VisitSegAction visitSegAction;
Definition: SceneWalker.h:8
Definition: GrownKeyPath.h:7