Changeset 11095 in vbox
- Timestamp:
- Aug 4, 2008 10:57:31 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/autores.h
r11028 r11095 32 32 * Inherit from this class in order to prevent automatic generation 33 33 * of the copy constructor and assignment operator in your class. 34 * @note r=michael This is a rather generic class which is useful in a lot of35 * situations - does it belong here?36 34 */ 37 35 class RTCNonCopyable … … 51 49 * 52 50 * @warning This template *must* be specialised for the types it is to work with. 53 * @note r=michael This could also be used in other contexts to get the value54 * of the nil handle for a type.55 51 */ 56 52 template <class T> … … 99 95 * @param Destruct The function to be used to free the resource. 100 96 * This parameter must be supplied if there is no 101 * specialisation of RTAutoDestruct available for @a T. 97 * specialisation of RTAutoDestruct available for @a T. 102 98 * @param NilRes The function returning the NIL value for T. Required. 103 99 * This parameter must be supplied if there is no 104 * specialisation of RTAutoResNil available for @a T. 100 * specialisation of RTAutoResNil available for @a T. 105 101 * 106 102 * @note The class can not be initialised directly using assignment, due
Note:
See TracChangeset
for help on using the changeset viewer.