Public Member Functions | List of all members
UIndirectList Class Reference

A List with indirect addressing. More...

Inheritance diagram for UIndirectList:
Inheritance graph
[legend]

Public Member Functions

 UIndirectList (const UList< T > &values, const labelUList &addr)
 
 UIndirectList (const UIndirectList< T > &list)
 
void operator= (const UIndirectList< T > &rhs)
 

Detailed Description

A List with indirect addressing.

Like IndirectList but does not store addressing.

Note the const_cast of the list values. This is so we can use it both on const and non-const lists. Alternative would be to have a const_ variant etc.

Source files

Definition at line 56 of file faMatrix.H.

Constructor & Destructor Documentation

◆ UIndirectList() [1/2]

UIndirectList ( const UList< T > &  values,
const labelUList addr 
)
inline

Definition at line 70 of file UIndirectList.H.

◆ UIndirectList() [2/2]

UIndirectList ( const UIndirectList< T > &  list)
inline

Definition at line 76 of file UIndirectList.H.

Member Function Documentation

◆ operator=()

void operator= ( const UIndirectList< T > &  rhs)
inline

Definition at line 88 of file UIndirectList.H.


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