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

Dictionary is usually a lightweight wrapper around a standard library vector implementation. More...

#include <otypes.h>

Public Types

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

Detailed Description

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

Dictionary is usually a lightweight wrapper around a standard library vector implementation.

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

Member Typedef Documentation

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

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