#include <C4RoundResults.h>
Public Member Functions | |
| C4PacketLeagueRoundResults ()=default | |
| C4PacketLeagueRoundResults (const char *szResultsString, bool fSuccess, const C4RoundResultsPlayers &Players) | |
| C4PacketLeagueRoundResults (const char *szResultsString, bool fSuccess) | |
| void | CompileFunc (StdCompiler *pComp) override |
| C4NetIOPacket | pack (const C4NetIO::addr_t &addr=C4NetIO::addr_t()) const |
| C4NetIOPacket | pack (uint8_t cStatus, const C4NetIO::addr_t &addr=C4NetIO::addr_t()) const |
| void | unpack (const C4NetIOPacket &Pkt, char *pStatus=nullptr) |
Public Attributes | |
| C4RoundResultsPlayers | Players |
| StdCopyStrBuf | sResultsString |
| bool | fSuccess {false} |
Definition at line 213 of file C4RoundResults.h.
|
default |
|
inline |
Definition at line 221 of file C4RoundResults.h.
|
inline |
Definition at line 222 of file C4RoundResults.h.
|
overridevirtual |
Implements C4PacketBase.
Definition at line 442 of file C4RoundResults.cpp.
References fSuccess, mkNamingAdapt(), Players, sResultsString, and StdCompiler::Value().
|
inherited |
Definition at line 150 of file C4Packet2.cpp.
Referenced by MkC4NetIOPacket().
|
inherited |
Definition at line 155 of file C4Packet2.cpp.
References mkDecompileAdapt(), and mkInsertAdapt().
|
inherited |
Definition at line 160 of file C4Packet2.cpp.
References C4NetIOPacket::getPBuf(), C4NetIOPacket::getRef(), and C4NetIOPacket::getStatus().
Referenced by C4IDPacket::C4IDPacket(), and C4Network2IO::HandlePacket().
| bool C4PacketLeagueRoundResults::fSuccess {false} |
Definition at line 218 of file C4RoundResults.h.
Referenced by CompileFunc().
| C4RoundResultsPlayers C4PacketLeagueRoundResults::Players |
Definition at line 216 of file C4RoundResults.h.
Referenced by CompileFunc().
| StdCopyStrBuf C4PacketLeagueRoundResults::sResultsString |
Definition at line 217 of file C4RoundResults.h.
Referenced by CompileFunc().