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

character_available.hh

説明を見る。
00001 #ifndef CHARACTER_AVAILABLE_HH_
00002 # define CHARACTER_AVAILABLE_HH_
00003 
00004 # include <string>
00005 
00006 namespace objects
00007 {
00008   class CharacterAvailable
00009   {
00010   public:
00011     CharacterAvailable(std::string name, int level);
00012     ~CharacterAvailable();
00013 
00014     std::string get_name();
00015     int get_level();
00016 
00017   public:
00018     std::string _name;
00019     int _level;
00020   };
00021 };
00022 
00023 #endif

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