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_1TextureCache.html | 228 ----------------------------------------- 1 file changed, 228 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 c90c676b..00000000 --- a/classyage_1_1TextureCache.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - -YAGE: yage::TextureCache Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
yage::TextureCache Class Reference
-
-
- -

#include <texturecache.h>

- - - - - - - - -

-Public Member Functions

 TextureCache ()=default
 
Texture getTexture (const std::string &texture_path)
 
Texture getTextureFromSpriteSheet ()
 
- - - -

-Private Attributes

std::unordered_map
-< std::string, Texture
texture_map_
 
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
yage::TextureCache::TextureCache ()
-
-default
-
- -
-
-

Member Function Documentation

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

Member Data Documentation

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