Om
|
#include "om/source/default_source.hpp"
#include <string>
#include "om/source/code_point_string_back_source.cpp"
Go to the source code of this file.
Classes | |
class | Om::Source::CodePointStringBackSource< ThisStringIterator > |
A Source of CodePoint strings from the back of a string. More... | |
Namespaces | |
Om | |
The Om library. | |
Om::Source | |
A namespace for all sources. | |
boost | |
Macros | |
#define | Om_Source_CodePointStringBackSource_ |
Functions | |
template<typename TheStringIterator > | |
bool | Om::Source::operator== (CodePointStringBackSource< TheStringIterator > const &, CodePointStringBackSource< TheStringIterator > const &) |
template<typename TheStringIterator > | |
bool | Om::Source::operator!= (CodePointStringBackSource< TheStringIterator > const &, CodePointStringBackSource< TheStringIterator > const &) |
template<typename TheStringIterator > | |
void | boost::swap (Om::Source::CodePointStringBackSource< TheStringIterator > &, Om::Source::CodePointStringBackSource< TheStringIterator > &) |
Definition in file code_point_string_back_source.hpp.
#define Om_Source_CodePointStringBackSource_ |
Definition at line 17 of file code_point_string_back_source.hpp.