Doxygen
|
#include <context.h>
类 | |
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< Private > | p |
SymbolIndexContext::SymbolIndexContext | ( | const std::string & | letter, |
const SearchIndexList & | sl, | ||
const QCString & | name | ||
) |
在文件 context.cpp 第 8690 行定义.
|
virtual |
在文件 context.cpp 第 8694 行定义.
|
inlinestatic |
|
virtual |
|
virtual |
Gets the value for a field name.
[in] | name | The name of the field. |
实现了 TemplateStructIntf.
在文件 context.cpp 第 8698 行定义.
引用了 p.
|
private |