/[ghosts]/ghosts/gedcomparser/doc/reference/Parser.html
ViewVC logotype

Diff of /ghosts/gedcomparser/doc/reference/Parser.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by cpcp, Tue Aug 13 21:09:01 2002 UTC revision 1.2.2.1 by cpcp, Sun Aug 18 19:49:20 2002 UTC
# Line 13  Line 13 
13  <DL>  <DL>
14  <P><DL>  <P><DL>
15  <DT><H3>Public Methods</H3><DD><DT>  <DT><H3>Public Methods</H3><DD><DT>
16  <IMG ALT="[more]" BORDER=0 SRC=icon1.png> <B><A HREF="#DOC.2.2.1.1">Parser</A></B>(GEDCOMParser::GEDCOMFactory const*  factory, <!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A>*  lineage = 0)  <IMG ALT="[more]" BORDER=0 SRC=icon1.png> <B><A HREF="#DOC.2.1.1.1">Parser</A></B>(GEDCOMParser::GEDCOMFactory const*  factory, <!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A>*  lineage = 0)
17  <DD><I>Constructor </I>  <DD><I>Constructor </I>
18  <DT>  <DT>
19  <IMG ALT="[more]" BORDER=0 SRC=icon1.png>void <B><A HREF="#DOC.2.2.1.2">Parse</A></B>(std::string const &amp;filename, int debug = 0)  <IMG ALT="[more]" BORDER=0 SRC=icon1.png>void <B><A HREF="#DOC.2.1.1.2">Parse</A></B>(std::string const &amp;filename, int debug = 0)
20  <DD><I>execute the parsing </I>  <DD><I>execute the parsing </I>
21  <DT>  <DT>
22  <IMG ALT="[more]" BORDER=0 SRC=icon1.png><!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A> const* <B><A HREF="#DOC.2.2.1.3">getLineageLinkageGedcom</A></B>(void) const  <IMG ALT="[more]" BORDER=0 SRC=icon1.png><!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A> const* <B><A HREF="#DOC.2.1.1.3">getLineageLinkageGedcom</A></B>(void) const
23  <DD><I>get the lineage linkage GEDCOM structure after the parsing </I>  <DD><I>get the lineage linkage GEDCOM structure after the parsing </I>
24  </DL></P>  </DL></P>
25    
# Line 32  Line 32 
32  <DL>  <DL>
33    
34  <A NAME="Parser"></A>  <A NAME="Parser"></A>
35  <A NAME="DOC.2.2.1.1"></A>  <A NAME="DOC.2.1.1.1"></A>
36  <DT><IMG ALT="o" BORDER=0 SRC=icon2.png><TT><B> Parser(GEDCOMParser::GEDCOMFactory const*  factory, <!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A>*  lineage = 0)</B></TT>  <DT><IMG ALT="o" BORDER=0 SRC=icon2.png><TT><B> Parser(GEDCOMParser::GEDCOMFactory const*  factory, <!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A>*  lineage = 0)</B></TT>
37  <DD>Constructor  <DD>Constructor
38  <DL><DT><DT><B>Parameters:</B><DD><B>factory</B> -  is the factory used to build the structure during the parsing  <DL><DT><DT><B>Parameters:</B><DD><B>factory</B> -  is the factory used to build the structure during the parsing
39  <BR><B>lineage</B> -  is the GEDCOM lineage transmission used to store the parsed structures ; if lineage is not initialized by the constructor, a new object will be created ; otherwise the passed object will be modified<BR><DD></DL><P>  <BR><B>lineage</B> -  is the GEDCOM lineage transmission used to store the parsed structures ; if lineage is not initialized by the constructor, a new object will be created ; otherwise the passed object will be modified<BR><DD></DL><P>
40  <A NAME="Parse"></A>  <A NAME="Parse"></A>
41  <A NAME="DOC.2.2.1.2"></A>  <A NAME="DOC.2.1.1.2"></A>
42  <DT><IMG ALT="o" BORDER=0 SRC=icon2.png><TT><B>void Parse(std::string const &amp;filename, int debug = 0)</B></TT>  <DT><IMG ALT="o" BORDER=0 SRC=icon2.png><TT><B>void Parse(std::string const &amp;filename, int debug = 0)</B></TT>
43  <DD>execute the parsing  <DD>execute the parsing
44  <DL><DT><DT><B>Parameters:</B><DD><B>filename</B> -  identifies the file to parse  <DL><DT><DT><B>Parameters:</B><DD><B>filename</B> -  identifies the file to parse
45  <BR><B>debug</B> -  : if set to 1, the execution will output its operations on stderr <BR><DD></DL><P>  <BR><B>debug</B> -  : if set to 1, the execution will output its operations on stderr <BR><DD></DL><P>
46  <A NAME="getLineageLinkageGedcom"></A>  <A NAME="getLineageLinkageGedcom"></A>
47  <A NAME="DOC.2.2.1.3"></A>  <A NAME="DOC.2.1.1.3"></A>
48  <DT><IMG ALT="o" BORDER=0 SRC=icon2.png><TT><B><!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A> const* getLineageLinkageGedcom(void) const </B></TT>  <DT><IMG ALT="o" BORDER=0 SRC=icon2.png><TT><B><!1><A HREF="LineageLinkageGedcom.html">GEDCOMParser::LineageLinkageGedcom</A> const* getLineageLinkageGedcom(void) const </B></TT>
49  <DD>get the lineage linkage GEDCOM structure after the parsing  <DD>get the lineage linkage GEDCOM structure after the parsing
50  <DL><DT><DT><B>Returns:</B><DD>  a LineageLinkageGedcom object<BR><DD></DL><P></DL>  <DL><DT><DT><B>Returns:</B><DD>  a LineageLinkageGedcom object<BR><DD></DL><P></DL>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26