List of templated reactions. More...
Public Member Functions | |
| ReactionList (const speciesTable &species, const HashPtrTable< ThermoType > &thermoDatabase) | |
| Construct null. More... | |
| ReactionList (const speciesTable &species, const HashPtrTable< ThermoType > &thermoDatabase, const dictionary &dict) | |
| Construct from dictionary. More... | |
| ReactionList (const ReactionList< ThermoType > &reactions) | |
| Construct copy. More... | |
| ~ReactionList ()=default | |
| Destructor. More... | |
| bool | readReactionDict () |
| Read reactions from dictionary. More... | |
| void | write (Ostream &os) const |
| Write. More... | |
Public Member Functions inherited from LPtrList< LListBase, T > | |
| LPtrList ()=default | |
| Null construct. More... | |
| LPtrList (T *item) | |
| Construct and insert the initial T item. More... | |
| LPtrList (const LPtrList &lst) | |
| Copy construct by using 'clone()' for each element. More... | |
| LPtrList (LPtrList &&lst) | |
| Move construct. More... | |
| template<class INew > | |
| LPtrList (Istream &is, const INew &inew) | |
| Construct from Istream using given Istream constructor class. More... | |
| LPtrList (Istream &is) | |
| Construct from Istream using default Istream constructor class. More... | |
| ~LPtrList () | |
| Destructor. More... | |
| T & | first () |
| The first entry in the list. More... | |
| const T & | first () const |
| The first entry in the list (const access) More... | |
| T & | last () |
| The last entry in the list. More... | |
| const T & | last () const |
| The last entry in the list (const access) More... | |
| bool | eraseHead () |
| Remove the head element from the list and delete the pointer. More... | |
| void | clear () |
| Clear the contents of the list. More... | |
| void | transfer (LPtrList< LListBase, T > &lst) |
| void | operator= (const LPtrList< LListBase, T > &lst) |
| Copy assign by using 'clone()' for each element. More... | |
| void | operator= (LPtrList< LListBase, T > &&lst) |
| Move assign. More... | |
| iterator | begin () |
| Iterator to first item in list with non-const access. More... | |
| const_iterator | cbegin () const |
| Iterator to first item in list with const access. More... | |
| reverse_iterator | rbegin () |
| Iterator to last item in list with non-const access. More... | |
| const_reverse_iterator | crbegin () const |
| Iterator to last item in list with const access. More... | |
| const_iterator | begin () const |
| Iterator to first item in list with const access. More... | |
| const_reverse_iterator | rbegin () const |
| Iterator to last item in list with const access. More... | |
| const iterator & | end () |
| End of list for forward iterators. More... | |
| const const_iterator & | cend () const |
| End of list for forward iterators. More... | |
| const reverse_iterator & | rend () |
| End of list for reverse iterators. More... | |
| const const_reverse_iterator & | crend () const |
| End of list for reverse iterators. More... | |
| const const_iterator & | end () const |
| End of list for forward iterators. More... | |
| const const_reverse_iterator & | rend () const |
| End of list for reverse iterators. More... | |
Additional Inherited Members | |
Public Types inherited from LPtrList< LListBase, T > | |
| typedef T * | pointer |
| Pointer for LPtrList::value_type objects. More... | |
| typedef T & | reference |
| Reference for LPtrList::value_type objects. More... | |
| using | base_iterator = typename LListBase::iterator |
| using | const_base_iterator = typename LListBase::const_iterator |
| typedef LList< LListBase, T * > | parent_type |
| The parent list storage. More... | |
Public Attributes inherited from LPtrList< LListBase, T > | |
| const typedef T * | const_pointer |
| Const pointer for LPtrList::value_type objects. More... | |
| const typedef T & | const_reference |
| Const reference for LPtrList::value_type objects. More... | |
List of templated reactions.
Definition at line 57 of file ReactionList.H.
| ReactionList | ( | const speciesTable & | species, |
| const HashPtrTable< ThermoType > & | thermoDatabase | ||
| ) |
Construct null.
Definition at line 37 of file ReactionList.C.
| ReactionList | ( | const speciesTable & | species, |
| const HashPtrTable< ThermoType > & | thermoDatabase, | ||
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 51 of file ReactionList.C.
| ReactionList | ( | const ReactionList< ThermoType > & | reactions | ) |
Construct copy.
Definition at line 67 of file ReactionList.C.
|
default |
Destructor.
| bool readReactionDict | ( | ) |
Read reactions from dictionary.
Definition at line 79 of file ReactionList.C.
| void write | ( | Ostream & | os | ) | const |
Write.
Definition at line 99 of file ReactionList.C.