HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members

list template More...

#include <TComList.h>

Inheritance diagram for TComList< C >:
Inheritance graph
[legend]
Collaboration diagram for TComList< C >:
Collaboration graph
[legend]

Public Types

typedef std::list< C >::iterator TComIterator
 

Public Member Functions

TComListoperator+= (const TComList &rcTComList)
 
popBack ()
 
popFront ()
 
Void pushBack (const C &rcT)
 
Void pushFront (const C &rcT)
 
TComIterator find (const C &rcT)
 

Additional Inherited Members

- Public Attributes inherited from std::list< T >
elements
 STL member. More...
 

Detailed Description

template<class C>
class TComList< C >

list template

Definition at line 61 of file TComList.h.

Member Typedef Documentation

template<class C>
typedef std::list<C>::iterator TComList< C >::TComIterator

Definition at line 64 of file TComList.h.

Member Function Documentation

template<class C>
TComIterator TComList< C >::find ( const C &  rcT)
inline

Definition at line 107 of file TComList.h.

template<class C>
TComList& TComList< C >::operator+= ( const TComList< C > &  rcTComList)
inline

Definition at line 66 of file TComList.h.

template<class C>
C TComList< C >::popBack ( )
inline

Definition at line 75 of file TComList.h.

template<class C>
C TComList< C >::popFront ( )
inline

Definition at line 82 of file TComList.h.

template<class C>
Void TComList< C >::pushBack ( const C &  rcT)
inline

Definition at line 89 of file TComList.h.

template<class C>
Void TComList< C >::pushFront ( const C &  rcT)
inline

Definition at line 98 of file TComList.h.


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