VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::Syntax::Syntax Class Referenceabstract

Display a syntax chart of command options. More...

#include <vici/vici.h>

Inheritance diagram for VICI::Syntax::Syntax:
VICI::stub::SyntaxStub

Public Member Functions

virtual ~Syntax ()
 virtual destructor
 
virtual void show (csr s)=0
 display the syntax chart for the supplied ebnf More...
 

Detailed Description

Display a syntax chart of command options.

The definition of the facade for libsyntax.

The implementation will display a syntax chart of command options, allowing the user to navigate between non-terminal nodes of the EBNF.

Member Function Documentation

virtual void VICI::Syntax::Syntax::show ( csr  s)
pure virtual

display the syntax chart for the supplied ebnf

Parameters
sthe EBNF to build the chart for.

Implemented in VICI::stub::SyntaxStub.


The documentation for this class was generated from the following file: