Doxygen
Loading...
Searching...
No Matches
ConceptDef::Part Struct Reference

#include <src/conceptdef.h>

Collaboration diagram for ConceptDef::Part:

Public Member Functions

 Part (PartType t, const QCString &s, int ln, int col)

Public Attributes

PartType type
QCString content
int lineNr
int colNr

Detailed Description

Definition at line 32 of file conceptdef.h.

Constructor & Destructor Documentation

◆ Part()

ConceptDef::Part::Part ( PartType t,
const QCString & s,
int ln,
int col )
inline

Definition at line 34 of file conceptdef.h.

34: type(t), content(s), lineNr(ln), colNr(col) {}
QCString content
Definition conceptdef.h:36

References colNr, content, lineNr, and type.

Member Data Documentation

◆ colNr

int ConceptDef::Part::colNr

Definition at line 38 of file conceptdef.h.

Referenced by Part().

◆ content

QCString ConceptDef::Part::content

Definition at line 36 of file conceptdef.h.

Referenced by Part().

◆ lineNr

int ConceptDef::Part::lineNr

Definition at line 37 of file conceptdef.h.

Referenced by Part().

◆ type

PartType ConceptDef::Part::type

Definition at line 35 of file conceptdef.h.

Referenced by Part().


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