Doxygen
TemplateListIntf类 参考abstract

Abstract read-only interface for a context value of type list. 更多...

#include <template.h>

+ 类 TemplateListIntf 继承关系图:

class  ConstIterator
 Abstract interface for a iterator of a list. 更多...
 

Public 类型

using ConstIteratorPtr = std::unique_ptr< ConstIterator >
 

Public 成员函数

virtual ~TemplateListIntf ()
 Destroys the list 更多...
 
virtual uint count () const =0
 Returns the number of elements in the list 更多...
 
virtual TemplateVariant at (uint index) const =0
 Returns the element at index position index. 更多...
 
virtual TemplateListIntf::ConstIteratorPtr createIterator () const =0
 Creates a new iterator for this list. 更多...
 

详细描述

Abstract read-only interface for a context value of type list.

注解
The values of the list are TemplateVariants.

在文件 template.h268 行定义.

成员类型定义说明

◆ ConstIteratorPtr

在文件 template.h292 行定义.

构造及析构函数说明

◆ ~TemplateListIntf()

virtual TemplateListIntf::~TemplateListIntf ( )
inlinevirtual

Destroys the list

在文件 template.h295 行定义.

295 {}

成员函数说明

◆ at()

◆ count()

◆ createIterator()


该类的文档由以下文件生成: