#include <team_action.hh>
actions::TeamActionに対する継承グラフ
Public 型 | |
enum | TeamOperation { to_invite_character = 0x01, to_invitation_reply = 0x03, to_status = 0x09 } |
Public メソッド | |
TeamAction () | |
void | print_tag (std::ostream &os) const |
void | print_data (std::ostream &os) const |
void | process (packets::PacketVisitor &ph) |
void | make_invitation_reply (bool accept) |
virtual std::string & | get_data () |
virtual void | print (std::ostream &os) const |
template<typename T> | |
OutgoingPacket & | operator<< (T e) |
OutgoingPacket & | operator<< (std::string s) |
OutgoingPacket & | operator<< (char *b) |
OutgoingPacket & | operator<< (char c) |
void | set_data (std::string str) |
void | print_raw (std::ostream &os) const |
Static Public 変数 | |
static const int | op = 0x2f |
Protected 変数 | |
std::string | _data |
|
|
|
|
|
packets::DataPacketを再定義しています。 |
|
|
|
|
|
actions::UnknownActionで再定義されています。 |
|
actions::UnknownActionで再定義されています。 |
|
actions::UnknownActionで再定義されています。 |
|
packets::DataPacketを実装しています. 関数の呼び出しグラフ: ![]() |
|
packets::DataPacketを再定義しています。 関数の呼び出しグラフ: ![]() |
|
|
|
packets::OutgoingPacketを実装しています. |
|
packets::DataPacketを実装しています. |
|
|
|
|
|
|