ROSE  0.11.145.0
Public Member Functions | List of all members
Rose::iterator_range< IteratorT > Class Template Reference

Description

template<typename IteratorT>
class Rose::iterator_range< IteratorT >

A range adaptor for a pair of iterators.

This just wraps two iterators into a range-compatible interface. Nothing fancy at all.

Definition at line 91 of file plugin.h.

#include <midend/astProcessing/plugin.h>

Public Member Functions

template<typename Container >
 iterator_range (Container &c)
 
 iterator_range (IteratorT begin_iterator, IteratorT end_iterator)
 
IteratorT begin () const
 
IteratorT end () const
 

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