API Reference > OdDAI Namespace > Classes > List Template
List Template
OdDAI__ListOdDAI__ListOdDAI__List
Syntax
C++
template <typename TItem> class List : public AggrOrdered;

daiList.h

Template class for containers defined within a schema.

 
Name 
Description 
 
Non-virtual destructor! 
 
Aggr 
constructor of copy! 
List Template
 
Name 
Description 
 
List 
details Creates a new List aggregate. 
 
Name 
Description 
 
Returns a type of aggregate.  
 
Clear the aggregate with deletion of all its content. 
 
Make aggregates clone.  
 
Templates aggregates comapring.  
 
Creates a new const iterator along elements of aggregate.  
 
Init aggregate. Creates an empty instance inside aggregate.  
 
Creates a new iterator along elements of aggregate.  
 
Check aggregate for any elements.  
 
Providing internal OdArray to the outside.  
 
Provides aggregates lower bound.  
 
Returns amoung of aggregate elements.  
 
Provides aggregates upper bound.  
 
This is the overview for the isMember method overload. 
 
Checks if aggregate is unset.  
 
Check if aggregate is ordered.  
 
Clean the aggregate with deletion of all its content. 
 
Set OdArray items to aggregate.  
 
type 
Returns a value type of aggregate instance elements.  
AggrOrdered Class
 
Name 
Description 
 
Creates a child aggregate by index.  
 
 
 
 
 
This is the overview for the putByIndex method overload. 
 
This is unsetByIndex, a member of class AggrOrdered. 
List Template
 
Name 
Description 
 
details Creates a child aggregate, puts it to internal collection and provide it to outside.  
 
details Add new item to ordered aggregate by index.  
 
This is getArray, a member of class List. 
 
details Gets value bound of value at ordered aggregate by index.  
 
details Remove existing item from ordered aggregate by index.  
List Template
Name 
Description 
This is nested type OdDAI::List::base_type. 
This is nested type OdDAI::List::template_type. 
This is nested type OdDAI::List::value_type. 
 
Name 
Description 
 
== 
Operator of equal.  
 
Providing internal OdArray to the outside.  
List Template
 
Name 
Description 
 
= 
This is =, a member of class List. 
 
== 
This is ==, a member of class List. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.