Darc Library  2012.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
darc::core::Storage< T, M, 0 > Struct Template Reference

Storage with variable number of columns. More...

#include <cr_matrix.h>

List of all members.

Public Member Functions

 Storage ()
operator() (int _m, int _n) const
T & operator() (int _m, int _n)

Detailed Description

template<typename T, int M>
struct darc::core::Storage< T, M, 0 >

Storage with variable number of columns.


Constructor & Destructor Documentation

template<typename T , int M>
darc::core::Storage< T, M, 0 >::Storage ( ) [inline]

Member Function Documentation

template<typename T , int M>
T darc::core::Storage< T, M, 0 >::operator() ( int  _m,
int  _n 
) const [inline]
template<typename T , int M>
T& darc::core::Storage< T, M, 0 >::operator() ( int  _m,
int  _n 
) [inline]

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