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 
 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.