Go to the source code of this file.
Macros | |
#define | VTKM_WORKLET_EXPORT_DEFINE __attribute__((visibility("default"))) |
#define | VTKM_WORKLET_IMPORT_DEFINE __attribute__((visibility("default"))) |
#define | VTKM_WORKLET_NO_EXPORT_DEFINE __attribute__((visibility("hidden"))) |
#define | VTKM_WORKLET_EXPORT VTKM_WORKLET_IMPORT_DEFINE |
#define | VTKM_WORKLET_TEMPLATE_EXPORT VTKM_WORKLET_IMPORT_DEFINE |
#define | VTKM_WORKLET_NO_EXPORT VTKM_WORKLET_NO_EXPORT_DEFINE |
#define VTKM_WORKLET_EXPORT_DEFINE __attribute__((visibility("default"))) |
Definition at line 33 of file vtkm_worklet_export.h.
#define VTKM_WORKLET_IMPORT_DEFINE __attribute__((visibility("default"))) |
Definition at line 34 of file vtkm_worklet_export.h.
#define VTKM_WORKLET_NO_EXPORT_DEFINE __attribute__((visibility("hidden"))) |
Definition at line 35 of file vtkm_worklet_export.h.
#define VTKM_WORKLET_EXPORT VTKM_WORKLET_IMPORT_DEFINE |
Definition at line 44 of file vtkm_worklet_export.h.
#define VTKM_WORKLET_TEMPLATE_EXPORT VTKM_WORKLET_IMPORT_DEFINE |
Definition at line 62 of file vtkm_worklet_export.h.
#define VTKM_WORKLET_NO_EXPORT VTKM_WORKLET_NO_EXPORT_DEFINE |
Definition at line 67 of file vtkm_worklet_export.h.