From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- classyage_1_1TextureCache.html | 191 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 classyage_1_1TextureCache.html (limited to 'classyage_1_1TextureCache.html') diff --git a/classyage_1_1TextureCache.html b/classyage_1_1TextureCache.html new file mode 100644 index 00000000..5bbf9377 --- /dev/null +++ b/classyage_1_1TextureCache.html @@ -0,0 +1,191 @@ + + + + + + + +YAGE: yage::TextureCache Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage::TextureCache Class Reference
+
+
+ +

#include <texturecache.hpp>

+ + + + + + +

+Public Member Functions

 TextureCache ()
 
Texture getTexture (const std::string &texture_path)
 
+ + + +

+Private Attributes

std::unordered_map< std::string, Texturetexture_map_
 
+

Constructor & Destructor Documentation

+ +

◆ TextureCache()

+ +
+
+ + + + + +
+ + + + + + + +
yage::TextureCache::TextureCache ()
+
+default
+
+ +
+
+

Member Function Documentation

+ +

◆ getTexture()

+ +
+
+ + + + + + + + +
Texture yage::TextureCache::getTexture (const std::string & texture_path)
+
+ +
+
+

Member Data Documentation

+ +

◆ texture_map_

+ +
+
+ + + + + +
+ + + + +
std::unordered_map<std::string, Texture> yage::TextureCache::texture_map_
+
+private
+
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit