3 #include "GrownKeyPath.h" 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
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
Definition: GrownKeyPath.h:5