#include <serializer_v3.h>
rcsc::rcg::SerializerV3に対する継承グラフ
Public メソッド | |
~SerializerV3 () | |
destruct all | |
virtual std::ostream & | serializeHeader (std::ostream &os) |
write header | |
virtual std::ostream & | serializeParam (std::ostream &os, const std::string &msg) |
write parameter message | |
virtual std::ostream & | serialize (std::ostream &os, const server_params_t ¶m) |
write server param | |
virtual std::ostream & | serialize (std::ostream &os, const player_params_t &pparam) |
write player param | |
virtual std::ostream & | serialize (std::ostream &os, const player_type_t &type) |
write player type param | |
virtual std::ostream & | serialize (std::ostream &os, const dispinfo_t &disp) |
write dispinfo_t. | |
virtual std::ostream & | serialize (std::ostream &os, const showinfo_t &show) |
write showinfo_t. | |
virtual std::ostream & | serialize (std::ostream &os, const showinfo_t2 &show2) |
write showinfo_t2 | |
virtual std::ostream & | serialize (std::ostream &os, const short_showinfo_t2 &show2) |
write short_showinfo_t2. | |
virtual std::ostream & | serialize (std::ostream &os, const msginfo_t &msg) |
write message info | |
virtual std::ostream & | serialize (std::ostream &os, const Int16 board, const std::string &msg) |
write message info | |
virtual std::ostream & | serialize (std::ostream &os, const drawinfo_t &draw) |
write drawinfo_t | |
virtual std::ostream & | serialize (std::ostream &os, const char playmode) |
write playmode | |
virtual std::ostream & | serialize (std::ostream &os, const team_t &team_l, const team_t &team_r) |
write team info | |
virtual std::ostream & | serialize (std::ostream &os, const TeamT &team_l, const TeamT &team_r) |
write team info | |
virtual std::ostream & | serialize (std::ostream &os, const ShowInfoT &show) |
write ShowInfoT | |
virtual std::ostream & | serialize (std::ostream &os, const DispInfoT &disp) |
write DispInfoT |
std::ostream & rcsc::rcg::SerializerV3::serializeHeader | ( | std::ostream & | os | ) | [virtual] |
write header
os | reference to the output stream |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serializeParam | ( | std::ostream & | os, | |
const std::string & | msg | |||
) | [virtual] |
write parameter message
os | reference to the output stream | |
msg | server parameter message |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const server_params_t & | param | |||
) | [virtual] |
write server param
os | reference to the output stream |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const player_params_t & | pparam | |||
) | [virtual] |
write player param
os | reference to the output stream |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const player_type_t & | type | |||
) | [virtual] |
write player type param
os | reference to the output stream |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const dispinfo_t & | disp | |||
) | [virtual] |
write dispinfo_t.
os | reference to the output stream | |
disp | network byte order data |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const showinfo_t & | show | |||
) | [virtual] |
write showinfo_t.
os | reference to the output stream | |
show2 | network byte order data |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const showinfo_t2 & | show2 | |||
) | [virtual] |
write showinfo_t2
os | reference to the output stream | |
show2 | data to be output |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const short_showinfo_t2 & | show2 | |||
) | [virtual] |
write short_showinfo_t2.
os | reference to the output stream | |
show2 | network byte order data |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const msginfo_t & | msg | |||
) | [virtual] |
write message info
os | reference to the output stream |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const Int16 | board, | |||
const std::string & | msg | |||
) | [virtual] |
write message info
os | reference to the output stream | |
board | message board type | |
msg | message string |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const drawinfo_t & | draw | |||
) | [virtual] |
write drawinfo_t
os | reference to the output stream | |
draw | drawinfo_t variable |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const char | playmode | |||
) | [virtual] |
write playmode
os | reference to the output stream | |
playmode | play mode variable |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const team_t & | team_l, | |||
const team_t & | team_r | |||
) | [virtual] |
write team info
os | reference to the output stream | |
team_l | left team variable | |
team_r | right team variable |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const TeamT & | team_l, | |||
const TeamT & | team_r | |||
) | [virtual] |
write team info
os | reference to the output stream | |
team_l | left team variable | |
team_r | right team variable |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const ShowInfoT & | show | |||
) | [virtual] |
write ShowInfoT
os | reference to the output stream | |
show2 | network byte order data |
rcsc::rcg::Serializerを実装しています。
std::ostream & rcsc::rcg::SerializerV3::serialize | ( | std::ostream & | os, | |
const DispInfoT & | disp | |||
) | [virtual] |
write DispInfoT
os | reference to the output stream | |
disp | data to be written |
rcsc::rcg::Serializerを実装しています。