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

UDictionary< T > Class Template Reference

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

#include <OpenFOAM/UDictionary.H>


Detailed Description

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

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

UDictionary (  )

Null constructor.

Definition at line 31 of file UDictionary.C.

UDictionary ( const UDictionary< T > &   dict  )

Copy construct.

Definition at line 36 of file UDictionary.C.


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