Doxygen
Loading...
Searching...
No Matches
Example Struct Reference

Data associated with an example. More...

#include <src/example.h>

+ Collaboration diagram for Example:

Public Member Functions

 Example (const QCString &a, const QCString &n, const QCString &f)
 

Public Attributes

QCString anchor
 
QCString name
 
QCString file
 

Detailed Description

Data associated with an example.

Definition at line 28 of file example.h.

Constructor & Destructor Documentation

◆ Example()

Example::Example ( const QCString & a,
const QCString & n,
const QCString & f )
inline

Definition at line 30 of file example.h.

30: anchor(a), name(n), file(f) {}
QCString name
Definition example.h:32
QCString file
Definition example.h:33
QCString anchor
Definition example.h:31

References anchor, file, and name.

Member Data Documentation

◆ anchor

QCString Example::anchor

Definition at line 31 of file example.h.

Referenced by Example().

◆ file

QCString Example::file

Definition at line 33 of file example.h.

Referenced by Example().

◆ name

QCString Example::name

Definition at line 32 of file example.h.

Referenced by Example(), and ExampleList::inSort().


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