![]() |
|
Public Member Functions | |
SubList (const UList< T > &list, const label subSize) | |
Construct from UList and SubList size. | |
SubList (const UList< T > &list, const label subSize, const label startIndex) | |
Construct from UList, start and end indices. | |
const T & | operator[] (const label l) const |
Return const subscript-checked element of SubList. | |
operator const List () const | |
Allow cast to a const List<T>&. | |
Static Public Member Functions | |
SubList< T > & | null () |
Return a null SubList. |
|
Construct from UList and SubList size.
Definition at line 41 of file SubListI.H. |
|
Construct from UList, start and end indices.
Definition at line 56 of file SubListI.H. References UList::checkSize(), and UList::checkStart(). |
Here is the call graph for this function:
|
Return a null SubList.
Reimplemented from UList. Reimplemented in SubField. Definition at line 87 of file SubListI.H. |
|
Allow cast to a const List<T>&.
Reimplemented from UList. Definition at line 98 of file SubListI.H. |
|
Return const subscript-checked element of SubList.
|