Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::MapContainer< TElementIdentifier, TElement > |
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... | |
Defines | |
#define | ITK_TEMPLATE_MapContainer(_, EXPORT, x, y) |
#define ITK_TEMPLATE_MapContainer | ( | _, | |||
EXPORT, | |||||
x, | |||||
y | ) |
Value:
namespace itk { \ _(2(class EXPORT MapContainer< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef MapContainer< ITK_TEMPLATE_2 x > \ MapContainer##y; } \ }
Definition at line 289 of file itkMapContainer.h.