From 72b41042223bfe31d70df8a71a50e4ba5d4f674d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:02:37 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1details_1_1Row.html | 286 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create 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 new file mode 100644 index 00000000..a8546b59 --- /dev/null +++ b/classyage_1_1details_1_1Row.html @@ -0,0 +1,286 @@ + + + + + + +YAGE: yage::details::Row< Rows, Cols, Type > Class Template Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
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