Public Member Functions | List of all members
SLPtrList< T > Class Template Reference

Non-intrusive singly-linked pointer list. More...

Inheritance diagram for SLPtrList< T >:
Inheritance graph
[legend]
Collaboration diagram for SLPtrList< T >:
Collaboration graph
[legend]

Public Member Functions

 SLPtrList ()
 Null construct. More...
 
 SLPtrList (T *a)
 Construct given initial T*. More...
 
template<class INew >
 SLPtrList (Istream &is, const INew &inewt)
 Construct from Istream using given Istream constructor class. More...
 
 SLPtrList (Istream &is)
 Construct from Istream. More...
 
- Public Member Functions inherited from LPtrList< SLListBase, T >
 LPtrList ()
 Null construct. More...
 
 LPtrList (T *a)
 Construct given initial T. More...
 
 LPtrList (Istream &, const INew &)
 Construct from Istream using given Istream constructor class. More...
 
 LPtrList (Istream &)
 Construct from Istream using default Istream constructor class. More...
 
 LPtrList (const LPtrList &)
 Construct as copy. More...
 
 ~LPtrList ()
 Destructor. More...
 
Tfirst ()
 Return the first entry added. More...
 
const Tfirst () const
 Return const access to the first entry added. More...
 
Tlast ()
 Return the last entry added. More...
 
const Tlast () const
 Return const access to the last entry added. 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< SLListBase, T > &)
 Transfer the contents of the argument into this List. More...
 
void operator= (const LPtrList< SLListBase, T > &)
 Assign copy. More...
 
- Public Member Functions inherited from LList< SLListBase, T * >
 LList ()
 Null construct. More...
 
 LList (T *a)
 Construct given initial T. More...
 
 LList (Istream &)
 Construct from Istream. More...
 
 LList (const LList< SLListBase, T * > &)
 Construct as copy. More...
 
 ~LList ()
 Destructor. More...
 
T *& first ()
 Return the first entry added. More...
 
const T *& first () const
 Return const access to the first entry added. More...
 
T *& last ()
 Return the last entry added. More...
 
const T *& last () const
 Return const access to the last entry added. More...
 
void insert (const T *&a)
 Add at head of list. More...
 
void append (const T *&a)
 Add at tail of list. More...
 
TremoveHead ()
 Remove and return head. More...
 
Tremove (link *l)
 Remove and return element. More...
 
Tremove (iterator &it)
 Remove and return element specified by iterator. More...
 
void clear ()
 Delete contents of list. More...
 
void transfer (LList< SLListBase, T * > &)
 Transfer the contents of the argument into this List. More...
 
void operator= (const LList< SLListBase, T * > &)
 
iterator begin ()
 
const_iterator begin () const
 
const iteratorend ()
 
const const_iteratorend () const
 
const_iterator cbegin () const
 
const const_iteratorcend () const
 
- Public Member Functions inherited from SLListBase
 SLListBase ()
 Null construct. More...
 
 SLListBase (link *)
 Construct given initial entry. More...
 
 ~SLListBase ()
 Destructor. More...
 
label size () const
 Return number of elements in list. More...
 
bool empty () const
 Return true if the list is empty. More...
 
linkfirst ()
 Return first entry. More...
 
const linkfirst () const
 Return const access to first entry. More...
 
linklast ()
 Return last entry. More...
 
const linklast () const
 Return const access to last entry. More...
 
void insert (link *)
 Add at head of list. More...
 
void append (link *)
 Add at tail of list. More...
 
linkremoveHead ()
 Remove and return head. More...
 
linkremove (link *)
 
linkremove (iterator &)
 
void clear ()
 Clear the list. More...
 
void transfer (SLListBase &)
 Transfer the contents of the argument into this List. More...
 
iterator begin ()
 
const iteratorend ()
 
const_iterator cbegin () const
 
const const_iteratorcend () const
 
const_iterator begin () const
 
const const_iteratorend () const
 

Additional Inherited Members

- Public Types inherited from LPtrList< SLListBase, T >
typedef Treference
 Type that can be used for storing into LPtrList::value_type. More...
 
typedef Tconst_reference
 Type that can be used for storing into constant. More...
 
typedef SLListBase::iterator LListBase_iterator
 
typedef SLListBase::const_iterator LListBase_const_iterator
 
- Public Types inherited from LList< SLListBase, T * >
typedef Tvalue_type
 Type of values the LList contains. More...
 
typedef T *& reference
 Type that can be used for storing into value_type. More...
 
typedef const T *& const_reference
 Type that can be used for storing into constant. More...
 
typedef label size_type
 The type that can represent the size of a LList. More...
 
typedef SLListBase::iterator LListBase_iterator
 
typedef SLListBase::const_iterator LListBase_const_iterator
 

Detailed Description

template<class T>
class Foam::SLPtrList< T >

Non-intrusive singly-linked pointer list.

Definition at line 47 of file SLPtrList.H.

Constructor & Destructor Documentation

SLPtrList ( )
inline

Null construct.

Definition at line 57 of file SLPtrList.H.

SLPtrList ( T a)
inline

Construct given initial T*.

Definition at line 61 of file SLPtrList.H.

SLPtrList ( Istream is,
const INew inewt 
)
inline

Construct from Istream using given Istream constructor class.

Definition at line 68 of file SLPtrList.H.

SLPtrList ( Istream is)
inline

Construct from Istream.

Definition at line 74 of file SLPtrList.H.


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