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 DString &a, const DString &n, const DString &f)

Public Attributes

DString anchor
DString name
DString file

Detailed Description

Data associated with an example.

Definition at line 28 of file example.h.

Constructor & Destructor Documentation

◆ Example()

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

Definition at line 30 of file example.h.

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

References anchor, file, and name.

Referenced by ClassDefImpl::addExample(), and MemberDefImpl::addExample().

Member Data Documentation

◆ anchor

DString Example::anchor

Definition at line 31 of file example.h.

Referenced by Example().

◆ file

DString Example::file

Definition at line 33 of file example.h.

Referenced by Example().

◆ name

DString 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: