Changeset 17566 in vbox for trunk/include
- Timestamp:
- Mar 9, 2009 11:22:42 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r16495 r17566 428 428 bool operator < (const char *that) const { return compare (that) < 0; } 429 429 430 int compareIgnoreCase(const char *pcsz) const 431 { 432 return ::RTStrICmp(str, pcsz); 433 } 434 430 435 bool isNull() const { return str == NULL; } 431 436 operator bool() const { return !isNull(); }
Note:
See TracChangeset
for help on using the changeset viewer.