Public Types | |
using | const_iterator = typename SLList< T >::const_iterator |
using | iterator = typename SLList< T >::iterator |
![]() | |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
typedef label | size_type |
typedef label | difference_type |
using | base_iterator = typename LListBase::iterator |
using | const_base_iterator = typename LListBase::const_iterator |
Public Member Functions | |
namesList ()=default | |
bool | found (const word &key) const |
iterator | find (const word &key) |
List< word > | findNames (const wordRes &allow, const wordRes &deny=wordRes()) const |
![]() | |
LList ()=default | |
LList (const T &item) | |
LList (T &&item) | |
LList (Istream &is) | |
LList (const LList< LListBase, T > &lst) | |
LList (LList< LListBase, T > &&lst) | |
LList (std::initializer_list< T > lst) | |
~LList () | |
reference | first () |
const_reference | first () const |
reference | last () |
const_reference | last () const |
void | insert (const T &item) |
void | insert (T &&item) |
void | append (const T &item) |
void | append (T &&item) |
T | removeHead () |
T | remove (link *item) |
T | remove (iterator &iter) |
void | clear () |
void | transfer (LList< LListBase, T > &lst) |
void | operator= (const LList< LListBase, T > &lst) |
void | operator= (LList< LListBase, T > &&lst) |
void | operator= (std::initializer_list< T > lst) |
Istream & | readList (Istream &is) |
Ostream & | writeList (Ostream &os, const label shortLen=0) const |
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 | |
![]() | |
const typedef T * | const_pointer |
const typedef T & | const_reference |
Definition at line 55 of file ccmSolutionTable.H.
using const_iterator = typename SLList<T>::const_iterator |
Definition at line 60 of file ccmSolutionTable.H.
|
default |
Definition at line 72 of file ccmSolutionTable.H.
Definition at line 87 of file ccmSolutionTable.H.
Definition at line 103 of file ccmSolutionTable.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.