Changeset 37491 in vbox for trunk/include/iprt/cpp/utils.h
- Timestamp:
- Jun 16, 2011 12:23:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/utils.h
r36529 r37491 33 33 * @{ 34 34 */ 35 36 #define DPTR(CLASS) CLASS##Private *d = static_cast<CLASS##Private *>(d_ptr) 37 #define QPTR(CLASS) CLASS *q = static_cast<CLASS *>(q_ptr) 35 38 36 39 /**
Note:
See TracChangeset
for help on using the changeset viewer.