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

PtrDictionary< T > Class Template Reference

Template dictionary class which does not manages the storage associated with it. More...

#include <OpenFOAM/PtrDictionary.H>


Detailed Description

template<class T>
class Foam::PtrDictionary< T >

Template dictionary class which does not manages the storage associated with it.

It is derived from DictionaryBase instantiated on a non-memory managed form of intrusive doubly-linked list of T.

Source files

Definition at line 55 of file PtrDictionary.H.

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

List of all members.

Public Member Functions

 PtrDictionary ()
 Null constructor.
 PtrDictionary (const PtrDictionary &)
 Copy construct.
template<class INew >
 PtrDictionary (Istream &, const INew &)
 Construct from Istream using given Istream constructor class.
 PtrDictionary (Istream &)
 Construct from Istream.

Constructor & Destructor Documentation

Null constructor.

Definition at line 31 of file PtrDictionary.C.

PtrDictionary ( const PtrDictionary< T > &   dict  )

Copy construct.

Definition at line 36 of file PtrDictionary.C.

PtrDictionary ( Istream &   is,
const INew &   iNew  
)

Construct from Istream using given Istream constructor class.

Definition at line 44 of file PtrDictionary.C.

PtrDictionary ( Istream &   is  )

Construct from Istream.

Definition at line 51 of file PtrDictionary.C.


The documentation for this class was generated from the following files: