#include <parser_v4.h>
rcsc::rcg::ParserV4に対する継承グラフ
Public メソッド | |
int | version () const |
get supported rcg version | |
bool | parse (std::istream &is, Handler &handler) const |
parse input stream | |
bool | parseLine (const int n_line, const std::string &line, Handler &handler) const |
parse data line. |
int rcsc::rcg::ParserV4::version | ( | ) | const [inline, virtual] |
bool rcsc::rcg::ParserV4::parse | ( | std::istream & | is, | |
Handler & | handler | |||
) | const [virtual] |
parse input stream
is | reference to the imput stream (usually ifstream/gzifstream). | |
handler | reference to the rcg data handler. |
true,if | successfuly parsed. | |
false,if | incorrect format is detected. |
rcsc::rcg::Parserを実装しています。
bool rcsc::rcg::ParserV4::parseLine | ( | const int | n_line, | |
const std::string & | line, | |||
Handler & | handler | |||
) | const |
parse data line.
n_line | the number of total read line | |
line | the data string | |
handler | reference to the rcg data handler. |
true,if | successfuly parsed. | |
false,if | incorrect format is detected. |