From 926a268b9a8d80f5d22b51a741d2ffbd8e898496 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:35:17 +0100 Subject: Updating docs --- classyage_1_1math_1_1detail_1_1Row.html | 271 -------------------------------- 1 file changed, 271 deletions(-) delete mode 100644 classyage_1_1math_1_1detail_1_1Row.html (limited to 'classyage_1_1math_1_1detail_1_1Row.html') diff --git a/classyage_1_1math_1_1detail_1_1Row.html b/classyage_1_1math_1_1detail_1_1Row.html deleted file mode 100644 index 90527ce6..00000000 --- a/classyage_1_1math_1_1detail_1_1Row.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - -YAGE: yage::math::detail::Row< Rows, Cols, Type > Class Template Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.1 -
-
Yet Another Game Engine
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
yage::math::detail::Row< Rows, Cols, Type > Class Template Reference
-
-
- -

#include <matrix.hpp>

- - - - - - - - -

-Public Member Functions

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

-Private Attributes

Matrix< Rows, Cols, Type > * parent_
 
int index_
 
-

Constructor & Destructor Documentation

- -

◆ Row()

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

Member Function Documentation

- -

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

Member Data Documentation

- -

◆ index_

- -
-
-
-template<int Rows, int Cols, class Type>
- - - - - -
- - - - -
int yage::math::detail::Row< Rows, Cols, Type >::index_
-
-private
-
- -
-
- -

◆ parent_

- -
-
-
-template<int Rows, int Cols, class Type>
- - - - - -
- - - - -
Matrix<Rows, Cols, Type>* yage::math::detail::Row< Rows, Cols, Type >::parent_
-
-private
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit