VTK
Classes | Macros | Functions
vtkVariant.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkType.h"
#include "vtkSystemIncludes.h"
#include "vtkSetGet.h"
#include "vtkStdString.h"
#include "vtkUnicodeString.h"
#include "vtkVariantInlineOperators.h"
Include dependency graph for vtkVariant.h:
This graph shows which files directly or indirectly include this file:

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
 

Macros

#define vtkExtraExtendedTemplateMacro(call)
 
#define vtkExtendedArrayIteratorTemplateMacro(call)
 

Functions

VTKCOMMONCORE_EXPORT ostream & operator<< (ostream &os, const vtkVariant &val)
 

Macro Definition Documentation

#define vtkExtraExtendedTemplateMacro (   call)
Value:
vtkExtendedTemplateMacro(call); \
vtkTemplateMacroCase(VTK_VARIANT, vtkVariant, call)
#define VTK_VARIANT
Definition: vtkType.h:77
A atomic type representing the union of many types.
Definition: vtkVariant.h:75

Definition at line 52 of file vtkVariant.h.

#define vtkExtendedArrayIteratorTemplateMacro (   call)
Value:
vtkArrayIteratorTemplateMacro(call); \
vtkArrayIteratorTemplateMacroCase(VTK_VARIANT, vtkVariant, call);
#define VTK_VARIANT
Definition: vtkType.h:77
A atomic type representing the union of many types.
Definition: vtkVariant.h:75

Definition at line 57 of file vtkVariant.h.

Function Documentation

VTKCOMMONCORE_EXPORT ostream& operator<< ( ostream &  os,
const vtkVariant val 
)