#include <parser_v2.h>
rcsc::rcg::ParserV2に対する継承グラフ
Public メソッド | |
int | version () const |
get supported rcg version | |
bool | parse (std::istream &is, Handler &handler) const |
parse input stream. hander will handle each data block. |
int rcsc::rcg::ParserV2::version | ( | ) | const [inline, virtual] |
bool rcsc::rcg::ParserV2::parse | ( | std::istream & | is, | |
Handler & | handler | |||
) | const [virtual] |
parse input stream. hander will handle each data block.
is | reference to the imput stream (usually ifstream). | |
handler | reference to the rcg data handler. |
true | if successfuly parsed. | |
false | if incorrect format is detected. |
rcsc::rcg::Parserを実装しています。