31 template<
class T,
unsigned Size>
47 template<
class T,
unsigned Size>
63 template<
class T,
unsigned Size>
70 template<
class T,
unsigned Size>
76 vi < cend() && ai < a.
cend();
94 template<
class T,
unsigned Size>
101 template<
class T,
unsigned Size>
108 template<
class T,
unsigned Size>
List<T> is a 1D vector of objects of type T, where the size of the vector is known and used for subsc...
#define List_CELEM(f, fp, i)
#define List_ACCESS(type, f, fp)
#define List_ELEM(f, fp, i)
#define List_FOR_ALL(f, i)
#define List_CONST_ACCESS(type, f, fp)
A 1D vector of objects of type <T> with a fixed size <Size>.
bool operator>(const FixedList< T, Size > &) const
Compare two FixedLists lexicographically. Takes linear time.
bool operator!=(const FixedList< T, Size > &) const
The opposite of the equality operation. Takes linear time.
const T * const_iterator
Random access iterator for traversing FixedList.
const_iterator cend() const
Return const_iterator to end traversing the constant FixedList.
bool operator>=(const FixedList< T, Size > &) const
Return true if !(a < b). Takes linear time.
friend Ostream & operator(Ostream &, const FixedList< T, Size > &)
Write FixedList to Ostream.
bool operator==(const FixedList< T, Size > &) const
Equality operation on FixedLists of the same type.
const_iterator cbegin() const
Return const_iterator to begin traversing the constant FixedList.
bool operator<=(const FixedList< T, Size > &) const
Return true if !(a > b). Takes linear time.
bool operator<(const FixedList< T, Size > &) const
Compare two FixedLists lexicographically. Takes linear time.
void swap(FixedList< T, Size > &)
Swap two FixedLists of the same type in constant time.
A class for managing temporary objects.
bool equal(const T &s1, const T &s2)
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
bool operator<(const instant &, const instant &)
bool operator>(const instant &, const instant &)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)