carb::dictionary::WalkerMode
Defined in carb/dictionary/DictionaryUtils.h
- 
enum class carb::dictionary::WalkerMode
- Mode names for the ways to walk the requested dictionary. - Values: - 
enumerator eIncludeRoot
- When walking the dictionary, include the root item itself. 
 - 
enumerator eSkipRoot
- When walking the dictionary, skip the root item and start with the enumeration with the immediate children of the root item. 
 
- 
enumerator eIncludeRoot