因此,如果任何给定对象的创建失败了,那么不必担心,只要能够继续遍历要恢复的对象的列表。
That is, don't worry if any given object creation fails as long as progress is being made per iteration through the list of objects to be restored.
这就是测试程序访问消息列表的方式;对yyparse() 进行调用返回的只是成功或失败的标志,而 不是它可能已经创建的任何对象。
This is how the test program gets access to the list of messages; the call to yyparse() returns only a success or failure indication, not any objects it may have created.
这就是测试程序访问消息列表的方式;对yyparse() 进行调用返回的只是成功或失败的标志,而 不是它可能已经创建的任何对象。
This is how the test program gets access to the list of messages; the call to yyparse() returns only a success or failure indication, not any objects it may have created.
应用推荐