Collaboration diagram for PreLoadedTextures:Public Member Functions | |
| PreLoadedTexture | find (const std::string &name) |
| void | add (const std::string &name, const PreLoadedTexture &t) |
| void | printStats (std::ostream &to) const |
Public Attributes | |
| std::unordered_map< std::string, PreLoadedTexture > | pool |
| std::unordered_set< std::string > | missed |
| void PreLoadedTextures::add | ( | const std::string & | name, |
| const PreLoadedTexture & | t ) |
References pool.
Referenced by NodeVisuals::fillNodeVisuals().
Here is the caller graph for this function:| PreLoadedTexture PreLoadedTextures::find | ( | const std::string & | name | ) |
| void PreLoadedTextures::printStats | ( | std::ostream & | to | ) | const |
References missed, pool, and PreLoadedTexture::used.
Referenced by NodeVisuals::fillNodeVisuals().
Here is the caller graph for this function:| std::unordered_set<std::string> PreLoadedTextures::missed |
Referenced by find(), and printStats().
| std::unordered_map<std::string, PreLoadedTexture> PreLoadedTextures::pool |
Referenced by add(), find(), and printStats().