Browse
 
Tools
Rss Categories

LVGrammar::LVGrammar

Reference Number: AA-00863 Views: 5993 0 Rating/ Voters

Functions

  • LVGrammar()

    LVGrammar(GrammarLogCB log, void* userdata)

    LVGrammar(const LVGrammar& other)

Parameters

log

Error / warning reporting callback function pointer.

userdata

The logging callback function pointer.

  

other

Existing grammar object.

Remarks

The call back function need to have signature defined by GrammarLogCB.

See Also