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

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

Public Member Functions

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

Private Member Functions

 Row (MatrixSquareBracketsAccess &t, I i)
 

Private Attributes

MatrixSquareBracketsAccesst
 
const I i
 

Friends

class MatrixSquareBracketsAccess
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

access element

Friends And Related Function Documentation

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

Member Data Documentation

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

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