Classes | Defines

dox/Common/vtkVariant.h File Reference

#include "vtkType.h"
#include "vtkSystemIncludes.h"
#include "vtkSetGet.h"
#include "vtkStdString.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

Defines

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

Define Documentation

#define vtkExtraExtendedTemplateMacro (   call  ) 
Value:
vtkExtendedTemplateMacro(call);                                            \
  vtkTemplateMacroCase(VTK_VARIANT, vtkVariant, call)

Definition at line 46 of file vtkVariant.h.

#define vtkExtendedArrayIteratorTemplateMacro (   call  ) 
Value:
vtkArrayIteratorTemplateMacro(call);                                                   \
  vtkArrayIteratorTemplateMacroCase(VTK_VARIANT, vtkVariant, call);

Definition at line 51 of file vtkVariant.h.