Matrix< T >::Row Class Reference

Helper class for array-like access - only for use in this class. More...

#include <Matrix.h>

Collaboration diagram for Matrix< T >::Row:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Row (Matrix *parent, size_t i)
T & operator[] (int j)


Detailed Description

template<typename T>
class Matrix< T >::Row

Helper class for array-like access - only for use in this class.

Definition at line 18 of file Matrix.h.


Constructor & Destructor Documentation

template<typename T >
Matrix< T >::Row::Row ( Matrix parent,
size_t  i 
) [inline]

Parameters:
parent pointer to parent matrix
i index of row in parent matrix

Definition at line 24 of file Matrix.h.


Member Function Documentation

template<typename T >
T& Matrix< T >::Row::operator[] ( int  j  )  [inline]

Parameters:
j index of column
Returns:
reference to value at parent[i][j]

Definition at line 29 of file Matrix.h.


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

Generated on Sun Nov 30 23:45:40 2008 for Modular Motion Processor by  doxygen 1.5.7.1