Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
yage::details::Row< Rows, Cols, Type > Class Template Reference

#include <matrix.h>

Public Member Functions

 Row (Matrix< Rows, Cols, Type > *parent, int index)
 
Type & operator[] (int col)
 
const Type & operator[] (int col) const
 

Constructor & Destructor Documentation

template<int Rows, int Cols, class Type >
yage::details::Row< Rows, Cols, Type >::Row ( Matrix< Rows, Cols, Type > *  parent,
int  index 
)
inline

Member Function Documentation

template<int Rows, int Cols, class Type >
Type& yage::details::Row< Rows, Cols, Type >::operator[] ( int  col)
inline
template<int Rows, int Cols, class Type >
const Type& yage::details::Row< Rows, Cols, Type >::operator[] ( int  col) const
inline

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