| 
    VTK
    9.3.0
    
   | 
 
internal structure for vtkInformation More...
#include <vtkInformationInternals.h>
Classes | |
| struct | HashFun | 
Public Types | |
| typedef vtkInformationKey * | KeyType | 
| typedef vtkObjectBase * | DataType | 
| typedef std::unordered_map< KeyType, DataType, HashFun > | MapType | 
Public Member Functions | |
| vtkInformationInternals () | |
| ~vtkInformationInternals () | |
Public Attributes | |
| MapType | Map | 
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.
Definition at line 31 of file vtkInformationInternals.h.
Definition at line 32 of file vtkInformationInternals.h.
| typedef std::unordered_map<KeyType, DataType, HashFun> vtkInformationInternals::MapType | 
Definition at line 41 of file vtkInformationInternals.h.
      
  | 
  inline | 
Definition at line 48 of file vtkInformationInternals.h.
      
  | 
  inline | 
Definition at line 54 of file vtkInformationInternals.h.
| MapType vtkInformationInternals::Map | 
Definition at line 45 of file vtkInformationInternals.h.