| 24 |
|
|
| 25 |
#include "GEDCOMParser/GEDCOMFactory.hh" |
#include "GEDCOMParser/GEDCOMFactory.hh" |
| 26 |
#include "GEDCOMParser/LineageLinkageGedcom.hh" |
#include "GEDCOMParser/LineageLinkageGedcom.hh" |
| 27 |
|
#include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh" |
| 28 |
#include <stdio.h> |
#include <stdio.h> |
| 29 |
|
|
| 30 |
typedef struct { |
typedef struct { |
| 41 |
|
|
| 42 |
#define YYERROR_VERBOSE 1 |
#define YYERROR_VERBOSE 1 |
| 43 |
|
|
| 44 |
void GedcomParse(std::string const &filename, GEDCOMParser::LineageLinkageGedcom * const lineage, GEDCOMParser::GEDCOMFactory const * const factory, int debug); |
void GedcomParse(std::string const &filename, GEDCOMParser::LineageLinkageGedcom * const lineage, GEDCOMParser::GEDCOMFactory const * const factory, int debug, GEDCOMParser::ParseErrorManagement::ParseErrorManager * parse_error_manager); |
| 45 |
|
|
| 46 |
GEDCOMParser::LineageLinkageGedcom * get_lineage_linkage_gedcom(void); |
GEDCOMParser::LineageLinkageGedcom * get_lineage_linkage_gedcom(void); |
| 47 |
|
|