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

UPtrDictionary< T > Class Template Reference

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

#include <OpenFOAM/UPtrDictionary.H>


Detailed Description

template<class T>
class Foam::UPtrDictionary< 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 UPtrDictionary.H.

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

List of all members.

Public Member Functions

 UPtrDictionary ()
 Null constructor.
 UPtrDictionary (const UPtrDictionary &)
 Copy construct.

Constructor & Destructor Documentation

Null constructor.

Definition at line 31 of file UPtrDictionary.C.

UPtrDictionary ( const UPtrDictionary< T > &   dict  )

Copy construct.

Definition at line 36 of file UPtrDictionary.C.


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