IndirectListAddressing< Addr > Class Template Reference

A class for storing list addressing (labels, strides etc), which is normally used by IndirectList. Preferable to use with private inheritance by inheriting classes. More...

Inheritance diagram for IndirectListAddressing< Addr >:

Public Member Functions

template<typename... Args>
 IndirectListAddressing (Args &&... args)
 Construct addressing from arguments. More...
 
 IndirectListAddressing (Addr &&addr) noexcept(std::is_nothrow_move_constructible_v< Addr >)
 Move construct addressing. More...
 
const Addr & addressing () const noexcept
 Const access to the addressing. More...
 
Addr & addressing () noexcept
 Non-const access to the addressing. More...
 

Detailed Description

template<class Addr>
class Foam::IndirectListAddressing< Addr >

A class for storing list addressing (labels, strides etc), which is normally used by IndirectList. Preferable to use with private inheritance by inheriting classes.

Definition at line 64 of file IndirectListBase.H.

Constructor & Destructor Documentation

◆ IndirectListAddressing() [1/2]

IndirectListAddressing ( Args &&...  args)
inlineexplicit

Construct addressing from arguments.

Definition at line 81 of file IndirectListBase.H.

◆ IndirectListAddressing() [2/2]

IndirectListAddressing ( Addr &&  addr)
inlinenoexcept

Move construct addressing.

Definition at line 89 of file IndirectListBase.H.

Member Function Documentation

◆ addressing() [1/2]

const Addr& addressing ( ) const
inlinenoexcept

Const access to the addressing.

Definition at line 101 of file IndirectListBase.H.

◆ addressing() [2/2]

Addr& addressing ( )
inlinenoexcept

Non-const access to the addressing.

Definition at line 106 of file IndirectListBase.H.


The documentation for this class was generated from the following file: