#include <mapdef.h>
Public Member Functions | |
map_marker_spec (std::string _key, const std::string &mark) | |
map_marker_spec (std::string _key, const lua_datum &fn) | |
std::string | apply_transform (map_lines &map) |
Public Attributes | |
std::string | key |
std::string | marker |
std::auto_ptr< lua_datum > | lua_fn |
map_marker_spec::map_marker_spec | ( | std::string | _key, | |
const std::string & | mark | |||
) | [inline] |
map_marker_spec::map_marker_spec | ( | std::string | _key, | |
const lua_datum & | fn | |||
) | [inline] |
std::string map_marker_spec::apply_transform | ( | map_lines & | map | ) |
std::auto_ptr<lua_datum> map_marker_spec::lua_fn |