Changeset 417
- Timestamp:
- 07/16/09 13:00:41 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/base/user_info.h
r399 r417 213 213 { 214 214 private: 215 //! Atatic class encalupsating two maps, one mapping names to UI instances and the other mapping type_infos to class names215 //! Class with state shared across all its instances ("monostate"), encapsulating two maps, one mapping names to UI instances and the other mapping type_infos to class names 216 216 //! 217 //! The key property of this class is that it initi laize the internal map immediately218 //! when itis used for a first time. Therefore, we do not have to care about initialization217 //! The key property of this class is that it initializes the internal maps on global init, 218 //! before the instance is used for a first time. Therefore, we do not have to care about initialization 219 219 //! during a call of UIREGISTER macro operating with both these mappings. 220 220 class MappedUI