VTK
Classes | Defines | Functions
dox/Common/vtkVariant.h File Reference
#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

Defines

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

Functions

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

Define Documentation

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

Definition at line 51 of file vtkVariant.h.

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

Definition at line 56 of file vtkVariant.h.


Function Documentation

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