VTK
Classes | Public Types | Public Member Functions | Public Attributes
vtkInformationInternals Class Reference

internal structure for vtkInformation More...

#include <vtkInformationInternals.h>

List of all members.

Classes

struct  HashFun

Public Types

typedef vtkInformationKeyKeyType
typedef vtkObjectBaseDataType
typedef vtksys::hash_map
< KeyType, DataType, HashFun
MapType

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 37 of file vtkInformationInternals.h.


Member Typedef Documentation

Definition at line 40 of file vtkInformationInternals.h.

Definition at line 41 of file vtkInformationInternals.h.

Definition at line 50 of file vtkInformationInternals.h.


Constructor & Destructor Documentation

Definition at line 57 of file vtkInformationInternals.h.

Definition at line 60 of file vtkInformationInternals.h.


Member Data Documentation

Definition at line 54 of file vtkInformationInternals.h.


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