Go to the source code of this file.
Classes | |
class | itk::MapContainer< TElementIdentifier, TElement >::ConstIterator |
The const iterator type for the map. More... | |
class | itk::MapContainer< TElementIdentifier, TElement >::Iterator |
The non-const iterator type for the map. More... | |
class | itk::MapContainer< TElementIdentifier, TElement > |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_MapContainer(_, EXPORT, x, y) |
#define ITK_TEMPLATE_MapContainer | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(2(class EXPORT MapContainer< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef MapContainer< ITK_TEMPLATE_2 x > \ MapContainer##y; } \ }
Definition at line 291 of file itkMapContainer.h.