VTK  9.4.20250210
Classes | Namespaces | Functions
vtkTypeName.h File Reference
#include "vtkCxxABIConfigure.h"
#include "vtkStringToken.h"
#include <cstring>
#include <string>
#include <typeinfo>
Include dependency graph for vtkTypeName.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vtk::detail::Name< ObjectType >
 

Namespaces

namespace  vtk
 Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
 
namespace  vtk::detail
 

Functions

template<typename ObjectType >
std::string vtk::TypeName ()
 Return the demangled type-name of the provided ObjectType.
 
template<typename ObjectType >
vtkStringToken vtk::TypeToken ()
 Return a string token holding a hash of the demangled type-name of the provided ObjectType.