Barracuda Application Server C/C++ Reference
NO
All Classes Functions Variables Typedefs Enumerations Enumerator Modules Pages
JParserIntf Struct Reference

Detailed Description

The JParserIntf interface class is the interface between the parser and an object that implements the JParserIntf interface.

#include <JParser.h>

Inheritance diagram for JParserIntf:

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...
 

Constructor & Destructor Documentation

◆ JParserIntf()

JParserIntf::JParserIntf ( JParserIntf_Service  s)

Create the callback interface object.

Parameters
sthe parser service callback function.