Skip to main content

The NmhlInfo Struct Reference

Helper class representing a namespace member in the navigation menu. More...

Declaration

struct NmhlInfo { ... }

Public Constructors Index

NmhlInfo (const char *fn, const QCString &t)

Public Member Attributes Index

const char *fname
QCStringtitle

Description

Helper class representing a namespace member in the navigation menu.

Definition at line 3445 of file index.cpp.

Public Constructors

NmhlInfo()

NmhlInfo::NmhlInfo (const char * fn, const QCString & t)
inline

Definition at line 3447 of file index.cpp.

3447 NmhlInfo(const char *fn,const QCString &t) : fname(fn), title(t) {}

References fname and title.

Public Member Attributes

fname

const char* NmhlInfo::fname

Definition at line 3448 of file index.cpp.

3448 const char *fname;

Referenced by NmhlInfo and writeNamespaceMemberIndexFiltered.

title

QCString NmhlInfo::title

Definition at line 3449 of file index.cpp.

Referenced by NmhlInfo.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.