Version 6.3
Copyright © 2005 - 2012 Lowell D. Thomas
APG
  … ABNF Parser Generator
All Data Structures Files Functions Variables Typedefs Macros Pages
CppDemoCallbacks.cpp File Reference

All of the user-written functions for the rule and UDT callback functions. More...

#include "Apg.h"
#include "ApgUtilities.h"
#include "CppDemo.h"
#include <iostream>

Go to the source code of this file.

Detailed Description

All of the user-written functions for the rule and UDT callback functions.

These functions have all been set up through initial cut-and-paste from the comments generated by the parser generator. See the "PARSER HELPER" comments at the end of CppDemo.cpp. These comments have been automatically generated by apg expressly for the purpose of easily getting a new C++ parser up and running. Take a look at the comments and the code in this file to see how that might be done.

Definition in file CppDemoCallbacks.cpp.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/licenses.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.