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

Om header file. More...

#include "om/source/default_source.hpp"
#include "om/source/container_front_source.cpp"
+ Include dependency graph for container_front_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::ContainerFrontSource< ThisItem, ThisContainer >
 A Source adapter for a container; pulls items from the front. More...
 

Namespaces

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

Macros

#define Om_Source_ContainerFrontSource_
 

Functions

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

Detailed Description

Version
0.1.3
Date
2012-2014
Author
Jason Erb

Definition in file container_front_source.hpp.

Macro Definition Documentation

◆ Om_Source_ContainerFrontSource_

#define Om_Source_ContainerFrontSource_

Definition at line 17 of file container_front_source.hpp.