company logo

BNFParser :: BNFParser - Constructor

The function creates an "empty" parser object.

Implementation overview

Implementation details

  1. Copy constructor
    BNFParser  :: BNFParser ( odaba::BNFParser &cParser )

    The constructor creates a parser handle copy without copying the parser object. Copies are managed by reference count.

    • cParser - BNF Parser
  2. to list
  3. Create default parser
    BNFParser  :: BNFParser (  )

    The constructor creates an empty parser (without rules).

  4. to list