|
Doxygen
|
#include <src/plantuml.h>
Public Member Functions | |
| PlantumlContent (const DString &content_, const DString &outDir_, const DString &srcFile_, int srcLine_) | |
Public Attributes | |
| DString | content |
| DString | outDir |
| DString | srcFile |
| int | srcLine |
Definition at line 28 of file plantuml.h.
|
inline |
Definition at line 30 of file plantuml.h.
References content, outDir, srcFile, and srcLine.
Referenced by addPlantumlContent().
| DString PlantumlContent::content |
Definition at line 32 of file plantuml.h.
Referenced by PlantumlContent().
| DString PlantumlContent::outDir |
Definition at line 33 of file plantuml.h.
Referenced by PlantumlContent().
| DString PlantumlContent::srcFile |
Definition at line 34 of file plantuml.h.
Referenced by PlantumlContent().
| int PlantumlContent::srcLine |
Definition at line 35 of file plantuml.h.
Referenced by PlantumlContent().