Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
The basic parser uses virtual functions. To declare your user-defined parser, derive from __basic_parser__ and implement all the required virtual functions. A declaration for the derived class may look like this:基本解析器使用虚函数。要声明自定义解析器,需要从 __basic_parser__ 派生并实现所有必需的虚函数。派生类的声明大致如下: