StringWrapper Data Structures

Here are the data structures with brief descriptions:
NarrowStringMBCS or ASCII single-byte oriented string. This class implements an API similar to the ICU UnicodeString and the same as WideString
NarrowString::LessNoCaseCase-insensitive comparisons for STL containers
WideStringUnicode UTF-16 string. This class wraps a UnicodeString exposing a subset of the API and adding a guarantee that the getBuffer() const method will always return a null-terminated string
WideString::LessNoCaseCase-insensitive comparisons for STL containers

Generated on Mon Apr 14 11:15:37 2008 for StringWrapper by  doxygen 1.5.4