A HashTable to objects of type <T> with a label key. More...
#include <OpenFOAM/Map.H>
A HashTable to objects of type <T> with a label key.
Definition at line 50 of file Map.H.
Inheritance diagram for Map< T >:
Collaboration diagram for Map< T >:Public Types | |
| typedef HashTable< T, label, Hash< label > >::iterator | iterator |
| typedef HashTable< T, label, Hash< label > >::const_iterator | const_iterator |
Public Member Functions | |
| Map (const label size=128) | |
| Construct given initial size.
| |
| Map (Istream &is) | |
| Construct from Istream.
| |
| Map (const Map< T > &map) | |
| Construct as copy.
| |
| Map (const Xfer< Map< T > > &map) | |
| Construct by transferring the parameter contents.
| |
| Map (const Xfer< HashTable< T, label, Hash< label > > > &map) | |
| Construct by transferring the parameter contents.
| |
Reimplemented from HashTable< T, label, Hash< label > >.
| typedef HashTable<T, label, Hash<label> >::const_iterator const_iterator |
Reimplemented from HashTable< T, label, Hash< label > >.
| Map | ( | const label | size = 128
) |
[inline]
|