API Reference > Other Classes > OdList Template
OdList Template
OdList
Syntax
C++
template <class T, class A = OdAllocator<T> > class OdList : public std::list<T, A>;

OdList.h

This template class extends the functionality of the standard STL class std::list.

 
Name 
Description 
 
Destructor for the OdList class. 
 
Default constructor for the OdList class. 
 
Name 
Description 
 
Appends an item to the end of the list. 
Name 
Description 
This is nested type OdList::iterator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.