#include <personal_shop_info.hh>
infos::PersonalShopInfoに対する継承グラフ
Public 型 | |
enum | PersonalShopOperation { pso_item_added = 0x0a, pso_opened = 0x0c, pso_end_of_item_list = 0x0d, pso_closed = 0x11, pso_psersonal_shop_status = 0x14, pso_item_price = 0x15, pso_item_sold = 0x16 } |
Public メソッド | |
PersonalShopInfo (int size=18) | |
void | print_tag (std::ostream &os) const |
void | print_data (std::ostream &os) const |
void | process (packets::PacketVisitor &ph) |
int | get_personal_shop_operation () const |
int | get_character_id () const |
int | get_item_id () const |
int | get_status () const |
int | get_count () const |
int | get_price () const |
int | get_size () |
virtual void | check_size () |
virtual void | print (std::ostream &os) const |
std::string & | get_data () |
void | set_data (std::string str) |
void | print_raw (std::ostream &os) const |
Static Public 変数 | |
static const int | op = 0x59 |
Protected 変数 | |
int | _size |
std::string | _data |
|
|
|
|
|
infos::CharactersAvailable, と infos::Newsで再定義されています。 |
|
|
|
|
|
packets::OutgoingPacketで再定義されています。 |
|
|
|
|
|
|
|
|
|
|
|
packets::DataPacketを実装しています. 関数の呼び出しグラフ: ![]() |
|
packets::DataPacketを再定義しています。 関数の呼び出しグラフ: ![]() |
|
|
|
packets::IncomingPacketを実装しています. |
|
packets::DataPacketを実装しています. |
|
|
|
|
|
|
|
|