Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
types.hpp File Reference
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

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 uint32_t boost::locale::boundary::rule_type
 Flags used with word boundary analysis – the type of the word, line or sentence boundary found. More...
 

Enumerations

enum  boost::locale::boundary::boundary_type {
  boost::locale::boundary::character,
  boost::locale::boundary::word,
  boost::locale::boundary::sentence,
  boost::locale::boundary::line
}
 This type describes a possible boundary analysis alternatives. More...
 

Functions

rule_type boost::locale::boundary::boundary_rule (boundary_type t)
 This function returns the mask that covers all variants for specific boundary type. More...