Doxygen
SymbolIndicesContext::Private类 参考
+ 类 SymbolIndicesContext::Private 继承关系图:
+ SymbolIndicesContext::Private 的协作图:

Public 成员函数

 Private (const SearchIndexInfo &info)
 
- Public 成员函数 继承自 GenericNodeListContext
 GenericNodeListContext ()
 
uint count () const
 Returns the number of elements in the list 更多...
 
TemplateVariant at (uint index) const
 Returns the element at index position index. 更多...
 
TemplateListIntf::ConstIteratorPtr createIterator () const
 Creates a new iterator for this list. 更多...
 
void append (const TemplateVariant &ctn)
 
bool isEmpty () const
 
- Public 成员函数 继承自 TemplateListIntf
virtual ~TemplateListIntf ()
 Destroys the list 更多...
 

额外继承的成员函数

- Public 类型 继承自 TemplateListIntf
using ConstIteratorPtr = std::unique_ptr< ConstIterator >
 
- 静态 Public 成员函数 继承自 GenericNodeListContext
static TemplateListIntfPtr alloc ()
 

详细描述

在文件 context.cpp8711 行定义.

构造及析构函数说明

◆ Private()

SymbolIndicesContext::Private::Private ( const SearchIndexInfo info)
inline

在文件 context.cpp8714 行定义.

8715  {
8716  // use info->symbolList to populate the list
8717  for (const auto &kv : info.symbolMap)
8718  {
8719  append(SymbolIndexContext::alloc(kv.first,kv.second,info.name));
8720  }
8721  }

引用了 SymbolIndexContext::alloc(), GenericNodeListContext::append(), SearchIndexInfo::name , 以及 SearchIndexInfo::symbolMap.


该类的文档由以下文件生成:
SearchIndexInfo::name
QCString name
Definition: searchindex.h:123
GenericNodeListContext::append
void append(const TemplateVariant &ctn)
Definition: context.cpp:220
SymbolIndexContext::alloc
static TemplateStructIntfPtr alloc(const std::string &letter, const SearchIndexList &sl, const QCString &name)
Definition: context.h:1316
SearchIndexInfo::symbolMap
SearchIndexMap symbolMap
Definition: searchindex.h:125