| 
    VTK
   
    
   
   | 
  
  
  
 
#include "vtkCommonCoreModule.h"#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 | |
| VTKCOMMONCORE_EXPORT ostream & | operator<< (ostream &os, const vtkVariant &val) | 
| #define vtkExtraExtendedTemplateMacro | ( | call | ) | 
vtkExtendedTemplateMacro(call); \ vtkTemplateMacroCase(VTK_VARIANT, vtkVariant, call)
Definition at line 52 of file vtkVariant.h.
| #define vtkExtendedArrayIteratorTemplateMacro | ( | call | ) | 
vtkArrayIteratorTemplateMacro(call); \ vtkArrayIteratorTemplateMacroCase(VTK_VARIANT, vtkVariant, call);
Definition at line 57 of file vtkVariant.h.
| VTKCOMMONCORE_EXPORT ostream& operator<< | ( | ostream & | os, | 
| const vtkVariant & | val | ||
| ) | 
 1.8.0