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

transfer_item.hh

説明を見る。
00001 #ifndef TRANSFER_ITEM_HH_
00002 # define TRANSFER_ITEM_HH_
00003 
00004 # include "outgoing-packet.hh"
00005 # include "packets_fwd.hh"
00006 
00007 namespace actions
00008 {
00009   class TransferItem : public packets::OutgoingPacket
00010   {
00011   public:
00012     TransferItem(int src_id, int dst_id);
00013 
00014     const static int op = 0x1d;
00015 
00016     void print_tag(std::ostream &os) const;
00017     void print_data(std::ostream &os) const;
00018     void process(packets::PacketVisitor &ph);
00019 
00020     int get_src_item_id() const;
00021     int get_dst_item_id() const;
00022 
00023   protected:
00024     int _src_item_id;
00025     int _dst_item_id;
00026   };
00027 }
00028 
00029 #endif

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