Changeset 55603 in vbox for trunk/include/VBox/com
- Timestamp:
- May 2, 2015 6:30:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/ptr.h
r47369 r55603 228 228 return (m_p == NULL); 229 229 } 230 231 /** 232 * Returns true if the pointer is not NULL. 233 */ 234 bool isNotNull() const 235 { 236 return (m_p != NULL); 237 } 238 230 239 231 240 bool operator<(T* p) const
Note:
See TracChangeset
for help on using the changeset viewer.