In file parser.h:

struct parser_arg

Pass parameters by reference to a parser.

Documentation

#parser_arg# is used to pass parameters to the bison parsers and get error codes and objects in return. If #status()# is true, then the #object()# returns a pointer to the object built during the parse process. If #status()# is false, then the #error()# returns a pointer to an Error object. Note that the #object()# mfunc returns a void pointer.

alphabetic index hierarchy of classes


generated by doc++