A helper class for storing addresses. More...

Protected Member Functions | |
| IndirectListAddressing (const labelUList &addr) | |
| Construct by copying the addressing array. More... | |
| IndirectListAddressing (const Xfer< List< label >> &addr) | |
| Construct by transferring addressing array. More... | |
| const List< label > & | addressing () const |
| Return the list addressing. More... | |
| void | resetAddressing (const labelUList &) |
| Reset addressing. More... | |
| void | resetAddressing (const Xfer< List< label >> &) |
A helper class for storing addresses.
Definition at line 53 of file IndirectList.H.
|
inlineexplicitprotected |
Construct by copying the addressing array.
Definition at line 30 of file IndirectListI.H.
|
inlineexplicitprotected |
Construct by transferring addressing array.
Definition at line 39 of file IndirectListI.H.
References IndirectList< T >::IndirectList().

|
inlineprotected |
Return the list addressing.
Definition at line 112 of file IndirectListI.H.
References IndirectListAddressing::resetAddressing().

|
inlineprotected |
Reset addressing.
Definition at line 119 of file IndirectListI.H.
Referenced by IndirectListAddressing::addressing().

Definition at line 128 of file IndirectListI.H.
References List< T >::transfer().

1.8.11