|
Doxygen
|
#include <context.h>
类 ClassInheritanceContext 继承关系图:
ClassInheritanceContext 的协作图:Public 成员函数 | |
| 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. 更多... | |
| ClassInheritanceContext () | |
| virtual | ~ClassInheritanceContext () |
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 > |
| ClassInheritanceContext::ClassInheritanceContext | ( | ) |
|
virtual |
|
inlinestatic |
|
virtual |
Returns the element at index position index.
实现了 TemplateListIntf.
|
virtual |
Returns the number of elements in the list
实现了 TemplateListIntf.
|
virtual |
Creates a new iterator for this list.
实现了 TemplateListIntf.