From 8541563f716014241a878b968d73d0a0b00891cd Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 16 Nov 2017 16:33:28 +0000 Subject: Rebuilding documentation --- namespaceyage.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 75 insertions(+), 2 deletions(-) (limited to 'namespaceyage.html') diff --git a/namespaceyage.html b/namespaceyage.html index c4e0e85b..79e64713 100644 --- a/namespaceyage.html +++ b/namespaceyage.html @@ -94,7 +94,7 @@ $(document).ready(function(){initNavTree('namespaceyage.html','');}); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages + All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
@@ -138,6 +138,12 @@ Classes   class  IoManager   +class  Logger +  +class  LogMessage +  +class  LogSink +  class  ResourceManager   class  Sprite @@ -191,6 +197,10 @@ Classes   class  RigidBody   +class  Active +  +class  SyncQueue +  @@ -227,8 +237,12 @@ Enumerations

Typedefs

+ + + + @@ -497,6 +511,65 @@ Functions

This is only there to initialize glfw.

Returns
Returns true if the initialization was successful.
+ + + +
+
+

Functions

LogSink makeConsoleSink ()
 
int decodePNG (std::vector< unsigned char > &out_image, unsigned long &image_width, unsigned long &image_height, const unsigned char *in_png, size_t in_size, bool convert_to_rgba32)
 
void key_callback (GLFWwindow *window, int key, int scanCode, int action, int mods)
 
template<int M, int N, class T >
Matrix< M, N, T > operator+ (Matrix< M, N, T > lhs, const Matrix< M, N, T > &rhs)
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void yage::key_callback (GLFWwindow * window,
int key,
int scanCode,
int action,
int mods 
)
+
+ +
+ + +
+
+ + + + + + + +
LogSink yage::makeConsoleSink ()
+
+
@@ -829,7 +902,7 @@ template<int M, int N, class T >