Skip to main content

The PlantumlContent Struct Reference

Declaration

struct PlantumlContent { ... }

Included Headers

#include <src/plantuml.h>

Public Constructors Index

PlantumlContent (const QCString &content_, const QCString &outDir_, const QCString &srcFile_, int srcLine_)

Public Member Attributes Index

QCStringcontent
QCStringoutDir
QCStringsrcFile
intsrcLine

Definition at line 29 of file plantuml.h.

Public Constructors

PlantumlContent()

PlantumlContent::PlantumlContent (const QCString & content_, const QCString & outDir_, const QCString & srcFile_, int srcLine_)
inline

Definition at line 31 of file plantuml.h.

31 PlantumlContent(const QCString &content_, const QCString &outDir_, const QCString &srcFile_, int srcLine_)
32 : content(content_), outDir(outDir_), srcFile(srcFile_), srcLine(srcLine_) {}

References content, outDir, srcFile and srcLine.

Public Member Attributes

content

QCString PlantumlContent::content

Definition at line 33 of file plantuml.h.

Referenced by PlantumlContent.

outDir

QCString PlantumlContent::outDir

Definition at line 34 of file plantuml.h.

Referenced by PlantumlContent.

srcFile

QCString PlantumlContent::srcFile

Definition at line 35 of file plantuml.h.

Referenced by PlantumlContent.

srcLine

int PlantumlContent::srcLine

Definition at line 36 of file plantuml.h.

36 int srcLine;

Referenced by PlantumlContent.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.