Public Member Functions | |
value () | |
value (const value &a) | |
value (const char *filename) | |
value (const std::string &filename) | |
value (const std::string &filename, const std::string &modifications) | |
value (const std::string &filename, const map_location &loc, int center_x, int center_y, const std::string &modifications) | |
bool | operator== (const value &a) const |
bool | operator< (const value &a) const |
Public Attributes | |
type | type_ |
std::string | filename_ |
map_location | loc_ |
std::string | modifications_ |
int | center_x_ |
int | center_y_ |
image::locator::value::value | ( | const std::string & | filename | ) |
image::locator::value::value | ( | const std::string & | filename, |
const std::string & | modifications | ||
) |
image::locator::value::value | ( | const std::string & | filename, |
const map_location & | loc, | ||
int | center_x, | ||
int | center_y, | ||
const std::string & | modifications | ||
) |
bool image::locator::value::operator< | ( | const value & | a | ) | const |
Definition at line 353 of file image.cpp.
References center_x_, center_y_, image::locator::FILE, filename_, filename_, loc_, loc_, modifications_, image::locator::SUB_FILE, and type_.
bool image::locator::value::operator== | ( | const value & | a | ) | const |
Definition at line 338 of file image.cpp.
References center_x_, center_y_, image::locator::FILE, filename_, filename_, loc_, loc_, modifications_, image::locator::SUB_FILE, and type_.
int image::locator::value::center_x_ |
Definition at line 59 of file image.hpp.
Referenced by image::locator::get_center_x(), image::hash_value(), operator<(), and operator==().
int image::locator::value::center_y_ |
Definition at line 60 of file image.hpp.
Referenced by image::locator::get_center_y(), image::hash_value(), operator<(), and operator==().
std::string image::locator::value::filename_ |
Definition at line 56 of file image.hpp.
Referenced by image::locator::file_exists(), image::locator::get_filename(), image::hash_value(), operator<(), operator==(), and image::locator::parse_arguments().
map_location image::locator::value::loc_ |
Definition at line 57 of file image.hpp.
Referenced by image::locator::get_loc(), image::hash_value(), operator<(), and operator==().
std::string image::locator::value::modifications_ |
Definition at line 58 of file image.hpp.
Referenced by image::locator::get_modifications(), image::hash_value(), image::locator::locator(), operator<(), operator==(), and image::locator::parse_arguments().
type image::locator::value::type_ |
Definition at line 55 of file image.hpp.
Referenced by image::locator::get_type(), image::hash_value(), image::locator::is_void(), image::locator::locator(), operator<(), operator==(), and image::locator::parse_arguments().