CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
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 49 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 52 of file OdList.h.

Constructor & Destructor Documentation

◆ OdList()

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

Default constructor for the OdList class.

Definition at line 57 of file OdList.h.

◆ ~OdList()

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

Destructor for the OdList class.

Definition at line 62 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 69 of file OdList.h.


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