FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

PtrMap< T > Class Template Reference

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

#include <OpenFOAM/PtrMap.H>


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 50 of file PtrMap.H.

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.

Constructor & Destructor Documentation

PtrMap ( const label   size = 128  ) [inline]

Construct given initial map size.

Definition at line 60 of file PtrMap.H.

PtrMap ( Istream &   is  ) [inline]

Construct from Istream.

Definition at line 66 of file PtrMap.H.

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

Construct as copy.

Definition at line 72 of file PtrMap.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H