VTK  9.3.20240328
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

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

Functions

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