Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
PLMD::MatrixSquareBracketsAccess< T, C, I, J >::Const_row Class Reference

Small utility class which just contains a pointer to the T and the row number. More...

Public Member Functions

const C & operator[] (J j) const
 access element More...
 

Private Member Functions

 Const_row (const MatrixSquareBracketsAccess &t, I i)
 

Private Attributes

const I i
 
const MatrixSquareBracketsAccesst
 

Friends

class MatrixSquareBracketsAccess
 

Detailed Description

template<class T, class C, class I = unsigned, class J = unsigned>
class PLMD::MatrixSquareBracketsAccess< T, C, I, J >::Const_row

Small utility class which just contains a pointer to the T and the row number.

Constructor & Destructor Documentation

◆ Const_row()

template<class T , class C , class I , class J >
PLMD::MatrixSquareBracketsAccess< T, C, I, J >::Const_row::Const_row ( const MatrixSquareBracketsAccess t,
i 
)
private

Member Function Documentation

◆ operator[]()

template<class T , class C , class I , class J >
const C & PLMD::MatrixSquareBracketsAccess< T, C, I, J >::Const_row::operator[] ( j) const

access element

Friends And Related Function Documentation

◆ MatrixSquareBracketsAccess

template<class T , class C , class I = unsigned, class J = unsigned>
friend class MatrixSquareBracketsAccess
friend

Member Data Documentation

◆ i

template<class T , class C , class I = unsigned, class J = unsigned>
const I PLMD::MatrixSquareBracketsAccess< T, C, I, J >::Const_row::i
private

◆ t

template<class T , class C , class I = unsigned, class J = unsigned>
const MatrixSquareBracketsAccess& PLMD::MatrixSquareBracketsAccess< T, C, I, J >::Const_row::t
private

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