#include <mapmark.h>


Public Member Functions | |
| map_feature_marker (const coord_def &pos=coord_def(0, 0), dungeon_feature_type feat=DNGN_UNSEEN) | |
| map_feature_marker (const map_feature_marker &other) | |
| void | write (writer &) const |
| void | read (reader &) |
| std::string | debug_describe () const |
| map_marker * | clone () const |
Static Public Member Functions | |
| static map_marker * | read (reader &, map_marker_type) |
| static map_marker * | parse (const std::string &s, const std::string &) throw (std::string) |
Public Attributes | |
| dungeon_feature_type | feat |
| map_feature_marker::map_feature_marker | ( | const coord_def & | pos = coord_def(0, 0), |
|
| dungeon_feature_type | feat = DNGN_UNSEEN | |||
| ) |
| map_feature_marker::map_feature_marker | ( | const map_feature_marker & | other | ) |
| void map_feature_marker::write | ( | writer & | outf | ) | const [virtual] |
| void map_feature_marker::read | ( | reader & | inf | ) | [virtual] |
| std::string map_feature_marker::debug_describe | ( | ) | const [virtual] |
| map_marker * map_feature_marker::clone | ( | ) | const [virtual] |
| map_marker * map_feature_marker::read | ( | reader & | inf, | |
| map_marker_type | ||||
| ) | [static] |

| map_marker * map_feature_marker::parse | ( | const std::string & | s, | |
| const std::string & | ||||
| ) | throw (std::string) [static] |

1.5.6