Public Member Functions | |
| template<class NonConstRegion > | |
| RegionRef (const MultiRegionRefs< NonConstRegion > &mrr, const label regioni, Region ®ion) | |
| Construct form components. More... | |
| RegionRef (const RegionRef &rp)=delete | |
| Disallow copy construct. More... | |
| RegionRef (RegionRef &&rp) | |
| Move construct. More... | |
| ~RegionRef () | |
| Destructor. More... | |
| operator Region & () const | |
| Cast to reference. More... | |
| Region & | operator() () const |
| Obtain the reference. More... | |
Definition at line 55 of file MultiRegionRefs.H.
| RegionRef | ( | const MultiRegionRefs< NonConstRegion > & | mrr, |
| const label | regioni, | ||
| Region & | region | ||
| ) |
Construct form components.
Definition at line 58 of file MultiRegionRefs.C.
References prefixOSstream::prefix(), Foam::regionName(), and Foam::Sout.

Move construct.
Definition at line 82 of file MultiRegionRefs.C.
Destructor.
Definition at line 116 of file MultiRegionRefs.C.
References prefixOSstream::prefix(), and Foam::Sout.

| operator Region & |
Cast to reference.
Definition at line 144 of file MultiRegionRefs.C.
| Region & operator() |
Obtain the reference.
Definition at line 151 of file MultiRegionRefs.C.