#include <assign_status.hh>
actions::AssignStatusに対する継承グラフ
Public 型 | |
enum | Status { status_str = 1, status_dex, status_sta, status_int } |
Public メソッド | |
AssignStatus (Status status) | |
void | print_tag (std::ostream &os) const |
void | print_data (std::ostream &os) const |
void | process (packets::PacketVisitor &ph) |
Status | get_status () const |
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 = 0x11 |
Protected 変数 | |
Status | _status |
std::string | _data |
|
|
|
|
|
packets::DataPacketを再定義しています。 |
|
|
|
|
|
actions::UnknownActionで再定義されています。 |
|
actions::UnknownActionで再定義されています。 |
|
actions::UnknownActionで再定義されています。 |
|
packets::DataPacketを実装しています. 関数の呼び出しグラフ: ![]() |
|
packets::DataPacketを再定義しています。 |
|
|
|
packets::OutgoingPacketを実装しています. |
|
packets::DataPacketを実装しています. |
|
|
|
|
|
|
|
|