VTK  9.3.20240420
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
vtkInformationInternals Class Reference

internal structure for vtkInformation More...

#include <vtkInformationInternals.h>

Classes

struct  HashFun
 

Public Types

typedef vtkInformationKeyKeyType
 
typedef vtkObjectBaseDataType
 
typedef std::unordered_map< KeyType, DataType, HashFunMapType
 

Public Member Functions

 vtkInformationInternals ()
 
 ~vtkInformationInternals ()
 

Public Attributes

MapType Map
 

Detailed Description

internal structure for vtkInformation

vtkInformationInternals is used in internal implementation of vtkInformation. This should only be accessed by friends and sub-classes of that class.

Definition at line 28 of file vtkInformationInternals.h.

Member Typedef Documentation

◆ KeyType

Definition at line 31 of file vtkInformationInternals.h.

◆ DataType

Definition at line 32 of file vtkInformationInternals.h.

◆ MapType

Definition at line 41 of file vtkInformationInternals.h.

Constructor & Destructor Documentation

◆ vtkInformationInternals()

vtkInformationInternals::vtkInformationInternals ( )
inline

Definition at line 48 of file vtkInformationInternals.h.

◆ ~vtkInformationInternals()

vtkInformationInternals::~vtkInformationInternals ( )
inline

Definition at line 54 of file vtkInformationInternals.h.

Member Data Documentation

◆ Map

MapType vtkInformationInternals::Map

Definition at line 45 of file vtkInformationInternals.h.


The documentation for this class was generated from the following file: