Changeset 8761 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Jun 24, 2006, 2:16:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/count_pointer.h
r8145 r8761 21 21 return *this; 22 22 } 23 bool operator==(const CountPointer& r) const { return this->itsCounter->ptr == r.itsCounter->ptr; }; 23 24 X& operator*() const { return *itsCounter->ptr; } 24 25 X* operator->() const { return itsCounter->ptr; }
Note: See TracChangeset
for help on using the changeset viewer.