#include <Base.h>
Inheritance diagram for Base:


| Public Member Functions | |
| Base (Map &) | |
| ~Base () | |
| mapobject_t | GetType () | 
| long | get_property (const std::string &) | 
Definition at line 7 of file Base.h.
| mapobject_t Base::GetType | ( | ) |  [inline, virtual] | 
Implements MapObject.
Definition at line 13 of file Base.h.
References MAPOBJECT_BASE.
00013 { return MAPOBJECT_BASE; }
| long Base::get_property | ( | const std::string & | ) |  [virtual] | 
 1.3.6
 
1.3.6