Go to the source code of this file.
|
class | List |
| A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More...
|
|
class | FixedList |
| A 1D vector of objects of type <T> with a fixed size <Size>. More...
|
|
class | PtrList |
| A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used for subscript bounds checking, etc. More...
|
|
class | SLList< T > |
| Non-intrusive singly-linked list. More...
|
|
class | DynamicList |
| A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects. More...
|
|
class | SortableList |
| A list that is sorted upon construction or when explicitly requested with the sort() method. More...
|
|
class | IndirectList< T > |
| A List with indirect addressing. More...
|
|
class | UIndirectList |
| A List with indirect addressing. More...
|
|
class | BiIndirectList< T > |
| Indexes into negList (negative index) or posList (zero or positive index). More...
|
|
class | List |
| A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More...
|
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class T > |
Istream & | operator>> (Istream &, List< T > &) |
|
template<class T > |
List< T > | readList (Istream &) |
| Read a bracket-delimited list, or handle a single value as list of size 1. More...
|
|
Original source file List.H
Definition in file List.H.