Shortcuts for common types
| 92 | |
| 93 | //Shortcuts for common types |
| 94 | bool ImageCacheWrap::getattribute_int(const std::string &name, int &val) |
| 95 | { |
| 96 | return m_cache->getattribute(name, val); |
| 97 | } |
| 98 | |
| 99 | bool ImageCacheWrap::getattribute_float(const std::string &name, float &val) |
| 100 | { |
nothing calls this directly
no test coverage detected