#include <boost/locale/boundary/types.hpp>
Classes | |
class | boost::locale::boundary::boundary_point< IteratorType > |
This class represents a boundary point in the text. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::locale | |
This is the main namespace that encloses all localization classes. | |
boost::locale::boundary | |
This namespae contains all operations required for boundary analysis of text. | |
Typedefs | |
typedef boundary_point < std::string::const_iterator > | boost::locale::boundary::sboundary_point |
convenience typedef More... | |
typedef boundary_point < std::wstring::const_iterator > | boost::locale::boundary::wsboundary_point |
convenience typedef More... | |
typedef boundary_point< char const * > | boost::locale::boundary::cboundary_point |
convenience typedef More... | |
typedef boundary_point < wchar_t const * > | boost::locale::boundary::wcboundary_point |
convenience typedef More... | |
Functions | |
template<typename BaseIterator > | |
bool | boost::locale::boundary::operator== (BaseIterator const &l, boundary_point< BaseIterator > const &r) |
Check if the boundary point r points to same location as an iterator l. More... | |
template<typename BaseIterator > | |
bool | boost::locale::boundary::operator!= (BaseIterator const &l, boundary_point< BaseIterator > const &r) |
Check if the boundary point r points to different location from an iterator l. More... | |