#include <boost/locale/config.hpp>
#include <boost/locale/boundary/types.hpp>
#include <locale>
#include <vector>
Classes | |
struct | boost::locale::boundary::break_info |
This structure is used for representing boundary point that follows the offset. More... | |
singleton | boost::locale::boundary::boundary_indexing< CharType > |
class | boost::locale::boundary::boundary_indexing< char > |
class | boost::locale::boundary::boundary_indexing< wchar_t > |
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 std::vector< break_info > | boost::locale::boundary::index_type |
This type holds the analysis of the text - all its break points with marks. More... | |