A list that is sorted upon construction or when explicitly requested with the sort() method. More...
Classes | |
class | more |
Public Member Functions | |
SortableListEFA (const List< Type > &) | |
SortableListEFA (const label size) | |
SortableListEFA (const label size, const Type &) | |
SortableListEFA (const SortableListEFA< Type > &) | |
const labelList & | indices () const |
void | setSize (const label) |
void | sort () |
void | partialSort (int M, int start) |
void | stableSort () |
void | operator= (const SortableListEFA< Type > &) |
![]() | |
constexpr | List () noexcept |
List (const label len) | |
List (const label len, const T &val) | |
List (const label len, const Foam::zero) | |
List (const Foam::one, const T &val) | |
List (const Foam::one, T &&val) | |
List (const Foam::one, const Foam::zero) | |
List (const List< T > &a) | |
List (const UList< T > &a) | |
List (List< T > &a, bool reuse) | |
List (const UList< T > &list, const labelUList &indices) | |
List (const UList< T > &list, const FixedList< label, N > &indices) | |
List (const FixedList< T, N > &list) | |
List (const PtrList< T > &list) | |
List (const SLList< T > &list) | |
List (const IndirectListBase< T, Addr > &list) | |
List (std::initializer_list< T > list) | |
List (List< T > &&list) | |
List (DynamicList< T, SizeMin > &&list) | |
List (SortableList< T > &&list) | |
List (SLList< T > &&list) | |
List (Istream &is) | |
List (const label len) | |
List (const label len, const T &val) | |
List (const label len, const Foam::zero) | |
List (const Foam::one, const T &val) | |
List (const Foam::one, T &&val) | |
List (const Foam::one, const Foam::zero) | |
List (const UList< T > &a) | |
List (const List< T > &a) | |
List (List< T > &a, bool reuse) | |
List (const UList< T > &list, const labelUList &indices) | |
List (const PtrList< T > &list) | |
List (const SLList< T > &list) | |
List (std::initializer_list< T > list) | |
List (List< T > &&list) | |
List (SortableList< T > &&list) | |
List (SLList< T > &&list) | |
constexpr | List () noexcept |
List (Istream &is) | |
autoPtr< List< T > > | clone () const |
~List () | |
void | clear () |
void | resize (const label len) |
void | resize (const label len, const T &val) |
void | resize (const label newLen) |
void | resize_nocopy (const label len) |
void | setSize (const label n) |
void | setSize (const label n, const T &val) |
void | append (const T &val) |
void | append (T &&val) |
void | append (const UList< T > &list) |
void | append (const IndirectListBase< T, Addr > &list) |
void | append (const T &val) |
void | append (T &&val) |
void | append (const UList< T > &list) |
label | appendUniq (const T &val) |
void | transfer (List< T > &list) |
void | transfer (DynamicList< T, SizeMin > &list) |
void | transfer (SortableList< T > &list) |
void | transfer (List< T > &list) |
void | transfer (SortableList< T > &list) |
T & | newElmt (const label i) |
void | operator= (const UList< T > &a) |
void | operator= (const List< T > &list) |
void | operator= (const SLList< T > &list) |
void | operator= (const IndirectListBase< T, Addr > &list) |
void | operator= (const FixedList< T, N > &list) |
void | operator= (std::initializer_list< T > list) |
void | operator= (const T &val) |
void | operator= (const Foam::zero) |
void | operator= (List< T > &&list) |
void | operator= (DynamicList< T, SizeMin > &&list) |
void | operator= (SortableList< T > &&list) |
void | operator= (SLList< T > &&list) |
void | operator= (const UList< T > &a) |
void | operator= (const List< T > &list) |
void | operator= (const SLList< T > &list) |
void | operator= (std::initializer_list< T > list) |
void | operator= (List< T > &&list) |
void | operator= (SortableList< T > &&list) |
void | operator= (SLList< T > &&list) |
void | operator= (const T &val) |
void | operator= (const Foam::zero) |
Istream & | readList (Istream &is) |
Istream & | readList (Istream &is) |
Istream & | readList (Istream &is) |
void | shallowCopy (const UList< T > &)=delete |
std::enable_if< std::is_same< bool, TypeT >::value, bool >::type | set (const label i, bool val=true) |
Additional Inherited Members | |
![]() | |
typedef SubList< T > | subList |
![]() | |
static const List< T > & | null () |
A list that is sorted upon construction or when explicitly requested with the sort() method.
Definition at line 48 of file SortableListEFA.H.
|
explicit |
Definition at line 26 of file SortableListEFA.C.
References SortableListEFA< Type >::sort().
|
explicit |
Definition at line 36 of file SortableListEFA.C.
References forAll.
SortableListEFA | ( | const label | size, |
const Type & | val | ||
) |
Definition at line 49 of file SortableListEFA.C.
References forAll.
SortableListEFA | ( | const SortableListEFA< Type > & | lst | ) |
Definition at line 62 of file SortableListEFA.C.
References forAll.
|
inline |
Definition at line 100 of file SortableListEFA.H.
Referenced by SortableListEFA< Type >::operator=(), and EFA< CompType, ThermoType >::reduceMechanism().
void setSize | ( | const label | newSize | ) |
Definition at line 78 of file SortableListEFA.C.
References List::setSize().
void sort |
Definition at line 86 of file SortableListEFA.C.
References forAll, Foam::less(), Foam::sort(), and List::transfer().
Referenced by SortableListEFA< Type >::SortableListEFA().
void partialSort | ( | int | M, |
int | start | ||
) |
Definition at line 107 of file SortableListEFA.C.
References M.
Referenced by EFA< CompType, ThermoType >::reduceMechanism().
void stableSort |
Definition at line 120 of file SortableListEFA.C.
References forAll, Foam::less(), Foam::stableSort(), and List::transfer().
void operator= | ( | const SortableListEFA< Type > & | rhs | ) |
Definition at line 143 of file SortableListEFA.C.
References SortableListEFA< Type >::indices(), and List::operator=().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.