From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1details_1_1Row.html | 286 --------------------------------------- 1 file changed, 286 deletions(-) delete mode 100644 classyage_1_1details_1_1Row.html (limited to 'classyage_1_1details_1_1Row.html') diff --git a/classyage_1_1details_1_1Row.html b/classyage_1_1details_1_1Row.html deleted file mode 100644 index ddb21efc..00000000 --- a/classyage_1_1details_1_1Row.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -YAGE: yage::details::Row< Rows, Cols, Type > Class Template Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
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
 
- - - - - -

-Private Attributes

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

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
-
- -
-
-

Member Data Documentation

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