Stride Reference Manual  - generated for commit 9643b11
SliceIndexer.h File Reference

Interface/Implementation for RangeIndexer. More...

#include <boost/range.hpp>
#include <boost/range/adaptors.hpp>
#include <iterator>
Include dependency graph for SliceIndexer.h:

Go to the source code of this file.

Classes

class  stride::util::SliceIndexer< T, Key >
 Datastructure to index a container (supporting RandomAccessIterators) with slices. More...
 

Namespaces

 stride
 Namespace for the simulator and related classes.
 
 stride::util
 Utilities for the project.
 

Functions

template<typename T >
SliceIndexer< T > stride::util::make_slice_indexer (T &t)
 

Detailed Description

Interface/Implementation for RangeIndexer.

Definition in file SliceIndexer.h.