Skip to main content

The Private Struct Reference

Declaration

struct DocSets::Private { ... }

Public Member Functions Index

QCStringindent ()

Public Member Attributes Index

std::ofstreamntf
TextStreamnts
std::ofstreamttf
TextStreamtts
std::stack< bool >indentStack
std::unordered_set< std::string >scopes

Definition at line 32 of file docsets.cpp.

Public Member Functions

indent()

QCString DocSets::Private::indent ()

Definition at line 34 of file docsets.cpp.

201{
202 QCString result;
203 result.fill(' ',static_cast<int>(indentStack.size()+2)*2);
204 return result;
205}

References QCString::fill and indentStack.

Public Member Attributes

indentStack

std::stack<bool> DocSets::Private::indentStack

Definition at line 39 of file docsets.cpp.

39 std::stack<bool> indentStack;

Referenced by indent.

ntf

std::ofstream DocSets::Private::ntf

Definition at line 35 of file docsets.cpp.

35 std::ofstream ntf;

nts

TextStream DocSets::Private::nts

Definition at line 36 of file docsets.cpp.

scopes

std::unordered_set<std::string> DocSets::Private::scopes

Definition at line 40 of file docsets.cpp.

40 std::unordered_set<std::string> scopes;

ttf

std::ofstream DocSets::Private::ttf

Definition at line 37 of file docsets.cpp.

37 std::ofstream ttf;

tts

TextStream DocSets::Private::tts

Definition at line 38 of file docsets.cpp.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.