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

cronous-interface.hxx

説明を見る。
00001 #ifndef CRONOUS_INTERFACE_HXX_
00002 # define CRONOUS_INTERFACE_HXX_
00003 
00004 # include "cronous-interface.hh"
00005 
00006 namespace environment
00007 {
00008   inline bool CronousInterface::get_attack_skills_enabled() const
00009   {
00010     return _attack_skills_enabled;
00011   }
00012   
00013   inline bool CronousInterface::get_support_skills_enabled() const
00014   {
00015     return _support_skills_enabled;
00016   }
00017 
00018   inline const std::string *CronousInterface::get_desired_hunt_course() const
00019   {
00020     return _desired_hunt_course;
00021   }
00022 
00023   inline int CronousInterface::get_desired_hunt_course_map_id() const
00024   {
00025     return _desired_hunt_course_map_id;
00026   }
00027 
00028   inline const std::string &CronousInterface::get_variable(const std::string &name)
00029   {
00030     return _variables[name];
00031   }
00032 
00033   inline const CronousInterface::ItemPrice &CronousInterface::get_personal_shop_item_price() const
00034   {
00035     return _personal_shop_item_price;
00036   }
00037 
00038   inline const std::string &CronousInterface::get_personal_shop_message() const
00039   {
00040     return _personal_shop_message;
00041   }
00042   
00043   inline void CronousInterface::set_personal_shop_message(const std::string &message)
00044   {
00045     _personal_shop_message = message;
00046   }
00047 }
00048 
00049 #endif

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