Changeset 36573 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Apr 6, 2011 10:10:49 AM (14 years ago)
- Location:
- trunk/include/iprt/cpp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/list.h
r36572 r36573 65 65 * There are some requirements for the types used which follow: 66 66 * -# They need a default and a copy constructor. 67 * -# Some methods (e.g. RTCList::contains) need a equal operator.67 * -# Some methods (e.g. RTCList::contains) need an equal operator. 68 68 * -# If the type is some complex class (that is, having a constructor which 69 69 * allocates members on the heap) it has to be greater than sizeof(void*) to -
trunk/include/iprt/cpp/lock.h
r36522 r36573 44 44 * The mutex lock. 45 45 * 46 * This is used as a object data member if the intention is to lock46 * This is used as an object data member if the intention is to lock 47 47 * a single object. This can also be used statically, initialized in 48 48 * a global variable, for class wide purposes.
Note:
See TracChangeset
for help on using the changeset viewer.