24 #ifndef RESOURCES_MAP_TILESET_H
25 #define RESOURCES_MAP_TILESET_H
46 ImageSet(img, w, h, margin, spacing),
73 const std::map<std::string, std::string>::const_iterator
83 static_cast<int>(
sizeof(
Tileset));
84 const std::map<std::string, std::string>::const_iterator it_end =
86 std::map<std::string, std::string>::const_iterator it =
90 sz +=
static_cast<int>((*it).first.capacity() +
91 (*it).second.capacity());
int calcMemoryLocal() const
void setEmpty(const bool b)
std::map< std::string, std::string > mProperties
Tileset(Image *const img, const int w, const int h, const int firstGid, const int margin, const int spacing)
int calcMemoryLocal() const
void setProperties(const std::map< std::string, std::string > &props)
std::string getProperty(const std::string &name)
#define A_DELETE_COPY(func)