GED 2006 (C++)
File detail
Source code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>GED 2006: gedconf.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<h1>gedconf.h File Reference</h1><code>#include <map></code><br>
<code>#include <vector></code><br>
<code>#include <xercesc/dom/DOM.hpp></code><br>
<p>
<a href="gedconf_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGedMacroCommand.html">GedMacroCommand</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGedConf.html">GedConf</a></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< std::string,<br>
std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="gedconf_8h.html#6e460c7e29e2723443bf404463544804">PluginDirsList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef PluginDirsList::iterator </td><td class="memItemRight" valign="bottom"><a class="el" href="gedconf_8h.html#bad9096a740522586d5978a8172655c8">PluginDirsListIterator</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">iterator for PluginDirsList <a href="#bad9096a740522586d5978a8172655c8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< std::string,<br>
std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="gedconf_8h.html#6e8e7e2c6bc24610c07a629511b31e71">MacroList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::vector< <a class="el" href="classGedMacroCommand.html">GedMacroCommand</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="gedconf_8h.html#25f0021c29607fd2364999be3a07dcae">CommandVector</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< std::string,<br>
<a class="el" href="gedconf_8h.html#25f0021c29607fd2364999be3a07dcae">CommandVector</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="gedconf_8h.html#fdf062ef46463a1659ca7b90310b78ab">MacroCommands</a></td></tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="25f0021c29607fd2364999be3a07dcae"></a><!-- doxytag: member="gedconf.h::CommandVector" ref="25f0021c29607fd2364999be3a07dcae" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::vector<<a class="el" href="classGedMacroCommand.html">GedMacroCommand</a>> <a class="el" href="gedconf_8h.html#25f0021c29607fd2364999be3a07dcae">CommandVector</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Vector containing squence of commands.
<p>
Definition at line <a class="el" href="gedconf_8h-source.html#l00084">84</a> of file <a class="el" href="gedconf_8h-source.html">gedconf.h</a>.
</div>
</div><p>
<a class="anchor" name="fdf062ef46463a1659ca7b90310b78ab"></a><!-- doxytag: member="gedconf.h::MacroCommands" ref="fdf062ef46463a1659ca7b90310b78ab" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::map<std::string, <a class="el" href="gedconf_8h.html#25f0021c29607fd2364999be3a07dcae">CommandVector</a>> <a class="el" href="gedconf_8h.html#fdf062ef46463a1659ca7b90310b78ab">MacroCommands</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Map containing macros. Key part of pair is macro name. Value part of pair is sequence of commands.
<p>
Definition at line <a class="el" href="gedconf_8h-source.html#l00091">91</a> of file <a class="el" href="gedconf_8h-source.html">gedconf.h</a>.
</div>
</div><p>
<a class="anchor" name="6e8e7e2c6bc24610c07a629511b31e71"></a><!-- doxytag: member="gedconf.h::MacroList" ref="6e8e7e2c6bc24610c07a629511b31e71" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::map<std::string, std::string> <a class="el" href="gedconf_8h.html#6e8e7e2c6bc24610c07a629511b31e71">MacroList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Map used for list of macro names. Key part of pair is the name. Value part of pair is the configuration file where it was found.
<p>
Definition at line <a class="el" href="gedconf_8h-source.html#l00029">29</a> of file <a class="el" href="gedconf_8h-source.html">gedconf.h</a>.
</div>
</div><p>
<a class="anchor" name="6e460c7e29e2723443bf404463544804"></a><!-- doxytag: member="gedconf.h::PluginDirsList" ref="6e460c7e29e2723443bf404463544804" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::map<std::string, std::string> <a class="el" href="gedconf_8h.html#6e460c7e29e2723443bf404463544804">PluginDirsList</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Map used for list of plugin directories. Key part of pair is the directory. Value part of pair is the configuration file where it was found.
<p>
Definition at line <a class="el" href="gedconf_8h-source.html#l00021">21</a> of file <a class="el" href="gedconf_8h-source.html">gedconf.h</a>.
</div>
</div><p>
<a class="anchor" name="bad9096a740522586d5978a8172655c8"></a><!-- doxytag: member="gedconf.h::PluginDirsListIterator" ref="bad9096a740522586d5978a8172655c8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef PluginDirsList::iterator <a class="el" href="gedconf_8h.html#bad9096a740522586d5978a8172655c8">PluginDirsListIterator</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
iterator for PluginDirsList
<p>
<p>
Definition at line <a class="el" href="gedconf_8h-source.html#l00022">22</a> of file <a class="el" href="gedconf_8h-source.html">gedconf.h</a>.
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>