VTK
|
Go to the source code of this file.
Classes | |
class | vtkUnicodeString |
String class that stores Unicode text. More... | |
class | vtkUnicodeString::const_iterator |
Defines | |
#define | vtkSuperExtraExtendedTemplateMacro(call) |
Typedefs | |
typedef vtkTypeUInt32 | vtkUnicodeStringValueType |
Functions | |
VTKCOMMONCORE_EXPORT bool | operator== (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) |
VTKCOMMONCORE_EXPORT bool | operator!= (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) |
VTKCOMMONCORE_EXPORT bool | operator< (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) |
VTKCOMMONCORE_EXPORT bool | operator<= (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) |
VTKCOMMONCORE_EXPORT bool | operator>= (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) |
VTKCOMMONCORE_EXPORT bool | operator> (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) |
#define vtkSuperExtraExtendedTemplateMacro | ( | call | ) |
vtkExtraExtendedTemplateMacro(call); \ vtkTemplateMacroCase(VTK_UNICODE_STRING, vtkUnicodeString, call)
Definition at line 67 of file vtkUnicodeString.h.
typedef vtkTypeUInt32 vtkUnicodeStringValueType |
Definition at line 57 of file vtkUnicodeString.h.
VTKCOMMONCORE_EXPORT bool operator== | ( | const vtkUnicodeString & | lhs, |
const vtkUnicodeString & | rhs | ||
) |
VTKCOMMONCORE_EXPORT bool operator!= | ( | const vtkUnicodeString & | lhs, |
const vtkUnicodeString & | rhs | ||
) |
VTKCOMMONCORE_EXPORT bool operator< | ( | const vtkUnicodeString & | lhs, |
const vtkUnicodeString & | rhs | ||
) |
VTKCOMMONCORE_EXPORT bool operator<= | ( | const vtkUnicodeString & | lhs, |
const vtkUnicodeString & | rhs | ||
) |
VTKCOMMONCORE_EXPORT bool operator>= | ( | const vtkUnicodeString & | lhs, |
const vtkUnicodeString & | rhs | ||
) |
VTKCOMMONCORE_EXPORT bool operator> | ( | const vtkUnicodeString & | lhs, |
const vtkUnicodeString & | rhs | ||
) |