From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- classyage_1_1TextureCache.html | 191 ----------------------------------------- 1 file changed, 191 deletions(-) delete mode 100644 classyage_1_1TextureCache.html (limited to 'classyage_1_1TextureCache.html') diff --git a/classyage_1_1TextureCache.html b/classyage_1_1TextureCache.html deleted file mode 100644 index 6b2e8426..00000000 --- a/classyage_1_1TextureCache.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - -YAGE: yage::TextureCache Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.1 -
-
Yet Another Game Engine
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
yage::TextureCache Class Reference
-
-
- -

#include <texturecache.h>

- - - - - - -

-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