
Public Types | |
|
typedef std::function< bool(GrownKeyPath const &inclPath)> | FollowIncludePredicate |
|
typedef std::function< void(GrownKeyPath const &segPath)> | VisitSegAction |
|
typedef std::function< bool(GrownKeyPath const &segPath)> | VisitSegPredicate |
Public Member Functions | |
| SceneWalker (FollowIncludePredicate const &followInclPred, VisitSegPredicate const &visitSegPred, VisitSegAction const &visitSegAction) | |
| void | Walk (HC_KEY root) |