76 const QCString &anchor,
79 const Definition *def);
80 void addIndexItem(
const Definition *context,
const MemberDef *md,
81 const QCString §ionAnchor,
const QCString &title);
91 std::unique_ptr<Private>
p;
The common base class of all entity definitions found in the sources.
void addImageFile(const QCString &)
void addIndexFile(const QCString &name)
static const QCString hhkFileName
void addIndexItem(const Definition *context, const MemberDef *md, const QCString §ionAnchor, const QCString &title)
static const QCString hhpFileName
std::unique_ptr< Private > p
void addContentsItem(bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)
QCString recode(const QCString &s)
void addStyleSheetFile(const QCString &)
static const QCString hhcFileName
Abstract interface for index generators.
A model of a class/file/namespace member symbol.
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.