A HashTable of pointers to objects of type <T> with a label key. More...
#include <OpenFOAM/PtrMap.H>
A HashTable of pointers to objects of type <T> with a label key.
Definition at line 50 of file PtrMap.H.
Inheritance diagram for PtrMap< T >:
Collaboration diagram for PtrMap< T >:Public Member Functions | |
| PtrMap (const label size=128) | |
| Construct given initial map size.
| |
| PtrMap (Istream &is) | |
| Construct from Istream.
| |
| PtrMap (const PtrMap< T > &map) | |
| Construct as copy.
| |
| PtrMap | ( | const label | size = 128
) |
[inline]
|