X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBiblio_typedefs.h;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=2417d9d911dbca181c48f45d1aad26d31c9aa815;hp=18d345a475562ad76bfe86b7c79f819f37b802c4;hpb=5bb22d9498da67b2cc279b9c07271fb4c033ca39;p=lyx.git diff --git a/src/Biblio_typedefs.h b/src/Biblio_typedefs.h index 18d345a475..e69de29bb2 100644 --- a/src/Biblio_typedefs.h +++ b/src/Biblio_typedefs.h @@ -1,51 +0,0 @@ -// -*- C++ -*- -/** - * \file Biblio_typedef.h - * This file is part of LyX, the document processor. - * Licence details can be found in the file COPYING. - * - * \author Richard Heck - * - * Full author contact details are available in file CREDITS. - */ - -#ifndef BIBLIO_TYPEDEFS_H -#define BIBLIO_TYPEDEFS_H - -#include "support/docstring.h" -#include - -namespace lyx { -namespace biblio { - -/// Class to represent information about a BibTeX or -/// bibliography entry. -/// The keys are BibTeX fields, and the values are the -/// associated field values. -/// \param isBibTex false if this is from an InsetBibitem -/// \param allData the entire BibTeX entry, more or less -/// \param entryType the BibTeX entry type -class BibTeXInfo : public std::map { - public: - BibTeXInfo(); - BibTeXInfo(bool isBibTeX); - bool hasKey(docstring const & key); - bool isBibTeX; - docstring allData; - docstring entryType; -}; - -/* -class BibKeyList : public std::set { - public: - std::set keys; -} - -*/ - -/// First entry is the bibliography key, second the data -typedef std::map BibKeyList; - -} -} -#endif