Template invariant parts for Field and SubField. More...


Public Member Functions | |
| constexpr | FieldBase () noexcept |
| Default construct. More... | |
Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. More... | |
| int | count () const noexcept |
| Return the current reference count. More... | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. More... | |
| void | operator++ () noexcept |
| Increment the reference count. More... | |
| void | operator++ (int) noexcept |
| Increment the reference count. More... | |
| void | operator-- () noexcept |
| Decrement the reference count. More... | |
| void | operator-- (int) noexcept |
| Decrement the reference count. More... | |
Static Public Attributes | |
| static const char *const | typeName |
| Typename for Field. More... | |
| static bool | allowConstructFromLargerSize = false |
| Permit read construct from a larger size. More... | |
|
static |
Typename for Field.
Definition at line 86 of file Field.H.
Referenced by basicThermo::heBoundaryTypes(), IOField< Type >::IOField(), and foamWriter::writeTemplate().
|
static |
Permit read construct from a larger size.
Mostly required for things like column mesh, for example.
Definition at line 93 of file Field.H.
Referenced by if(), dynamicFvMesh::New(), and points0MotionSolver::points0MotionSolver().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.