omegalib  13.1
omicron::List< T > Class Template Reference

List is usually a lightweight wrapper around a standard library list implementation. More...

#include <otypes.h>

Public Types

typedef std::pair< typename List< T >::iterator, typename List< T >::iterator > Range
 
typedef std::pair< typename List< T >::const_iterator, typename List< T >::const_iterator > ConstRange
 

Detailed Description

template<typename T>
class omicron::List< T >

List is usually a lightweight wrapper around a standard library list implementation.

+ Inheritance diagram for omicron::List< T >:

Member Typedef Documentation

template<typename T>
typedef std::pair< typename List<T>::const_iterator, typename List<T>::const_iterator> omicron::List< T >::ConstRange
template<typename T>
typedef std::pair< typename List<T>::iterator, typename List<T>::iterator> omicron::List< T >::Range

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