Om
Classes | Namespaces | Macros | Functions
iterator_source.hpp File Reference

Om header file. More...

#include "om/source/default_source.hpp"
#include "om/source/iterator_source.cpp"
+ Include dependency graph for iterator_source.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Om::Source::IteratorSource< ThisItem, ThisIterator >
 A Source adapter for a sentinal-terminated input iterator. More...
 

Namespaces

 Om
 The Om library.
 
 Om::Source
 A namespace for all sources.
 
 boost
 

Macros

#define Om_Source_IteratorSource_
 

Functions

template<typename TheItem , typename TheIterator >
bool Om::Source::operator== (IteratorSource< TheItem, TheIterator > const &, IteratorSource< TheItem, TheIterator > const &)
 
template<typename TheItem , typename TheIterator >
bool Om::Source::operator!= (IteratorSource< TheItem, TheIterator > const &, IteratorSource< TheItem, TheIterator > const &)
 
template<typename TheItem , typename TheIterator >
void boost::swap (Om::Source::IteratorSource< TheItem, TheIterator > &, Om::Source::IteratorSource< TheItem, TheIterator > &)
 

Detailed Description

Version
0.1.3
Date
2012-2014
Author
Jason Erb

Definition in file iterator_source.hpp.

Macro Definition Documentation

◆ Om_Source_IteratorSource_

#define Om_Source_IteratorSource_

Definition at line 17 of file iterator_source.hpp.