|
Om
|
#include "om/source/default_source.hpp"#include "boost/optional.hpp"#include "om/source/stream_source.cpp"
Include dependency graph for stream_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::StreamSource< ThisItem > |
| A Source adapter for an input stream. More... | |
Namespaces | |
| Om | |
| The Om library. | |
| Om::Source | |
| A namespace for all sources. | |
| boost | |
Macros | |
| #define | Om_Source_StreamSource_ |
Functions | |
| template<typename TheItem > | |
| bool | Om::Source::operator== (StreamSource< TheItem > const &, StreamSource< TheItem > const &) |
| template<typename TheItem > | |
| bool | Om::Source::operator!= (StreamSource< TheItem > const &, StreamSource< TheItem > const &) |
| template<typename TheItem > | |
| void | boost::swap (Om::Source::StreamSource< TheItem > &, Om::Source::StreamSource< TheItem > &) |
Definition in file stream_source.hpp.
| #define Om_Source_StreamSource_ |
Definition at line 17 of file stream_source.hpp.