VTK
|
#include "vtkType.h"
#include "vtkSystemIncludes.h"
#include "vtkSetGet.h"
#include "vtkStdString.h"
#include "vtkUnicodeString.h"
#include "vtkVariantInlineOperators.h"
Go to the source code of this file.
Classes | |
class | vtkVariant |
A atomic type representing the union of many types. More... | |
struct | vtkVariantLessThan |
struct | vtkVariantEqual |
struct | vtkVariantStrictWeakOrder |
struct | vtkVariantStrictEquality |
Defines | |
#define | vtkExtraExtendedTemplateMacro(call) |
#define | vtkExtendedArrayIteratorTemplateMacro(call) |
Functions | |
VTK_COMMON_EXPORT ostream & | operator<< (ostream &os, const vtkVariant &val) |
#define vtkExtraExtendedTemplateMacro | ( | call | ) |
vtkExtendedTemplateMacro(call); \ vtkTemplateMacroCase(VTK_VARIANT, vtkVariant, call)
Definition at line 51 of file vtkVariant.h.
#define vtkExtendedArrayIteratorTemplateMacro | ( | call | ) |
vtkArrayIteratorTemplateMacro(call); \ vtkArrayIteratorTemplateMacroCase(VTK_VARIANT, vtkVariant, call);
Definition at line 56 of file vtkVariant.h.
VTK_COMMON_EXPORT ostream& operator<< | ( | ostream & | os, |
const vtkVariant & | val | ||
) |