Abstract non Polymorphyc Matrix:
|
Private class used to implement the list of values for each row. More...
#include <Matrix_List.h>
Public Member Functions | |
~Matrix_List_ColVal () | |
Private Member Functions | |
Matrix_List_ColVal (unsigned col, const E &val) | |
Constructor. | |
Private Attributes | |
unsigned | m_col |
Column o the value stored in the matrix. | |
E | m_val |
Value stored in the matrix. | |
Friends | |
class | Matrix_List |
Private class used to implement the list of values for each row.
Definition at line 28 of file Matrix_List.h.
Mx::Matrix_List_ColVal< E >::Matrix_List_ColVal | ( | unsigned | col, |
const E & | val | ||
) | [inline, private] |
Constructor.
Definition at line 35 of file Matrix_List.h.
Mx::Matrix_List_ColVal< E >::~Matrix_List_ColVal | ( | ) | [inline] |
Definition at line 38 of file Matrix_List.h.
friend class Matrix_List [friend] |
Definition at line 29 of file Matrix_List.h.
Mx::Matrix_List_ColVal< E >::m_col [private] |
Column o the value stored in the matrix.
Definition at line 31 of file Matrix_List.h.
Mx::Matrix_List_ColVal< E >::m_val [private] |
Value stored in the matrix.
Definition at line 32 of file Matrix_List.h.