Doxygen
DocSets::Private结构体 参考
+ DocSets::Private 的协作图:

Public 成员函数

QCString indent ()
 

Public 属性

std::ofstream ntf
 
TextStream nts
 
std::ofstream ttf
 
TextStream tts
 
std::stack< bool > indentStack
 
std::set< std::string > scopes
 

详细描述

在文件 docsets.cpp32 行定义.

成员函数说明

◆ indent()

QCString DocSets::Private::indent ( )

在文件 docsets.cpp205 行定义.

206 {
207  QCString result;
208  result.fill(' ',static_cast<int>(indentStack.size()+2)*2);
209  return result;
210 }

引用了 QCString::fill() , 以及 indentStack.

类成员变量说明

◆ indentStack

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

在文件 docsets.cpp52 行定义.

被这些函数引用 indent().

◆ ntf

std::ofstream DocSets::Private::ntf

在文件 docsets.cpp48 行定义.

◆ nts

TextStream DocSets::Private::nts

在文件 docsets.cpp49 行定义.

◆ scopes

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

在文件 docsets.cpp53 行定义.

◆ ttf

std::ofstream DocSets::Private::ttf

在文件 docsets.cpp50 行定义.

◆ tts

TextStream DocSets::Private::tts

在文件 docsets.cpp51 行定义.


该结构体的文档由以下文件生成:
QCString::fill
bool fill(char c, int len=-1)
Fills a string with a predefined character
Definition: qcstring.h:175
DocSets::Private::indentStack
std::stack< bool > indentStack
Definition: docsets.cpp:52
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108