#include <context.h>
◆ MemberGroupListContext() [1/3]
MemberGroupListContext::MemberGroupListContext |
( |
| ) |
|
◆ MemberGroupListContext() [2/3]
在文件 context.cpp 第 7858 行定义.
7858 :
p(std::make_unique<Private>())
7860 for (
const auto &mg : list)
7862 p->addMemberGroup(def,relPath,mg);
引用了 p.
◆ MemberGroupListContext() [3/3]
在文件 context.cpp 第 7866 行定义.
7866 :
p(std::make_unique<Private>())
7868 for (
const auto &mg : list)
7870 if (!mg->allMembersInSameSection() || !subGrouping)
7872 p->addMemberGroup(def,relPath,mg.get());
引用了 p.
◆ ~MemberGroupListContext()
MemberGroupListContext::~MemberGroupListContext |
( |
| ) |
|
|
virtual |
◆ alloc() [1/3]
◆ alloc() [2/3]
在文件 context.h 第 1055 行定义.
1056 {
return std::static_pointer_cast<TemplateListIntf>(std::make_shared<MemberGroupListContext>(def,relPath,list,subGrouping)); }
◆ alloc() [3/3]
在文件 context.h 第 1053 行定义.
1054 {
return std::static_pointer_cast<TemplateListIntf>(std::make_shared<MemberGroupListContext>(def,relPath,list)); }
◆ at()
◆ count()
uint MemberGroupListContext::count |
( |
| ) |
const |
|
virtual |
◆ createIterator()
Creates a new iterator for this list.
- 注解
- the user should call delete on the returned pointer.
实现了 TemplateListIntf.
在文件 context.cpp 第 7892 行定义.
7894 return p->createIterator();
引用了 p.
std::unique_ptr<Private> MemberGroupListContext::p |
|
private |
该类的文档由以下文件生成: