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