- Timestamp:
- Aug 24, 2010, 4:56:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/util/SharedPtr.h
r7205 r7212 137 137 } 138 138 139 inline T* get() const 140 { 141 return this->pointer_; 142 } 143 139 144 inline operator bool() const 140 145 {
Note: See TracChangeset
for help on using the changeset viewer.