gedconf.h File Reference

#include <map>
#include <vector>
#include <xercesc/dom/DOM.hpp>

Go to the source code of this file.

Classes

class  GedMacroCommand
class  GedConf

Typedefs

typedef std::map< std::string,
std::string > 
PluginDirsList
typedef PluginDirsList::iterator PluginDirsListIterator
 iterator for PluginDirsList
typedef std::map< std::string,
std::string > 
MacroList
typedef std::vector< GedMacroCommandCommandVector
typedef std::map< std::string,
CommandVector
MacroCommands


Typedef Documentation

typedef std::vector<GedMacroCommand> CommandVector

Vector containing squence of commands.

Definition at line 84 of file gedconf.h.

typedef std::map<std::string, CommandVector> MacroCommands

Map containing macros. Key part of pair is macro name. Value part of pair is sequence of commands.

Definition at line 91 of file gedconf.h.

typedef std::map<std::string, std::string> MacroList

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.

Definition at line 29 of file gedconf.h.

typedef std::map<std::string, std::string> PluginDirsList

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.

Definition at line 21 of file gedconf.h.

typedef PluginDirsList::iterator PluginDirsListIterator

iterator for PluginDirsList

Definition at line 22 of file gedconf.h.


Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by  doxygen 1.5.2