String class with char character type.  
More...
Go to the source code of this file.
Classes | |
| class | mi::base::String | 
String class with char character type.  More... | 
|
Namespaces | |
| mi | |
| Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.  | 
|
| mi::base | |
| Namespace for the Base API.  | 
|
Constant Groups | |
| mi | |
| Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.  | 
|
| mi::base | |
| Namespace for the Base API.  | 
|
Functions | |
| bool | mi::base::operator== (const String &left, const String &right) | 
| Equality.  More... | 
|
| bool | mi::base::operator!= (const String &left, const String &right) | 
| Inequality.  More... | 
|
| bool | mi::base::operator< (const String &left, const String &right) | 
| Less than.  More... | 
|
| bool | mi::base::operator<= (const String &left, const String &right) | 
| Less than or equal.  More... | 
|
| bool | mi::base::operator>= (const String &left, const String &right) | 
| Greater than or equal.  More... | 
|
| bool | mi::base::operator> (const String &left, const String &right) | 
| Greater than.  More... | 
|
| String | mi::base::operator+ (const String &left, const String &right) | 
| Concatenates two strings.  More... | 
|
String class with char character type. 
See String Class.