CFx SDK Documentation  2020SP3
Public Types | Public Member Functions | List of all members
OdList< T, A > Class Template Reference

#include <OdList.h>

Inheritance diagram for OdList< T, A >:

Public Types

typedef std::list< T, A >::iterator iterator
 

Public Member Functions

 OdList ()
 
virtual ~OdList ()
 
iterator append ()
 

Detailed Description

template<class T, class A = OdAllocator<T>>
class OdList< T, A >

This template class extends the functionality of the standard STL class std::list. <group Other_Classes>

Definition at line 44 of file OdList.h.

Member Typedef Documentation

◆ iterator

template<class T , class A = OdAllocator<T>>
typedef std::list<T,A>::iterator OdList< T, A >::iterator

Definition at line 47 of file OdList.h.

Constructor & Destructor Documentation

◆ OdList()

template<class T , class A = OdAllocator<T>>
OdList< T, A >::OdList ( )
inline

Definition at line 48 of file OdList.h.

◆ ~OdList()

template<class T , class A = OdAllocator<T>>
virtual OdList< T, A >::~OdList ( )
inlinevirtual

Definition at line 49 of file OdList.h.

Member Function Documentation

◆ append()

template<class T , class A = OdAllocator<T>>
iterator OdList< T, A >::append ( )
inline

Appends an item to the end of the list.

Returns
Returns an iterator pointing to the new member.

Definition at line 56 of file OdList.h.


The documentation for this class was generated from the following file: