|
VTK
9.4.2
|
#include "vtkCxxABIConfigure.h"#include "vtkStringToken.h"#include <cstring>#include <string>#include <typeinfo>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. | |