The Private
Struct Reference
Declaration
struct DocSets::Private { ... }
Public Member Functions Index
QCString | indent () |
Public Member Attributes Index
std::ofstream | ntf |
TextStream | nts |
std::ofstream | ttf |
TextStream | tts |
std::stack< bool > | indentStack |
std::unordered_set< std::string > | scopes |
Definition at line 32 of file docsets.cpp.
Public Member Functions
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
|
ntf
|
Definition at line 35 of file docsets.cpp.
nts
|
Definition at line 36 of file docsets.cpp.
scopes
|
Definition at line 40 of file docsets.cpp.
ttf
|
Definition at line 37 of file docsets.cpp.
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.