メインページ | ネームスペース一覧 | クラス階層 | アルファベット順一覧 | 構成 | ファイル一覧 | ネームスペースメンバ | 構成メンバ | ファイルメンバ

map_node.hh

説明を見る。
00001 #ifndef MAP_NODE_HH_
00002 # define MAP_NODE_HH_
00003 
00004 namespace objects
00005 {
00006   class MapNode
00007   {
00008   public:
00009     MapNode(int x, int y, int z, bool secure = false);
00010     ~MapNode();
00011 
00012     int get_x() const;
00013     int get_y() const;
00014     int get_z() const;
00015     bool get_secure() const;
00016 
00017   protected:
00018     int _x;
00019     int _y;
00020     int _z;
00021     bool _secure;
00022   };
00023 }
00024 
00025 # include "map_node.hxx"
00026 
00027 #endif

Cronous Emulatorに対してWed Aug 17 06:01:48 2005に生成されました。  doxygen 1.4.2-20050421