Key type for the cache. More...
Public Member Functions | |
tkey (const int w, const int h, const std::string &map_data) | |
Public Attributes | |
const int | w |
Width of the image. More... | |
const int | h |
Height of the image. More... | |
const std::string | map_data |
The data used to generate the image. More... | |
Key type for the cache.
Definition at line 66 of file minimap.cpp.
|
inline |
Definition at line 68 of file minimap.cpp.
const int gui2::tkey::h |
const std::string gui2::tkey::map_data |
The data used to generate the image.
Definition at line 80 of file minimap.cpp.
Referenced by gui2::operator<().
const int gui2::tkey::w |