32#ifndef RCSC_RCG_PARSER_V3_H
33#define RCSC_RCG_PARSER_V3_H
66 Handler & handler )
const override;
79 bool parseData( std::istream & is,
89 bool parseShowInfo( std::istream & is,
99 bool parseMsgInfo( std::istream & is,
109 bool parsePlayMode( std::istream & is,
119 bool parseTeamInfo( std::istream & is,
129 bool parsePlayerType( std::istream & is,
139 bool parseServerParam( std::istream & is,
149 bool parsePlayerParam( std::istream & is,
abstract rcg data handler class.
Definition: handler.h:48
rcg v3 parser class
Definition: parser_v3.h:46
int version() const override
get supported rcg version
Definition: parser_v3.h:53
bool parse(std::istream &is, Handler &handler) const override
parse input stream
rcg stream parser interface class
Definition: parser.h:51
abstract rcg parser class Header File.
constexpr int REC_VERSION_3
version number
Definition: types.h:238