Abstract non Polymorphyc Matrix:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Member Functions | Private Attributes | Friends
Mx::Matrix_List_ColVal< E > Class Template Reference

Private class used to implement the list of values for each row. More...

#include <Matrix_List.h>

List of all members.

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.
m_val
 Value stored in the matrix.

Friends

class Matrix_List

Detailed Description

template<class E>
class Mx::Matrix_List_ColVal< E >

Private class used to implement the list of values for each row.

Definition at line 28 of file Matrix_List.h.


Constructor & Destructor Documentation

template<class E >
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.

template<class E >
Mx::Matrix_List_ColVal< E >::~Matrix_List_ColVal ( ) [inline]

Definition at line 38 of file Matrix_List.h.


Friends And Related Function Documentation

template<class E >
friend class Matrix_List [friend]

Definition at line 29 of file Matrix_List.h.


Member Data Documentation

template<class E >
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.

template<class E >
Mx::Matrix_List_ColVal< E >::m_val [private]

Value stored in the matrix.

Definition at line 32 of file Matrix_List.h.


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