Doxygen
|
#include <context.h>
类 | |
class | Private |
Public 成员函数 | |
void | addMemberList (const ClassDef *cd, MemberListType lt, const QCString &title, bool additionalList=TRUE) |
virtual uint | count () const |
Returns the number of elements in the list 更多... | |
virtual TemplateVariant | at (uint index) const |
Returns the element at index position index. 更多... | |
virtual TemplateListIntf::ConstIteratorPtr | createIterator () const |
Creates a new iterator for this list. 更多... | |
InheritedMemberInfoListContext () | |
virtual | ~InheritedMemberInfoListContext () |
Public 成员函数 继承自 TemplateListIntf | |
virtual | ~TemplateListIntf () |
Destroys the list 更多... | |
静态 Public 成员函数 | |
static TemplateListIntfPtr | alloc () |
Private 属性 | |
std::unique_ptr< Private > | p |
额外继承的成员函数 | |
Public 类型 继承自 TemplateListIntf | |
using | ConstIteratorPtr = std::unique_ptr< ConstIterator > |
InheritedMemberInfoListContext::InheritedMemberInfoListContext | ( | ) |
在文件 context.cpp 第 8160 行定义.
|
virtual |
在文件 context.cpp 第 8178 行定义.
void InheritedMemberInfoListContext::addMemberList | ( | const ClassDef * | cd, |
MemberListType | lt, | ||
const QCString & | title, | ||
bool | additionalList = TRUE |
||
) |
在文件 context.cpp 第 8164 行定义.
引用了 ClassDef::countMembersIncludingGrouped(), FALSE , 以及 p.
|
inlinestatic |
|
virtual |
Returns the element at index position index.
实现了 TemplateListIntf.
在文件 context.cpp 第 8188 行定义.
引用了 p.
|
virtual |
|
virtual |
Creates a new iterator for this list.
实现了 TemplateListIntf.
在文件 context.cpp 第 8193 行定义.
引用了 p.
|
private |
被这些函数引用 addMemberList(), at(), count() , 以及 createIterator().