OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

PtrMap< T > Class Template Reference

A HashTable of pointers to objects of type <T> with a label key. More...

Inheritance diagram for PtrMap< T >:
Collaboration diagram for PtrMap< T >:

List of all members.


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.

Detailed Description

template<class T>
class Foam::PtrMap< T >

A HashTable of pointers to objects of type <T> with a label key.

See also:
Map, HashPtrTable

Definition at line 42 of file PtrMap.H.


Constructor & Destructor Documentation

PtrMap ( const label  size = 128  )  [inline]

Construct given initial map size.

Definition at line 52 of file PtrMap.H.

PtrMap ( Istream is  )  [inline]

Construct from Istream.

Definition at line 58 of file PtrMap.H.

PtrMap ( const PtrMap< T > &  map  )  [inline]

Construct as copy.

Definition at line 64 of file PtrMap.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H
Copyright © 2000-2009 OpenCFD Ltd