carb::dictionary::UpdateAction
Defined in carb/dictionary/IDictionary.h
- 
enum class carb::dictionary::UpdateAction
- Actions that may be returned by OnUpdateItemFn. - See also - IDictionary::update() OnUpdateItemFn - Values: - 
enumerator eOverwrite
- The target item should be overwritten by the source item. 
 - 
enumerator eKeep
- The target item item should be retained, ignoring the source item. 
 - 
enumerator eReplaceSubtree
- The entire subtree should be replaced (dictionary source item only) 
 
- 
enumerator eOverwrite