|
Barracuda Application Server C/C++ Reference
NO
|
The JParserIntf interface class is the interface between the parser and an object that implements the JParserIntf interface.
#include <JParser.h>

Public Member Functions | |
| JParserIntf (JParserIntf_Service s) | |
| Create the callback interface object. More... | |
| int | serviceCB (JParserVal *v, int recLevel) |
| Calling the JParserIntf service function is typically performed in a design using a chained parser callback interface. More... | |
| JParserIntf::JParserIntf | ( | JParserIntf_Service | s | ) |
Create the callback interface object.
| s | the parser service callback function. |