SliceList< T > Class Template Reference

A List with indirect slice addressing. More...

Public Member Functions

 SliceList (const UList< T > &values, const sliceRange &addr)
 Copy construct from values list and slicing. More...
 
const Addr & addressing () const
 The list addressing. More...
 
Addr & addressing ()
 The list addressing. More...
 

Detailed Description

template<class T>
class Foam::SliceList< T >

A List with indirect slice addressing.

Source files

Definition at line 48 of file IndirectListsFwd.H.

Constructor & Destructor Documentation

◆ SliceList()

SliceList ( const UList< T > &  values,
const sliceRange addr 
)
inline

Copy construct from values list and slicing.

Definition at line 62 of file SliceList.H.

References SliceList< T >::addressing().

Here is the call graph for this function:

Member Function Documentation

◆ addressing() [1/2]

const Addr& addressing
inline

The list addressing.

Definition at line 78 of file IndirectListAddressing.H.

Referenced by SliceList< T >::SliceList().

Here is the caller graph for this function:

◆ addressing() [2/2]

Addr& addressing
inline

The list addressing.

Definition at line 84 of file IndirectListAddressing.H.


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