FST  openfst-1.8.4
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::iterator_range< IteratorT > Class Template Reference

#include <compat.h>

Public Types

using iterator = IteratorT
 
using const_iterator = IteratorT
 
using value_type = typename std::iterator_traits< IteratorT >::value_type
 

Public Member Functions

 iterator_range ()
 
 iterator_range (IteratorT begin_iterator, IteratorT end_iterator)
 
IteratorT begin () const
 
IteratorT end () const
 

Detailed Description

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

Definition at line 145 of file compat.h.

Member Typedef Documentation

template<typename IteratorT >
using fst::iterator_range< IteratorT >::const_iterator = IteratorT

Definition at line 148 of file compat.h.

template<typename IteratorT >
using fst::iterator_range< IteratorT >::iterator = IteratorT

Definition at line 147 of file compat.h.

template<typename IteratorT >
using fst::iterator_range< IteratorT >::value_type = typename std::iterator_traits<IteratorT>::value_type

Definition at line 149 of file compat.h.

Constructor & Destructor Documentation

template<typename IteratorT >
fst::iterator_range< IteratorT >::iterator_range ( )
inline

Definition at line 151 of file compat.h.

template<typename IteratorT >
fst::iterator_range< IteratorT >::iterator_range ( IteratorT  begin_iterator,
IteratorT  end_iterator 
)
inline

Definition at line 152 of file compat.h.

Member Function Documentation

template<typename IteratorT >
IteratorT fst::iterator_range< IteratorT >::begin ( ) const
inline

Definition at line 156 of file compat.h.

template<typename IteratorT >
IteratorT fst::iterator_range< IteratorT >::end ( ) const
inline

Definition at line 157 of file compat.h.


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