Skip to main content

The Example Struct Reference

Data associated with an example. More...

Declaration

struct Example { ... }

Included Headers

#include <src/example.h>

Public Constructors Index

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

Public Member Attributes Index

QCStringanchor
QCStringname
QCStringfile

Description

Data associated with an example.

Definition at line 28 of file example.h.

Public Constructors

Example()

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

Definition at line 30 of file example.h.

30 Example(const QCString &a,const QCString &n,const QCString &f) : anchor(a), name(n), file(f) {}

References anchor, file and name.

Public Member Attributes

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.