TPIE

2362a60
array_view_base.h File Reference

Base class for array_view. More...

#include <boost/iterator/iterator_facade.hpp>
#include <cassert>

Go to the source code of this file.

Classes

class  tpie::array_view_base< T >
 Base class for array_view. More...
 
class  tpie::array_view_base< T >::iterator
 

Namespaces

 tpie
 pipelining/factory_base.h Base class of pipelining factories
 

Detailed Description

Base class for array_view.

This is needed so that a tpie::array can be constructed from an array_view_base and an array_view can be constructed from a tpie::array.

Definition in file array_view_base.h.