|
|
|
SubList< T > Class Template ReferenceA List obtained as a section of another List. More...
Inheritance diagram for SubList< T >:
![]()
Collaboration diagram for SubList< T >:
![]()
Detailed Descriptiontemplate<class T>
A List obtained as a section of another List.
| |||||||||||||||||||||||||||||||||||||||||
| const Foam::SubList< T > & null | ( | ) | [inline, static] |
Return a null SubList.
Reimplemented from UList< T >.
Reimplemented in SubDimensionedField< Type, GeoMesh >, SubField< Type >, SubField< Type >, and SubField< point >.
Definition at line 67 of file SubListI.H.
| operator const Foam::List< T > & | ( | ) | const [inline] |
Allow cast to a const List<T>&.
Reimplemented from UList< T >.
Definition at line 76 of file SubListI.H.
| void operator= | ( | const T & | t | ) | [inline] |
Assignment of all entries to the given value.
Reimplemented from UList< T >.
Definition at line 83 of file SubListI.H.