Public Types | Public Member Functions | List of all members
namesList< T > Class Template Reference
Inheritance diagram for namesList< T >:
Inheritance graph
[legend]
Collaboration diagram for namesList< T >:
Collaboration graph
[legend]

Public Types

using const_iterator = typename SLList< T >::const_iterator
 
using iterator = typename SLList< T >::iterator
 
- Public Types inherited from LList
typedef T value_type
 
typedef Tpointer
 
typedef Treference
 
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< wordfindNames (const wordRes &allow, const wordRes &deny=wordRes()) const
 
- Public Member Functions inherited from LList
 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)
 
IstreamreadList (Istream &is)
 
OstreamwriteList (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 iteratorend ()
 
const const_iteratorcend () const
 
const reverse_iteratorrend ()
 
const const_reverse_iteratorcrend () const
 
const const_iteratorend () const
 
const const_reverse_iteratorrend () const
 

Additional Inherited Members

- Public Attributes inherited from LList
const typedef Tconst_pointer
 
const typedef Tconst_reference
 

Detailed Description

template<class T>
class Foam::ccm::namesList< T >

Definition at line 55 of file ccmSolutionTable.H.

Member Typedef Documentation

◆ const_iterator

using const_iterator = typename SLList<T>::const_iterator

Definition at line 60 of file ccmSolutionTable.H.

◆ iterator

using iterator = typename SLList<T>::iterator

Definition at line 61 of file ccmSolutionTable.H.

Constructor & Destructor Documentation

◆ namesList()

namesList ( )
default

Member Function Documentation

◆ found()

bool found ( const word key) const
inline

Definition at line 72 of file ccmSolutionTable.H.

◆ find()

iterator find ( const word key)
inline

Definition at line 87 of file ccmSolutionTable.H.

◆ findNames()

List<word> findNames ( const wordRes allow,
const wordRes deny = wordRes() 
) const
inline

Definition at line 103 of file ccmSolutionTable.H.


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