The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
gui2::tkey Struct Reference

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...
 

Detailed Description

Key type for the cache.

Definition at line 66 of file minimap.cpp.

Constructor & Destructor Documentation

gui2::tkey::tkey ( const int  w,
const int  h,
const std::string map_data 
)
inline

Definition at line 68 of file minimap.cpp.

Member Data Documentation

const int gui2::tkey::h

Height of the image.

Definition at line 77 of file minimap.cpp.

Referenced by gui2::operator<().

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

Width of the image.

Definition at line 74 of file minimap.cpp.

Referenced by gui2::operator<().


The documentation for this struct was generated from the following file: