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 construtor creates a parser handle copy whithout copying the parser object.

    • cParser - BNF Parser
  2. to list
  3. - internal feature (not documented)
    BNFParser  :: BNFParser (  )
  4. to list