List of templated reactions. More...
Public Member Functions | |
ReactionList (const speciesTable &species, const ReactionTable< ThermoType > &thermoDatabase) | |
ReactionList (const speciesTable &species, const ReactionTable< ThermoType > &thermoDatabase, const dictionary &dict) | |
ReactionList (const ReactionList< ThermoType > &reactions) | |
~ReactionList ()=default | |
bool | readReactionDict () |
void | write (Ostream &os) const |
![]() | |
LPtrList ()=default | |
LPtrList (T *item) | |
LPtrList (const LPtrList &lst) | |
LPtrList (LPtrList &&lst) | |
template<class INew > | |
LPtrList (Istream &is, const INew &inew) | |
LPtrList (Istream &is) | |
~LPtrList () | |
T & | first () |
const T & | first () const |
T & | last () |
const T & | last () const |
bool | eraseHead () |
void | clear () |
void | transfer (LPtrList< LListBase, T > &lst) |
void | operator= (const LPtrList< LListBase, T > &lst) |
void | operator= (LPtrList< LListBase, T > &&lst) |
iterator | begin () |
const_iterator | cbegin () const |
reverse_iterator | rbegin () |
const_reverse_iterator | crbegin () const |
const_iterator | begin () const |
const_reverse_iterator | rbegin () const |
const iterator & | end () |
const const_iterator & | cend () const |
const reverse_iterator & | rend () |
const const_reverse_iterator & | crend () const |
const const_iterator & | end () const |
const const_reverse_iterator & | rend () const |
Additional Inherited Members | |
![]() | |
typedef T * | pointer |
typedef T & | reference |
using | base_iterator = typename LListBase::iterator |
using | const_base_iterator = typename LListBase::const_iterator |
typedef LList< LListBase, T * > | parent_type |
![]() | |
const typedef T * | const_pointer |
const typedef T & | const_reference |
List of templated reactions.
Definition at line 52 of file ReactionList.H.
ReactionList | ( | const speciesTable & | species, |
const ReactionTable< ThermoType > & | thermoDatabase | ||
) |
Definition at line 28 of file ReactionList.C.
ReactionList | ( | const speciesTable & | species, |
const ReactionTable< ThermoType > & | thermoDatabase, | ||
const dictionary & | dict | ||
) |
Definition at line 42 of file ReactionList.C.
ReactionList | ( | const ReactionList< ThermoType > & | reactions | ) |
|
default |
bool readReactionDict |
Definition at line 70 of file ReactionList.C.
void write | ( | Ostream & | os | ) | const |
Definition at line 90 of file ReactionList.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.