#include <vtkSystemIncludes.h>
#include <vtkstd/string>
#include <vtkstd/vector>


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 | |
| VTK_COMMON_EXPORT bool | operator== (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) | 
| VTK_COMMON_EXPORT bool | operator!= (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) | 
| VTK_COMMON_EXPORT bool | operator< (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) | 
| VTK_COMMON_EXPORT bool | operator<= (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) | 
| VTK_COMMON_EXPORT bool | operator>= (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) | 
| VTK_COMMON_EXPORT bool | operator> (const vtkUnicodeString &lhs, const vtkUnicodeString &rhs) | 
| #define vtkSuperExtraExtendedTemplateMacro | ( | call | ) | 
Value:
vtkExtraExtendedTemplateMacro(call); \ vtkTemplateMacroCase(VTK_UNICODE_STRING, vtkUnicodeString, call)
Definition at line 66 of file vtkUnicodeString.h.
| typedef vtkTypeUInt32 vtkUnicodeStringValueType | 
Definition at line 56 of file vtkUnicodeString.h.
| VTK_COMMON_EXPORT bool operator== | ( | const vtkUnicodeString & | lhs, | |
| const vtkUnicodeString & | rhs | |||
| ) | 
| VTK_COMMON_EXPORT bool operator!= | ( | const vtkUnicodeString & | lhs, | |
| const vtkUnicodeString & | rhs | |||
| ) | 
| VTK_COMMON_EXPORT bool operator< | ( | const vtkUnicodeString & | lhs, | |
| const vtkUnicodeString & | rhs | |||
| ) | 
| VTK_COMMON_EXPORT bool operator<= | ( | const vtkUnicodeString & | lhs, | |
| const vtkUnicodeString & | rhs | |||
| ) | 
| VTK_COMMON_EXPORT bool operator>= | ( | const vtkUnicodeString & | lhs, | |
| const vtkUnicodeString & | rhs | |||
| ) | 
| VTK_COMMON_EXPORT bool operator> | ( | const vtkUnicodeString & | lhs, | |
| const vtkUnicodeString & | rhs | |||
| ) | 
 1.5.6