Public Types | |
typedef label | cmptType |
![]() | |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
typedef T * | iterator |
typedef label | size_type |
typedef label | difference_type |
typedef std::reverse_iterator< iterator > | reverse_iterator |
typedef std::reverse_iterator< const_iterator > | const_reverse_iterator |
Public Member Functions | |
pTraits (Istream &is) | |
![]() | |
label | size () const noexcept |
void | writeEntry (const word &keyword, Ostream &os) const |
void | operator= (const T &val) |
void | operator= (const Foam::zero) |
UList (const UList< T > &)=default | |
constexpr | UList () noexcept |
UList (T *__restrict__ v, const label len) noexcept | |
label | fcIndex (const label i) const noexcept |
label | rcIndex (const label i) const noexcept |
const T & | fcValue (const label i) const |
T & | fcValue (const label i) |
const T & | rcValue (const label i) const |
T & | rcValue (const label i) |
const T * | cdata () const noexcept |
T * | data () noexcept |
const char * | cdata_bytes () const noexcept |
char * | data_bytes () noexcept |
T & | first () |
const T & | first () const |
T & | last () |
const T & | last () const |
std::streamsize | size_bytes () const noexcept |
std::streamsize | byteSize () const |
void | checkStart (const label start) const |
void | checkSize (const label size) const |
void | checkRange (const label start, const label len) const |
void | checkIndex (const label i) const |
bool | uniform () const |
label | find (const T &val, label pos=0) const |
label | rfind (const T &val, label pos=-1) const |
bool | found (const T &val, label pos=0) const |
void | moveFirst (const label i) |
void | moveLast (const label i) |
void | swapFirst (const label i) |
void | swapLast (const label i) |
void | shallowCopy (const UList< T > &list) |
void | deepCopy (const UList< T > &list) |
void | deepCopy (const IndirectListBase< T, Addr > &list) |
void | deepCopy (const UList< T > &list) |
SubList< T > | slice (const label pos, label len=-1) |
const SubList< T > | slice (const label pos, label len=-1) const |
SubList< T > | slice (const labelRange &range) |
const SubList< T > | slice (const labelRange &range) const |
T & | operator[] (const label i) |
const T & | operator[] (const label i) const |
const bool & | operator[] (const label i) const |
Foam::UPstream::commsStruct & | operator[] (const label procID) |
const Foam::UPstream::commsStruct & | operator[] (const label procID) const |
UPstream::commsStruct & | operator[] (const label) |
const UPstream::commsStruct & | operator[] (const label) const |
operator const Foam::List< T > & () const | |
iterator | begin () noexcept |
const_iterator | begin () const noexcept |
iterator | end () noexcept |
const_iterator | end () const noexcept |
const_iterator | cbegin () const noexcept |
const_iterator | cend () const noexcept |
reverse_iterator | rbegin () |
const_reverse_iterator | rbegin () const |
reverse_iterator | rend () |
const_reverse_iterator | rend () const |
const_reverse_iterator | crbegin () const |
const_reverse_iterator | crend () const |
bool | empty () const noexcept |
void | swap (UList< T > &list) |
bool | operator== (const UList< T > &a) const |
bool | operator!= (const UList< T > &a) const |
bool | operator< (const UList< T > &list) const |
bool | operator> (const UList< T > &a) const |
bool | operator<= (const UList< T > &a) const |
bool | operator>= (const UList< T > &a) const |
Istream & | readList (Istream &is) |
Istream & | readList (Istream &is) |
Istream & | readList (Istream &is) |
Ostream & | writeList (Ostream &os, const label shortLen=0) const |
Ostream & | writeList (Ostream &os, const label) const |
Ostream & | writeList (Ostream &os, const label) const |
std::enable_if< std::is_same< bool, TypeT >::value, bool >::type | test (const label i) const |
std::enable_if< std::is_same< bool, TypeT >::value, bool >::type | get (const label i) const |
std::enable_if< std::is_same< bool, TypeT >::value, bool >::type | unset (const label i) |
Additional Inherited Members | |
![]() | |
static const UList< T > & | null () |
static constexpr label | max_size () noexcept |
![]() | |
const typedef T * | const_pointer |
const typedef T & | const_reference |
const typedef T * | const_iterator |
![]() | |
void | setAddressableSize (const label n) noexcept |
void | size (const label n) |
void | writeEntry (Ostream &os) const |
void | writeEntry (Ostream &os) const |
void | writeEntry (Ostream &os) const |
labelRange | validateRange (const labelRange &requestedRange) const |
UList< T > & | operator= (const UList< T > &)=delete |
Definition at line 78 of file dummyTransform.H.
typedef label cmptType |
Definition at line 83 of file dummyTransform.H.
Definition at line 85 of file dummyTransform.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.