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

Om header file. More...

#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 > &)
 

Detailed Description

Version
0.1.3
Date
2012-2014
Author
Jason Erb

Definition in file code_point_source.hpp.

Macro Definition Documentation

◆ Om_Source_CodePointSource_

#define Om_Source_CodePointSource_

Definition at line 17 of file code_point_source.hpp.