|
Om
|
#include "om/code_point.hpp"#include "om/source/iterator_source.hpp"#include "om/source/code_point_source.cpp"
Include dependency graph for code_point_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::CodePointSource< ThisCodeUnitIterator > |
| A CodePoint Source that reads each code unit from the iterator. More... | |
| class | Om::Source::CodePointSource< char const * > |
| A specialization for null-terminated code unit array. More... | |
Namespaces | |
| Om | |
| The Om library. | |
| Om::Source | |
| A namespace for all sources. | |
| boost | |
Macros | |
| #define | Om_Source_CodePointSource_ |
Functions | |
| template<typename TheCodeUnitIterator > | |
| bool | Om::Source::operator== (CodePointSource< TheCodeUnitIterator > const &, CodePointSource< TheCodeUnitIterator > const &) |
| template<typename TheCodeUnitIterator > | |
| bool | Om::Source::operator!= (CodePointSource< TheCodeUnitIterator > const &, CodePointSource< TheCodeUnitIterator > const &) |
| template<typename TheCodeUnitIterator > | |
| void | boost::swap (Om::Source::CodePointSource< TheCodeUnitIterator > &, Om::Source::CodePointSource< TheCodeUnitIterator > &) |
Definition in file code_point_source.hpp.
| #define Om_Source_CodePointSource_ |
Definition at line 17 of file code_point_source.hpp.