|
MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
Public 成员函数 | |
| void | init (string_view command) |
| RC | next () |
Public 属性 | |
| TokenType | token_type |
| ObLsmCliCmdType | cmd |
| string | str |
Private 成员函数 | |
| bool | out_of_range () |
| void | skip_blank_space () |
| RC | parse_string (string &res) |
Private 属性 | |
| std::map< string, ObLsmCliCmdType > | token_map_ |
| string_view | command_ |
| size_t | p_ |