#include "vtkCommonCoreModule.h"
#include "vtkObject.h"
#include "vtkSetGet.h"
#include "vtkStdString.h"
#include "vtkSystemIncludes.h"
#include "vtkType.h"
#include "vtkVariantInlineOperators.h"
 
Go to the source code of this file.
◆ vtkExtraExtendedTemplateMacro
      
        
          | #define vtkExtraExtendedTemplateMacro | 
          ( | 
            | 
          call | ) | 
           | 
        
      
 
Value:  vtkExtendedTemplateMacro(call);                                                                  \
A type representing the union of many types.
 
 
Definition at line 34 of file vtkVariant.h.
 
 
◆ vtkExtendedArrayIteratorTemplateMacro
      
        
          | #define vtkExtendedArrayIteratorTemplateMacro | 
          ( | 
            | 
          call | ) | 
           | 
        
      
 
Value:  vtkArrayIteratorTemplateMacro(call);                                                             \
 
Definition at line 39 of file vtkVariant.h.
 
 
◆ operator<<()
      
        
          | VTKCOMMONCORE_EXPORT ostream & operator<<  | 
          ( | 
          ostream &  | 
          os,  | 
        
        
           | 
           | 
          const vtkVariant &  | 
          val  | 
        
        
           | 
          ) | 
           |  |