Changeset 8267
- Timestamp:
- Apr 19, 2011, 3:48:48 PM (14 years ago)
- Location:
- code/trunk/src/libraries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Identifier.cc
r7401 r8267 98 98 @brief Returns an identifier by name and adds it if not available 99 99 @param name The name of the identifier as typeid().name() suggests 100 @param proposal A pointer to a newly created identifier for the case of non exist ance in the map100 @param proposal A pointer to a newly created identifier for the case of non existence in the map 101 101 @return The identifier (unique instance) 102 102 */ -
code/trunk/src/libraries/util/ImplicitConversion.h
r7401 r8267 61 61 This gives you a compile time constant boolean in the form of an enum value. 62 62 @note 63 The idea to use the sizeof() operator on return values to determine function exist ance63 The idea to use the sizeof() operator on return values to determine function existence 64 64 is described in 'Modern C++ design' by Alexandrescu (2001). 65 65 */
Note: See TracChangeset
for help on using the changeset viewer.