API Reference > Other Classes > OdLinkedArray Template > OdLinkedArray Classes > OdLinkedArray::const_iterator Class
OdLinkedArray::const_iterator Class
OdLinkedArray__const_iterator
Syntax
C++
class const_iterator : public std::iterator<std::bidirectional_iterator_tag, T, void>;

OdLinkedArray.h

Iterators

 
Name 
Description 
 
This is the overview for the const_iterator constructor overload. 
 
Name 
Description 
 
done 
This is done, a member of class const_iterator. 
 
Name 
Description 
 
-- 
This is the overview for the -- operator overload. 
 
!= 
This is !=, a member of class const_iterator. 
 
* 
This is *, a member of class const_iterator. 
 
++ 
This is the overview for the ++ operator overload. 
 
+= 
This is +=, a member of class const_iterator. 
 
-= 
This is -=, a member of class const_iterator. 
 
== 
This is ==, a member of class const_iterator. 
 
-> 
This is ->, a member of class const_iterator. 
 
This is const T*, a member of class const_iterator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.