#include <context.h>
◆ MemberListContext() [1/3]
MemberListContext::MemberListContext |
( |
| ) |
|
◆ MemberListContext() [2/3]
MemberListContext::MemberListContext |
( |
const MemberList * |
ml | ) |
|
◆ MemberListContext() [3/3]
MemberListContext::MemberListContext |
( |
const MemberVector & |
ml | ) |
|
在文件 context.cpp 第 7592 行定义.
7592 :
p(std::make_unique<Private>())
7594 for (
const auto &md : ml)
引用了 p.
◆ ~MemberListContext()
MemberListContext::~MemberListContext |
( |
| ) |
|
|
virtual |
◆ alloc() [1/3]
◆ alloc() [2/3]
在文件 context.h 第 1006 行定义.
1007 {
return std::static_pointer_cast<TemplateListIntf>(std::make_shared<MemberListContext>(ml)); }
◆ alloc() [3/3]
在文件 context.h 第 1008 行定义.
1009 {
return std::static_pointer_cast<TemplateListIntf>(std::make_shared<MemberListContext>(ml)); }
◆ at()
◆ count()
uint MemberListContext::count |
( |
| ) |
const |
|
virtual |
◆ createIterator()
Creates a new iterator for this list.
- 注解
- the user should call delete on the returned pointer.
实现了 TemplateListIntf.
在文件 context.cpp 第 7615 行定义.
7617 return p->createIterator();
引用了 p.
std::unique_ptr<Private> MemberListContext::p |
|
private |
该类的文档由以下文件生成: