Doxygen
SymbolIndexContext类 参考

#include <context.h>

+ 类 SymbolIndexContext 继承关系图:
+ SymbolIndexContext 的协作图:

class  Private
 

Public 成员函数

virtual TemplateVariant get (const QCString &name) const
 Gets the value for a field name. 更多...
 
virtual StringVector fields () const
 Return the list of fields. 更多...
 
 SymbolIndexContext (const std::string &letter, const SearchIndexList &sl, const QCString &name)
 
virtual ~SymbolIndexContext ()
 
- Public 成员函数 继承自 TemplateStructIntf
virtual ~TemplateStructIntf ()
 Destroys the struct 更多...
 

静态 Public 成员函数

static TemplateStructIntfPtr alloc (const std::string &letter, const SearchIndexList &sl, const QCString &name)
 

Private 属性

std::unique_ptr< Privatep
 

详细描述

在文件 context.h1313 行定义.

构造及析构函数说明

◆ SymbolIndexContext()

SymbolIndexContext::SymbolIndexContext ( const std::string &  letter,
const SearchIndexList sl,
const QCString name 
)

在文件 context.cpp8690 行定义.

8690  : p(std::make_unique<Private>(letter,sl,name))
8691 {
8692 }

◆ ~SymbolIndexContext()

SymbolIndexContext::~SymbolIndexContext ( )
virtual

在文件 context.cpp8694 行定义.

8695 {
8696 }

成员函数说明

◆ alloc()

static TemplateStructIntfPtr SymbolIndexContext::alloc ( const std::string &  letter,
const SearchIndexList sl,
const QCString name 
)
inlinestatic

在文件 context.h1316 行定义.

1318  { return std::static_pointer_cast<TemplateStructIntf>(std::make_shared<SymbolIndexContext>(letter,sl,name)); }

被这些函数引用 SymbolIndicesContext::Private::Private().

◆ fields()

StringVector SymbolIndexContext::fields ( ) const
virtual

Return the list of fields.

实现了 TemplateStructIntf.

在文件 context.cpp8703 行定义.

8704 {
8705  return p->fields();
8706 }

引用了 p.

◆ get()

TemplateVariant SymbolIndexContext::get ( const QCString name) const
virtual

Gets the value for a field name.

参数
[in]nameThe name of the field.

实现了 TemplateStructIntf.

在文件 context.cpp8698 行定义.

8699 {
8700  return p->get(name);
8701 }

引用了 p.

类成员变量说明

◆ p

std::unique_ptr<Private> SymbolIndexContext::p
private

在文件 context.h1328 行定义.

被这些函数引用 fields() , 以及 get().


该类的文档由以下文件生成:
Rtf_Style_Default::name
const char * name
Definition: rtfstyle.h:40
SymbolIndexContext::p
std::unique_ptr< Private > p
Definition: context.h:1328