blob: 9352e5557bc990212faff3b8529c7906e69d73da [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Boost.Locale: Boundary Analysis</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="boost-small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.Locale
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('group__boundary.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#typedef-members">Typedefs</a> &#124;
<a href="#enum-members">Enumerations</a> &#124;
<a href="#func-members">Functions</a> &#124;
<a href="#friend-members">Friends</a> </div>
<div class="headertitle">
<div class="title">Boundary Analysis</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point.html">boost::locale::boundary::boundary_point&lt; IteratorType &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This class represents a boundary point in the text. <a href="classboost_1_1locale_1_1boundary_1_1boundary__point.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1locale_1_1boundary_1_1break__info.html">boost::locale::boundary::break_info</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This structure is used for representing boundary point that follows the offset. <a href="structboost_1_1locale_1_1boundary_1_1break__info.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__indexing.html">boost::locale::boundary::boundary_indexing&lt; Char &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This facet generates an index for boundary analysis for a given text. <a href="classboost_1_1locale_1_1boundary_1_1boundary__indexing.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index&lt; BaseIterator &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This class holds an index of segments in the text range and allows to iterate over them. <a href="classboost_1_1locale_1_1boundary_1_1segment__index.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This class holds an index of <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point.html">boundary points</a> and allows iterating over them. <a href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html#details">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment.html">boost::locale::boundary::segment&lt; IteratorType &gt;</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">a segment object that represents a pair of two iterators that define the range where this segment exits and a rule that defines it. <a href="classboost_1_1locale_1_1boundary_1_1segment.html#details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef std::vector&lt; break_info &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga7b4dd7af8fad53fabd77e629da24d466">boost::locale::boundary::index_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef BaseIterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::base_iterator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef unspecified_iterator_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf7a775e77dbbca3495e11d646df96fd2">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::iterator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef unspecified_iterator_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga5f8e61b5babc3f0fa95f5fb8acae3724">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::const_iterator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef segment&lt; base_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga067c663d18faee08adb3355701ae72ba">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::value_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef BaseIterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::base_iterator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef unspecified_iterator_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1af6e72b3c384edcebc0cf319fe97efe">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::iterator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef unspecified_iterator_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gac9ce9158eb2fb030c1baf93376203d16">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::const_iterator</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef boundary_point<br class="typebreak"/>
&lt; base_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga7f7328a860cf485a4bd8f17658c291e1">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::value_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef segment_index<br class="typebreak"/>
&lt; std::string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad4785439a3f03ee455c93830b8f1366c">boost::locale::boundary::ssegment_index</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga579cfdfccf9c682ac4dae5fb65d4a843"></a><!-- doxytag: member="boundary::wssegment_index" ref="ga579cfdfccf9c682ac4dae5fb65d4a843" args="" -->
typedef segment_index<br class="typebreak"/>
&lt; std::wstring::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga579cfdfccf9c682ac4dae5fb65d4a843">boost::locale::boundary::wssegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga6fff9ef7a0971ed3c686f3e8d5c56bf4"></a><!-- doxytag: member="boundary::u16ssegment_index" ref="ga6fff9ef7a0971ed3c686f3e8d5c56bf4" args="" -->
typedef segment_index<br class="typebreak"/>
&lt; std::u16string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga6fff9ef7a0971ed3c686f3e8d5c56bf4">boost::locale::boundary::u16ssegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga3a7b82f5a7e29bd079dd48ca13b79f20"></a><!-- doxytag: member="boundary::u32ssegment_index" ref="ga3a7b82f5a7e29bd079dd48ca13b79f20" args="" -->
typedef segment_index<br class="typebreak"/>
&lt; std::u32string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga3a7b82f5a7e29bd079dd48ca13b79f20">boost::locale::boundary::u32ssegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga82c153957bff0be844a5ce4490d4e7f8"></a><!-- doxytag: member="boundary::csegment_index" ref="ga82c153957bff0be844a5ce4490d4e7f8" args="" -->
typedef segment_index&lt; char <br class="typebreak"/>
const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga82c153957bff0be844a5ce4490d4e7f8">boost::locale::boundary::csegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga29ce0d14d0466a28c205b5dc9d0d6a36"></a><!-- doxytag: member="boundary::wcsegment_index" ref="ga29ce0d14d0466a28c205b5dc9d0d6a36" args="" -->
typedef segment_index&lt; wchar_t <br class="typebreak"/>
const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga29ce0d14d0466a28c205b5dc9d0d6a36">boost::locale::boundary::wcsegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaa20a99d93e3202680bb0660481e1d414"></a><!-- doxytag: member="boundary::u16csegment_index" ref="gaa20a99d93e3202680bb0660481e1d414" args="" -->
typedef segment_index<br class="typebreak"/>
&lt; char16_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaa20a99d93e3202680bb0660481e1d414">boost::locale::boundary::u16csegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaacc781106af79ec27693fa8012d54cb9"></a><!-- doxytag: member="boundary::u32csegment_index" ref="gaacc781106af79ec27693fa8012d54cb9" args="" -->
typedef segment_index<br class="typebreak"/>
&lt; char32_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaacc781106af79ec27693fa8012d54cb9">boost::locale::boundary::u32csegment_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga485e82cdd9debd15dc4fd6f57be10727"></a><!-- doxytag: member="boundary::sboundary_point_index" ref="ga485e82cdd9debd15dc4fd6f57be10727" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; std::string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga485e82cdd9debd15dc4fd6f57be10727">boost::locale::boundary::sboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gad539aad8c788c8e90cdf08aeed5df4a3"></a><!-- doxytag: member="boundary::wsboundary_point_index" ref="gad539aad8c788c8e90cdf08aeed5df4a3" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; std::wstring::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad539aad8c788c8e90cdf08aeed5df4a3">boost::locale::boundary::wsboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaba43501d4ed1922c9446db3bf14a918f"></a><!-- doxytag: member="boundary::u16sboundary_point_index" ref="gaba43501d4ed1922c9446db3bf14a918f" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; std::u16string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaba43501d4ed1922c9446db3bf14a918f">boost::locale::boundary::u16sboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1379f8968dd611be0b59d04218a1aae8"></a><!-- doxytag: member="boundary::u32sboundary_point_index" ref="ga1379f8968dd611be0b59d04218a1aae8" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; std::u32string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1379f8968dd611be0b59d04218a1aae8">boost::locale::boundary::u32sboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga31f0617de9388783205020a8679b40af"></a><!-- doxytag: member="boundary::cboundary_point_index" ref="ga31f0617de9388783205020a8679b40af" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; char const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga31f0617de9388783205020a8679b40af">boost::locale::boundary::cboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gabcb5bcc788909afeb8c68d857284cb59"></a><!-- doxytag: member="boundary::wcboundary_point_index" ref="gabcb5bcc788909afeb8c68d857284cb59" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; wchar_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gabcb5bcc788909afeb8c68d857284cb59">boost::locale::boundary::wcboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1a89414f77d0b11b7fa8c3a5fa896266"></a><!-- doxytag: member="boundary::u16cboundary_point_index" ref="ga1a89414f77d0b11b7fa8c3a5fa896266" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; char16_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1a89414f77d0b11b7fa8c3a5fa896266">boost::locale::boundary::u16cboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga1d16a23d328240464f9068cf58fb38d7"></a><!-- doxytag: member="boundary::u32cboundary_point_index" ref="ga1d16a23d328240464f9068cf58fb38d7" args="" -->
typedef boundary_point_index<br class="typebreak"/>
&lt; char32_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1d16a23d328240464f9068cf58fb38d7">boost::locale::boundary::u32cboundary_point_index</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaac5031c17bd3f7ddc5138546af121064"></a><!-- doxytag: member="boundary::ssegment" ref="gaac5031c17bd3f7ddc5138546af121064" args="" -->
typedef segment<br class="typebreak"/>
&lt; std::string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaac5031c17bd3f7ddc5138546af121064">boost::locale::boundary::ssegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaca0e28d417ee314f3035c7561ed5134a"></a><!-- doxytag: member="boundary::wssegment" ref="gaca0e28d417ee314f3035c7561ed5134a" args="" -->
typedef segment<br class="typebreak"/>
&lt; std::wstring::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaca0e28d417ee314f3035c7561ed5134a">boost::locale::boundary::wssegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga5084d9529f752361d18c2196f38df3c0"></a><!-- doxytag: member="boundary::u16ssegment" ref="ga5084d9529f752361d18c2196f38df3c0" args="" -->
typedef segment<br class="typebreak"/>
&lt; std::u16string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga5084d9529f752361d18c2196f38df3c0">boost::locale::boundary::u16ssegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaffcc722694a39291a9ea7f68a95e1e27"></a><!-- doxytag: member="boundary::u32ssegment" ref="gaffcc722694a39291a9ea7f68a95e1e27" args="" -->
typedef segment<br class="typebreak"/>
&lt; std::u32string::const_iterator &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaffcc722694a39291a9ea7f68a95e1e27">boost::locale::boundary::u32ssegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga7a89ba0de6cad23a0f1b0b90ca5296f0"></a><!-- doxytag: member="boundary::csegment" ref="ga7a89ba0de6cad23a0f1b0b90ca5296f0" args="" -->
typedef segment&lt; char const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga7a89ba0de6cad23a0f1b0b90ca5296f0">boost::locale::boundary::csegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gab9d26aae843dad891a3bfa736871e843"></a><!-- doxytag: member="boundary::wcsegment" ref="gab9d26aae843dad891a3bfa736871e843" args="" -->
typedef segment&lt; wchar_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gab9d26aae843dad891a3bfa736871e843">boost::locale::boundary::wcsegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga5ff9e98f81ad61dbcd480fc61780fee1"></a><!-- doxytag: member="boundary::u16csegment" ref="ga5ff9e98f81ad61dbcd480fc61780fee1" args="" -->
typedef segment&lt; char16_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga5ff9e98f81ad61dbcd480fc61780fee1">boost::locale::boundary::u16csegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaf2077b28c5de700fb5bff9688fe410d6"></a><!-- doxytag: member="boundary::u32csegment" ref="gaf2077b28c5de700fb5bff9688fe410d6" args="" -->
typedef segment&lt; char32_t const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf2077b28c5de700fb5bff9688fe410d6">boost::locale::boundary::u32csegment</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">convenience typedef <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095">boost::locale::boundary::rule_type</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Flags used with word boundary analysis -- the type of the word, line or sentence boundary found. <a href="#ga25e193c81052ef1795f1b53b46bc2095"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boost::locale::boundary::boundary_type</a> { <a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641ae80c964112541d88af9b875dafb6605d">boost::locale::boundary::character</a>,
<a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a99aad8b8a5e25baa9f695abe5e574bb6">boost::locale::boundary::word</a>,
<a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a88aa1509eace7589f5df87d4694871e9">boost::locale::boundary::sentence</a>,
<a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a72895419fdd7219b3695cf0abd602ea4">boost::locale::boundary::line</a>
}</td></tr>
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memTemplParams" colspan="2">template&lt;typename BaseIterator &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga47bc5ece5c461aa4c538354a9e80a707">boost::locale::boundary::operator==</a> (BaseIterator const &amp;l, boundary_point&lt; BaseIterator &gt; const &amp;r)</td></tr>
<tr><td class="memTemplParams" colspan="2">template&lt;typename BaseIterator &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gab92086846a31a6826c00a3df90027f0f">boost::locale::boundary::operator!=</a> (BaseIterator const &amp;l, boundary_point&lt; BaseIterator &gt; const &amp;r)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga2c354f4cc03677b58c97038cd84dc465">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::segment_index</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga06ddc335e95479ec51e9b16d0f829bb3">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::segment_index</a> (boundary_type type, base_iterator begin, base_iterator end, rule_type mask, std::locale const &amp;loc=std::locale())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga46a5f584d5a1a43ad4bc0fff07183fcc">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::segment_index</a> (boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga8187f58177fc89ef2f8f818a37111363">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::segment_index</a> (boundary_point_index&lt; base_iterator &gt; const &amp;)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">segment_index const &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gae7941dc874ca05d2ef2a03f781c5b78a">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::operator=</a> (boundary_point_index&lt; base_iterator &gt; const &amp;)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gafa2a756b10d3522743204b45b794bb3e">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::map</a> (boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf74ff9c86c177efa8f74856277d659af">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::begin</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga8757062d2446b35675b585651c5fea9f">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::end</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga2480236106971797460187777f2a4411">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::find</a> (base_iterator p) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::rule</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad19735180401edb15acbdbbeb21e5a73">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::rule</a> (rule_type v)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gace7faa10d536c85df0f2d5cac85f2bbc">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::full_select</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga205fd51daa439a18527675e663a0802f">boost::locale::boundary::segment_index&lt; BaseIterator &gt;::full_select</a> (bool v)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaba6993dd50ad8cf2db8921e5cf668a69">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::boundary_point_index</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gacc189288792012cfdb21c07fddbadc4f">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::boundary_point_index</a> (boundary_type type, base_iterator begin, base_iterator end, rule_type mask, std::locale const &amp;loc=std::locale())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga9b926379fa2fcc7f87dc067953049d69">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::boundary_point_index</a> (boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gac48665ff53789c6ee44a423963b6550d">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::boundary_point_index</a> (segment_index&lt; base_iterator &gt; const &amp;other)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">boundary_point_index const &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga83d57b993b00686b2cac711667c6a931">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::operator=</a> (segment_index&lt; base_iterator &gt; const &amp;other)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga6b4b5d5cf80b55302a88e7b36c812418">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::map</a> (boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga56f42a32f0378b6e157671f9e17bd66f">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::begin</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf3d66d578e32a63b3f0ffbb59740667b">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::end</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga0bb71a287afca990e85b17246568492d">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::find</a> (base_iterator p) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1d214029f1a780b7bf6e3f23a3004c03">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::rule</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga56e63913f51109e05a24a7136472a975">boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::rule</a> (rule_type v)</td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga5e70e909a5fb4d2cf87b485894c9b4db"></a><!-- doxytag: member="boundary::operator==" ref="ga5e70e909a5fb4d2cf87b485894c9b4db" args="(segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename IteratorL , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga5e70e909a5fb4d2cf87b485894c9b4db">boost::locale::boundary::operator==</a> (segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two segments. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gae4458cb23aa62b0f94396d3300e838f9"></a><!-- doxytag: member="boundary::operator!=" ref="gae4458cb23aa62b0f94396d3300e838f9" args="(segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename IteratorL , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gae4458cb23aa62b0f94396d3300e838f9">boost::locale::boundary::operator!=</a> (segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two segments. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga01671fcf3519166189dff3664f68c870"></a><!-- doxytag: member="boundary::operator&lt;" ref="ga01671fcf3519166189dff3664f68c870" args="(segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename IteratorL , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga01671fcf3519166189dff3664f68c870">boost::locale::boundary::operator&lt;</a> (segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two segments. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gaef3ac4dbd5172a67ec68e27fe6a7a008"></a><!-- doxytag: member="boundary::operator&lt;=" ref="gaef3ac4dbd5172a67ec68e27fe6a7a008" args="(segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename IteratorL , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaef3ac4dbd5172a67ec68e27fe6a7a008">boost::locale::boundary::operator&lt;=</a> (segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two segments. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga458e3170d3967ae25c4a40a3970701ba"></a><!-- doxytag: member="boundary::operator&gt;" ref="ga458e3170d3967ae25c4a40a3970701ba" args="(segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename IteratorL , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga458e3170d3967ae25c4a40a3970701ba">boost::locale::boundary::operator&gt;</a> (segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two segments. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga4d9854493e000ea610108d4689d2f6f1"></a><!-- doxytag: member="boundary::operator&gt;=" ref="ga4d9854493e000ea610108d4689d2f6f1" args="(segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename IteratorL , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga4d9854493e000ea610108d4689d2f6f1">boost::locale::boundary::operator&gt;=</a> (segment&lt; IteratorL &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two segments. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga22e4d38b1dd21bd663847fdbc09fca46"></a><!-- doxytag: member="boundary::operator==" ref="ga22e4d38b1dd21bd663847fdbc09fca46" args="(std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename Traits , typename Alloc , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga22e4d38b1dd21bd663847fdbc09fca46">boost::locale::boundary::operator==</a> (std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gabb7b2978a45e993d6aa9922cbc381e8b"></a><!-- doxytag: member="boundary::operator!=" ref="gabb7b2978a45e993d6aa9922cbc381e8b" args="(std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename Traits , typename Alloc , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gabb7b2978a45e993d6aa9922cbc381e8b">boost::locale::boundary::operator!=</a> (std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gac57b915b6feed86f731424c5a5ed531c"></a><!-- doxytag: member="boundary::operator&lt;" ref="gac57b915b6feed86f731424c5a5ed531c" args="(std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename Traits , typename Alloc , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gac57b915b6feed86f731424c5a5ed531c">boost::locale::boundary::operator&lt;</a> (std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gaec0814b0634157834f1ecd949ea4f935"></a><!-- doxytag: member="boundary::operator&lt;=" ref="gaec0814b0634157834f1ecd949ea4f935" args="(std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename Traits , typename Alloc , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaec0814b0634157834f1ecd949ea4f935">boost::locale::boundary::operator&lt;=</a> (std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gad19346448d1464f02f706a3d90932837"></a><!-- doxytag: member="boundary::operator&gt;" ref="gad19346448d1464f02f706a3d90932837" args="(std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename Traits , typename Alloc , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad19346448d1464f02f706a3d90932837">boost::locale::boundary::operator&gt;</a> (std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga48fc6bd37670c164d9fcdf918d20ab9f"></a><!-- doxytag: member="boundary::operator&gt;=" ref="ga48fc6bd37670c164d9fcdf918d20ab9f" args="(std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename Traits , typename Alloc , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga48fc6bd37670c164d9fcdf918d20ab9f">boost::locale::boundary::operator&gt;=</a> (std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga1e22ac8a99d4e743942c5d6e94270e27"></a><!-- doxytag: member="boundary::operator==" ref="ga1e22ac8a99d4e743942c5d6e94270e27" args="(segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)" -->
template&lt;typename Iterator , typename CharType , typename Traits , typename Alloc &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1e22ac8a99d4e743942c5d6e94270e27">boost::locale::boundary::operator==</a> (segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gab36f95a4500a4c2a31b2ece4a0ae9cd1"></a><!-- doxytag: member="boundary::operator!=" ref="gab36f95a4500a4c2a31b2ece4a0ae9cd1" args="(segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)" -->
template&lt;typename Iterator , typename CharType , typename Traits , typename Alloc &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gab36f95a4500a4c2a31b2ece4a0ae9cd1">boost::locale::boundary::operator!=</a> (segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gabf992487402ed47358bf790a6372059d"></a><!-- doxytag: member="boundary::operator&lt;" ref="gabf992487402ed47358bf790a6372059d" args="(segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)" -->
template&lt;typename Iterator , typename CharType , typename Traits , typename Alloc &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gabf992487402ed47358bf790a6372059d">boost::locale::boundary::operator&lt;</a> (segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gab800ff341ec09a99c803dd5fd56e5a81"></a><!-- doxytag: member="boundary::operator&lt;=" ref="gab800ff341ec09a99c803dd5fd56e5a81" args="(segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)" -->
template&lt;typename Iterator , typename CharType , typename Traits , typename Alloc &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gab800ff341ec09a99c803dd5fd56e5a81">boost::locale::boundary::operator&lt;=</a> (segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gaf32c4f420aae266e1d6d4b37e716cc30"></a><!-- doxytag: member="boundary::operator&gt;" ref="gaf32c4f420aae266e1d6d4b37e716cc30" args="(segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)" -->
template&lt;typename Iterator , typename CharType , typename Traits , typename Alloc &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf32c4f420aae266e1d6d4b37e716cc30">boost::locale::boundary::operator&gt;</a> (segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gadfbbd6c86914627ffdc08397023b020a"></a><!-- doxytag: member="boundary::operator&gt;=" ref="gadfbbd6c86914627ffdc08397023b020a" args="(segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)" -->
template&lt;typename Iterator , typename CharType , typename Traits , typename Alloc &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gadfbbd6c86914627ffdc08397023b020a">boost::locale::boundary::operator&gt;=</a> (segment&lt; Iterator &gt; const &amp;l, std::basic_string&lt; CharType, Traits, Alloc &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga04c0513778ff3cf9712dd03244a7ecb3"></a><!-- doxytag: member="boundary::operator==" ref="ga04c0513778ff3cf9712dd03244a7ecb3" args="(CharType const *l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga04c0513778ff3cf9712dd03244a7ecb3">boost::locale::boundary::operator==</a> (CharType const *l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gab8256de904b797b2a57905d3a53f87d7"></a><!-- doxytag: member="boundary::operator!=" ref="gab8256de904b797b2a57905d3a53f87d7" args="(CharType const *l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gab8256de904b797b2a57905d3a53f87d7">boost::locale::boundary::operator!=</a> (CharType const *l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga5d3bf0c32d4deefe23fa474960b0dea6"></a><!-- doxytag: member="boundary::operator&lt;" ref="ga5d3bf0c32d4deefe23fa474960b0dea6" args="(CharType const *l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga5d3bf0c32d4deefe23fa474960b0dea6">boost::locale::boundary::operator&lt;</a> (CharType const *l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gad8fc1bd6bf20fe5337dd91dab7f9084c"></a><!-- doxytag: member="boundary::operator&lt;=" ref="gad8fc1bd6bf20fe5337dd91dab7f9084c" args="(CharType const *l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad8fc1bd6bf20fe5337dd91dab7f9084c">boost::locale::boundary::operator&lt;=</a> (CharType const *l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gaa79f6bb9e721e55d071d7898a3010f8e"></a><!-- doxytag: member="boundary::operator&gt;" ref="gaa79f6bb9e721e55d071d7898a3010f8e" args="(CharType const *l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaa79f6bb9e721e55d071d7898a3010f8e">boost::locale::boundary::operator&gt;</a> (CharType const *l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga4fb2d214673569bf63a5ef97847d8bc3"></a><!-- doxytag: member="boundary::operator&gt;=" ref="ga4fb2d214673569bf63a5ef97847d8bc3" args="(CharType const *l, segment&lt; IteratorR &gt; const &amp;r)" -->
template&lt;typename CharType , typename IteratorR &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga4fb2d214673569bf63a5ef97847d8bc3">boost::locale::boundary::operator&gt;=</a> (CharType const *l, segment&lt; IteratorR &gt; const &amp;r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga2aa32c6dabd5833c3f4806a7a40c0808"></a><!-- doxytag: member="boundary::operator==" ref="ga2aa32c6dabd5833c3f4806a7a40c0808" args="(segment&lt; Iterator &gt; const &amp;l, CharType const *r)" -->
template&lt;typename Iterator , typename CharType &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga2aa32c6dabd5833c3f4806a7a40c0808">boost::locale::boundary::operator==</a> (segment&lt; Iterator &gt; const &amp;l, CharType const *r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gaf50154c65385afc65e206b5fa34fc4ac"></a><!-- doxytag: member="boundary::operator!=" ref="gaf50154c65385afc65e206b5fa34fc4ac" args="(segment&lt; Iterator &gt; const &amp;l, CharType const *r)" -->
template&lt;typename Iterator , typename CharType &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf50154c65385afc65e206b5fa34fc4ac">boost::locale::boundary::operator!=</a> (segment&lt; Iterator &gt; const &amp;l, CharType const *r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gad4be80936d6d852d8a07322ea46c49dd"></a><!-- doxytag: member="boundary::operator&lt;" ref="gad4be80936d6d852d8a07322ea46c49dd" args="(segment&lt; Iterator &gt; const &amp;l, CharType const *r)" -->
template&lt;typename Iterator , typename CharType &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad4be80936d6d852d8a07322ea46c49dd">boost::locale::boundary::operator&lt;</a> (segment&lt; Iterator &gt; const &amp;l, CharType const *r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga1f813e25280a6165cc270ced46bc8c58"></a><!-- doxytag: member="boundary::operator&lt;=" ref="ga1f813e25280a6165cc270ced46bc8c58" args="(segment&lt; Iterator &gt; const &amp;l, CharType const *r)" -->
template&lt;typename Iterator , typename CharType &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga1f813e25280a6165cc270ced46bc8c58">boost::locale::boundary::operator&lt;=</a> (segment&lt; Iterator &gt; const &amp;l, CharType const *r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ga4b12a40f6e30c03e064973a66f8697b8"></a><!-- doxytag: member="boundary::operator&gt;" ref="ga4b12a40f6e30c03e064973a66f8697b8" args="(segment&lt; Iterator &gt; const &amp;l, CharType const *r)" -->
template&lt;typename Iterator , typename CharType &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga4b12a40f6e30c03e064973a66f8697b8">boost::locale::boundary::operator&gt;</a> (segment&lt; Iterator &gt; const &amp;l, CharType const *r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="gae867939516d7fd9cbca258414a0c8377"></a><!-- doxytag: member="boundary::operator&gt;=" ref="gae867939516d7fd9cbca258414a0c8377" args="(segment&lt; Iterator &gt; const &amp;l, CharType const *r)" -->
template&lt;typename Iterator , typename CharType &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#gae867939516d7fd9cbca258414a0c8377">boost::locale::boundary::operator&gt;=</a> (segment&lt; Iterator &gt; const &amp;l, CharType const *r)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare C string and segment. <br/></td></tr>
<tr><td class="memTemplParams" colspan="2">template&lt;typename CharType , typename TraitsType , typename Iterator &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">std::basic_ostream&lt; CharType, <br class="typebreak"/>
TraitsType &gt; &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga66d8f6c9b1c81c36a55aecebd4960b5d">boost::locale::boundary::operator&lt;&lt;</a> (std::basic_ostream&lt; CharType, TraitsType &gt; &amp;out, segment&lt; Iterator &gt; const &amp;tok)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga99daacb708289fe81def9f1ce4486515">boost::locale::boundary::boundary_rule</a> (boundary_type t)</td></tr>
<tr><td colspan="2"><h2><a name="friend-members"></a>
Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga960209e8a9453221641eda6bd8c4989b"></a><!-- doxytag: member="boundary::boundary_point_index&lt; base_iterator &gt;" ref="ga960209e8a9453221641eda6bd8c4989b" args="" -->
class&#160;</td><td class="memItemRight" valign="bottom"><b>boost::locale::boundary::segment_index&lt; BaseIterator &gt;::boundary_point_index&lt; base_iterator &gt;</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaa8ba2e18ec3780af8f001ba85e40b9e2"></a><!-- doxytag: member="boundary::segment_index&lt; base_iterator &gt;" ref="gaa8ba2e18ec3780af8f001ba85e40b9e2" args="" -->
class&#160;</td><td class="memItemRight" valign="bottom"><b>boost::locale::boundary::boundary_point_index&lt; BaseIterator &gt;::segment_index&lt; base_iterator &gt;</b></td></tr>
<tr><td colspan="2"><h2><a name="member-group"></a>
Flags that describe a type of word selected</h2></td></tr>
<tr><td class="ititle" colspan="2"><p><a class="anchor" id="amgrpabac8d1452313f3e83b136f6f21b6d18"></a> <a class="anchor" id="bl_boundary_word_rules"></a> </p>
</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga90cf4f01b95658f659685377226677e7"></a><!-- doxytag: member="boundary::word_none" ref="ga90cf4f01b95658f659685377226677e7" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga90cf4f01b95658f659685377226677e7">boost::locale::boundary::word_none</a> = 0x0000F</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Not a word, like white space or punctuation mark. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaac78a3a6b9e671e253a2591cb56a479b"></a><!-- doxytag: member="boundary::word_number" ref="gaac78a3a6b9e671e253a2591cb56a479b" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaac78a3a6b9e671e253a2591cb56a479b">boost::locale::boundary::word_number</a> = 0x000F0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Word that appear to be a number. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga8b7e6ce2fcb185845fa85a1a4c42b3c4"></a><!-- doxytag: member="boundary::word_letter" ref="ga8b7e6ce2fcb185845fa85a1a4c42b3c4" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga8b7e6ce2fcb185845fa85a1a4c42b3c4">boost::locale::boundary::word_letter</a> = 0x00F00</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Word that contains letters, excluding kana and ideographic characters. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga52d8c63e1f3f8c898c645352206a78ef"></a><!-- doxytag: member="boundary::word_kana" ref="ga52d8c63e1f3f8c898c645352206a78ef" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga52d8c63e1f3f8c898c645352206a78ef">boost::locale::boundary::word_kana</a> = 0x0F000</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Word that contains kana characters. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga705ab96f9e62810c8ed977c90d404ef8"></a><!-- doxytag: member="boundary::word_ideo" ref="ga705ab96f9e62810c8ed977c90d404ef8" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga705ab96f9e62810c8ed977c90d404ef8">boost::locale::boundary::word_ideo</a> = 0xF0000</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Word that contains ideographic characters. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga3ab98808dbb1cc4a346dcc2554c9d8dc"></a><!-- doxytag: member="boundary::word_any" ref="ga3ab98808dbb1cc4a346dcc2554c9d8dc" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga3ab98808dbb1cc4a346dcc2554c9d8dc">boost::locale::boundary::word_any</a> = 0xFFFF0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Any word including numbers, 0 is special flag, equivalent to 15. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gae412d31a918dc793500fed7278663047"></a><!-- doxytag: member="boundary::word_letters" ref="gae412d31a918dc793500fed7278663047" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gae412d31a918dc793500fed7278663047">boost::locale::boundary::word_letters</a> = 0xFFF00</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Any word, excluding numbers but including letters, kana and ideograms. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga5de65589628267ab7f2a51f4147d43f9"></a><!-- doxytag: member="boundary::word_kana_ideo" ref="ga5de65589628267ab7f2a51f4147d43f9" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga5de65589628267ab7f2a51f4147d43f9">boost::locale::boundary::word_kana_ideo</a> = 0xFF000</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Word that includes kana or ideographic characters. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad11031065617b6be9d4662d2c06afd52">boost::locale::boundary::word_mask</a> = 0xFFFFF</td></tr>
<tr><td colspan="2"><h2><a name="member-group"></a>
Flags that describe a type of line break</h2></td></tr>
<tr><td class="ititle" colspan="2"><p><a class="anchor" id="amgrp99d1c759163f3082dff790a7e8e04eb5"></a> <a class="anchor" id="bl_boundary_line_rules"></a> </p>
</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaa6a7b6ea3c63a1101a945b82eb10ebd0"></a><!-- doxytag: member="boundary::line_soft" ref="gaa6a7b6ea3c63a1101a945b82eb10ebd0" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaa6a7b6ea3c63a1101a945b82eb10ebd0">boost::locale::boundary::line_soft</a> = 0x0F</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Soft line break: optional but not required. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga04faac8129ca14e4e5a789652ee8ecab"></a><!-- doxytag: member="boundary::line_hard" ref="ga04faac8129ca14e4e5a789652ee8ecab" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga04faac8129ca14e4e5a789652ee8ecab">boost::locale::boundary::line_hard</a> = 0xF0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Hard line break: like break is required (as per CR/LF) <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga33fb765abbab27ee07cf70bfab8f47e0"></a><!-- doxytag: member="boundary::line_any" ref="ga33fb765abbab27ee07cf70bfab8f47e0" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga33fb765abbab27ee07cf70bfab8f47e0">boost::locale::boundary::line_any</a> = 0xFF</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Soft or Hard line break. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gad5d8f2ac695f14b58d5df277aa5939f9"></a><!-- doxytag: member="boundary::line_mask" ref="gad5d8f2ac695f14b58d5df277aa5939f9" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad5d8f2ac695f14b58d5df277aa5939f9">boost::locale::boundary::line_mask</a> = 0xFF</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Select all types of line breaks. <br/></td></tr>
<tr><td colspan="2"><h2><a name="member-group"></a>
Flags that describe a type of sentence break</h2></td></tr>
<tr><td class="ititle" colspan="2"><p><a class="anchor" id="amgrpfb13ccc6dee7f63c89f426c484168b62"></a> <a class="anchor" id="bl_boundary_sentence_rules"></a> </p>
</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga3befefe67f79691c117bf5588741355b"></a><!-- doxytag: member="boundary::sentence_term" ref="ga3befefe67f79691c117bf5588741355b" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga3befefe67f79691c117bf5588741355b">boost::locale::boundary::sentence_term</a> = 0x0F</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The sentence was terminated with a sentence terminator like ".", "!" possible followed by hard separator like CR, LF, PS. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaf67883341dd3d8f786e7281d40790000"></a><!-- doxytag: member="boundary::sentence_sep" ref="gaf67883341dd3d8f786e7281d40790000" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gaf67883341dd3d8f786e7281d40790000">boost::locale::boundary::sentence_sep</a> = 0xF0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The sentence does not contain terminator like ".", "!" but ended with hard separator like CR, LF, PS or end of input. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gae2042518b20123ec14fbf71458ec9c79"></a><!-- doxytag: member="boundary::sentence_any" ref="gae2042518b20123ec14fbf71458ec9c79" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gae2042518b20123ec14fbf71458ec9c79">boost::locale::boundary::sentence_any</a> = 0xFF</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Either first or second sentence break type;. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gacd2a521edb550e75c624000a1089934c"></a><!-- doxytag: member="boundary::sentence_mask" ref="gacd2a521edb550e75c624000a1089934c" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gacd2a521edb550e75c624000a1089934c">boost::locale::boundary::sentence_mask</a> = 0xFF</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Select all sentence breaking points. <br/></td></tr>
<tr><td colspan="2"><h2><a name="member-group"></a>
Flags that describe a type of character break.</h2></td></tr>
<tr><td class="ititle" colspan="2"><p><a class="anchor" id="amgrp3e1d3241fbeb9a60e2aefb02fdc6f34a"></a> At this point break iterator does not distinguish different kinds of characters so it is used for consistency. </p>
</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga9f9e97f7d234139cabe4c4df92a6d4b5"></a><!-- doxytag: member="boundary::character_any" ref="ga9f9e97f7d234139cabe4c4df92a6d4b5" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#ga9f9e97f7d234139cabe4c4df92a6d4b5">boost::locale::boundary::character_any</a> = 0xF</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Not in use, just for consistency. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gad151135cfe341d3c1f63bf459f6a1f4c"></a><!-- doxytag: member="boundary::character_mask" ref="gad151135cfe341d3c1f63bf459f6a1f4c" args="" -->
static const rule_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__boundary.html#gad151135cfe341d3c1f63bf459f6a1f4c">boost::locale::boundary::character_mask</a> = 0xF</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Select all character breaking points. <br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>This module contains all operations required for boundary analysis of text: character, word, like and sentence boundaries</p>
<p>This module contains all operations required for boundary analysis of text: character, word, like and sentence boundaries </p>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="ga06f2faacb9d196ebc659ad5382ea2ca5"></a><!-- doxytag: member="boost::locale::boundary::segment_index::base_iterator" ref="ga06f2faacb9d196ebc659ad5382ea2ca5" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef BaseIterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::base_iterator</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The type of the iterator used to iterate over the original text </p>
</div>
</div>
<a class="anchor" id="gab3189e2eaf4386cdf37598e0ba16cfd5"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::base_iterator" ref="gab3189e2eaf4386cdf37598e0ba16cfd5" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef BaseIterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::base_iterator</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The type of the iterator used to iterate over the original text </p>
</div>
</div>
<a class="anchor" id="ga5f8e61b5babc3f0fa95f5fb8acae3724"></a><!-- doxytag: member="boost::locale::boundary::segment_index::const_iterator" ref="ga5f8e61b5babc3f0fa95f5fb8acae3724" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef unspecified_iterator_type <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::const_iterator</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The bidirectional iterator that iterates over <a class="el" href="group__boundary.html#ga067c663d18faee08adb3355701ae72ba">value_type</a> objects.</p>
<ul>
<li>The iterators may be invalidated by use of any non-const member function including but not limited to <a class="el" href="group__boundary.html#gad19735180401edb15acbdbbeb21e5a73">rule(rule_type)</a> and <a class="el" href="group__boundary.html#ga205fd51daa439a18527675e663a0802f">full_select(bool)</a>.</li>
<li>The returned value_type object is valid as long as iterator points to it. So this following code is wrong as t used after p was updated: <div class="fragment"><pre class="fragment"> segment_index&lt;some_iterator&gt;::iterator p=index.begin();
segment&lt;some_iterator&gt; &amp;t = *p;
++p;
cout &lt;&lt; t.str() &lt;&lt; endl;
</pre></div> </li>
</ul>
</div>
</div>
<a class="anchor" id="gac9ce9158eb2fb030c1baf93376203d16"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::const_iterator" ref="gac9ce9158eb2fb030c1baf93376203d16" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef unspecified_iterator_type <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::const_iterator</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The bidirectional iterator that iterates over <a class="el" href="group__boundary.html#ga7f7328a860cf485a4bd8f17658c291e1">value_type</a> objects.</p>
<ul>
<li>The iterators may be invalidated by use of any non-const member function including but not limited to <a class="el" href="group__boundary.html#ga56e63913f51109e05a24a7136472a975">rule(rule_type)</a> member function.</li>
<li>The returned value_type object is valid as long as iterator points to it. So this following code is wrong as t used after p was updated: <div class="fragment"><pre class="fragment"> boundary_point_index&lt;some_iterator&gt;::iterator p=index.begin();
boundary_point&lt;some_iterator&gt; &amp;t = *p;
++p;
<a class="code" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095" title="Flags used with word boundary analysis -- the type of the word, line or sentence boundary found...">rule_type</a> r = t-&gt;rule();
</pre></div> </li>
</ul>
</div>
</div>
<a class="anchor" id="ga7b4dd7af8fad53fabd77e629da24d466"></a><!-- doxytag: member="boost::locale::boundary::index_type" ref="ga7b4dd7af8fad53fabd77e629da24d466" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::vector&lt;break_info&gt; <a class="el" href="group__boundary.html#ga7b4dd7af8fad53fabd77e629da24d466">boost::locale::boundary::index_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This type holds the analysis of the text - all its break points with marks </p>
</div>
</div>
<a class="anchor" id="gaf7a775e77dbbca3495e11d646df96fd2"></a><!-- doxytag: member="boost::locale::boundary::segment_index::iterator" ref="gaf7a775e77dbbca3495e11d646df96fd2" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef unspecified_iterator_type <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::iterator</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The bidirectional iterator that iterates over <a class="el" href="group__boundary.html#ga067c663d18faee08adb3355701ae72ba">value_type</a> objects.</p>
<ul>
<li>The iterators may be invalidated by use of any non-const member function including but not limited to <a class="el" href="group__boundary.html#gad19735180401edb15acbdbbeb21e5a73">rule(rule_type)</a> and <a class="el" href="group__boundary.html#ga205fd51daa439a18527675e663a0802f">full_select(bool)</a>.</li>
<li>The returned value_type object is valid as long as iterator points to it. So this following code is wrong as t used after p was updated: <div class="fragment"><pre class="fragment"> segment_index&lt;some_iterator&gt;::iterator p=index.begin();
segment&lt;some_iterator&gt; &amp;t = *p;
++p;
cout &lt;&lt; t.str() &lt;&lt; endl;
</pre></div> </li>
</ul>
</div>
</div>
<a class="anchor" id="ga1af6e72b3c384edcebc0cf319fe97efe"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::iterator" ref="ga1af6e72b3c384edcebc0cf319fe97efe" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef unspecified_iterator_type <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::iterator</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The bidirectional iterator that iterates over <a class="el" href="group__boundary.html#ga7f7328a860cf485a4bd8f17658c291e1">value_type</a> objects.</p>
<ul>
<li>The iterators may be invalidated by use of any non-const member function including but not limited to <a class="el" href="group__boundary.html#ga56e63913f51109e05a24a7136472a975">rule(rule_type)</a> member function.</li>
<li>The returned value_type object is valid as long as iterator points to it. So this following code is wrong as t used after p was updated: <div class="fragment"><pre class="fragment"> boundary_point_index&lt;some_iterator&gt;::iterator p=index.begin();
boundary_point&lt;some_iterator&gt; &amp;t = *p;
++p;
<a class="code" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095" title="Flags used with word boundary analysis -- the type of the word, line or sentence boundary found...">rule_type</a> r = t-&gt;rule();
</pre></div> </li>
</ul>
</div>
</div>
<a class="anchor" id="ga25e193c81052ef1795f1b53b46bc2095"></a><!-- doxytag: member="boost::locale::boundary::rule_type" ref="ga25e193c81052ef1795f1b53b46bc2095" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef uint32_t <a class="el" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095">boost::locale::boundary::rule_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Flags used with word boundary analysis -- the type of the word, line or sentence boundary found. </p>
<p>It is a bit-mask that represents various combinations of rules used to select this specific boundary. </p>
</div>
</div>
<a class="anchor" id="gad4785439a3f03ee455c93830b8f1366c"></a><!-- doxytag: member="boost::locale::boundary::ssegment_index" ref="gad4785439a3f03ee455c93830b8f1366c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef segment_index&lt;std::string::const_iterator&gt; <a class="el" href="group__boundary.html#gad4785439a3f03ee455c93830b8f1366c">boost::locale::boundary::ssegment_index</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>convenience typedef </p>
</div>
</div>
<a class="anchor" id="ga067c663d18faee08adb3355701ae72ba"></a><!-- doxytag: member="boost::locale::boundary::segment_index::value_type" ref="ga067c663d18faee08adb3355701ae72ba" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef segment&lt;base_iterator&gt; <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::value_type</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The type dereferenced by the <a class="el" href="group__boundary.html#gaf7a775e77dbbca3495e11d646df96fd2">iterator</a> and <a class="el" href="group__boundary.html#ga5f8e61b5babc3f0fa95f5fb8acae3724">const_iterator</a>. It is an object that represents selected segment. </p>
</div>
</div>
<a class="anchor" id="ga7f7328a860cf485a4bd8f17658c291e1"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::value_type" ref="ga7f7328a860cf485a4bd8f17658c291e1" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef boundary_point&lt;base_iterator&gt; <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::value_type</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The type dereferenced by the <a class="el" href="group__boundary.html#ga1af6e72b3c384edcebc0cf319fe97efe">iterator</a> and <a class="el" href="group__boundary.html#gac9ce9158eb2fb030c1baf93376203d16">const_iterator</a>. It is an object that represents the selected <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point.html">boundary point</a>. </p>
</div>
</div>
<hr/><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="ga15de9963ce9bb6037c8525901dfbf641"></a><!-- doxytag: member="boost::locale::boundary::boundary_type" ref="ga15de9963ce9bb6037c8525901dfbf641" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boost::locale::boundary::boundary_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This type describes a possible boundary analysis alternatives. </p>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="gga15de9963ce9bb6037c8525901dfbf641ae80c964112541d88af9b875dafb6605d"></a><!-- doxytag: member="character" ref="gga15de9963ce9bb6037c8525901dfbf641ae80c964112541d88af9b875dafb6605d" args="" -->character</em>&nbsp;</td><td>
<p>Analyse the text for character boundaries. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="gga15de9963ce9bb6037c8525901dfbf641a99aad8b8a5e25baa9f695abe5e574bb6"></a><!-- doxytag: member="word" ref="gga15de9963ce9bb6037c8525901dfbf641a99aad8b8a5e25baa9f695abe5e574bb6" args="" -->word</em>&nbsp;</td><td>
<p>Analyse the text for word boundaries. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="gga15de9963ce9bb6037c8525901dfbf641a88aa1509eace7589f5df87d4694871e9"></a><!-- doxytag: member="sentence" ref="gga15de9963ce9bb6037c8525901dfbf641a88aa1509eace7589f5df87d4694871e9" args="" -->sentence</em>&nbsp;</td><td>
<p>Analyse the text for Find sentence boundaries. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="gga15de9963ce9bb6037c8525901dfbf641a72895419fdd7219b3695cf0abd602ea4"></a><!-- doxytag: member="line" ref="gga15de9963ce9bb6037c8525901dfbf641a72895419fdd7219b3695cf0abd602ea4" args="" -->line</em>&nbsp;</td><td>
<p>Analyse the text for positions suitable for line breaks. </p>
</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="gaf74ff9c86c177efa8f74856277d659af"></a><!-- doxytag: member="boost::locale::boundary::segment_index::begin" ref="gaf74ff9c86c177efa8f74856277d659af" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">iterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::begin </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <a class="el" href="group__boundary.html#gaf7a775e77dbbca3495e11d646df96fd2">iterator</a> on the beginning of the segments range.</p>
<p>Preconditions: the <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> should have a mapping</p>
<dl class="note"><dt><b>Note:</b></dt><dd></dd></dl>
<p>The returned iterator is invalidated by access to any non-const member functions of this object </p>
</div>
</div>
<a class="anchor" id="ga56f42a32f0378b6e157671f9e17bd66f"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::begin" ref="ga56f42a32f0378b6e157671f9e17bd66f" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">iterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::begin </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <a class="el" href="group__boundary.html#ga1af6e72b3c384edcebc0cf319fe97efe">iterator</a> on the beginning of the boundary points range.</p>
<p>Preconditions: this <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> should have a mapping</p>
<dl class="note"><dt><b>Note:</b></dt><dd></dd></dl>
<p>The returned iterator is invalidated by access to any non-const member functions of this object </p>
</div>
</div>
<a class="anchor" id="gaba6993dd50ad8cf2db8921e5cf668a69"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::boundary_point_index" ref="gaba6993dd50ad8cf2db8921e5cf668a69" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::boundary_point_index </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Default constructor.</p>
<dl class="note"><dt><b>Note:</b></dt><dd></dd></dl>
<p>When this object is constructed by default it does not include a valid index, thus calling <a class="el" href="group__boundary.html#ga56f42a32f0378b6e157671f9e17bd66f">begin()</a>, <a class="el" href="group__boundary.html#gaf3d66d578e32a63b3f0ffbb59740667b">end()</a> or <a class="el" href="group__boundary.html#ga0bb71a287afca990e85b17246568492d">find()</a> member functions would lead to undefined behavior </p>
</div>
</div>
<a class="anchor" id="gacc189288792012cfdb21c07fddbadc4f"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::boundary_point_index" ref="gacc189288792012cfdb21c07fddbadc4f" args="(boundary_type type, base_iterator begin, base_iterator end, rule_type mask, std::locale const &amp;loc=std::locale())" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::boundary_point_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boundary_type</a>&#160;</td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>begin</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095">rule_type</a>&#160;</td>
<td class="paramname"><em>mask</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::locale const &amp;&#160;</td>
<td class="paramname"><em>loc</em> = <code>std::locale()</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> for boundary analysis <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">type</a> of the text in range [begin,end) using a rule <em>mask</em> for locale <em>loc</em>. </p>
</div>
</div>
<a class="anchor" id="ga9b926379fa2fcc7f87dc067953049d69"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::boundary_point_index" ref="ga9b926379fa2fcc7f87dc067953049d69" args="(boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::boundary_point_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boundary_type</a>&#160;</td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>begin</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::locale const &amp;&#160;</td>
<td class="paramname"><em>loc</em> = <code>std::locale()</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> for boundary analysis <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">type</a> of the text in range [begin,end) selecting all possible boundary points (full mask) for locale <em>loc</em>. </p>
</div>
</div>
<a class="anchor" id="gac48665ff53789c6ee44a423963b6550d"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::boundary_point_index" ref="gac48665ff53789c6ee44a423963b6550d" args="(segment_index&lt; base_iterator &gt; const &amp;other)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::boundary_point_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">segment_index</a>&lt; <a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a> &gt; const &amp;&#160;</td>
<td class="paramname"><em>other</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> from a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">segment_index</a>. It copies all indexing information and uses the default rule (all possible boundary points)</p>
<p>This operation is very cheap, so if you use <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> and <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> on same text range it is much better to create one from another rather then indexing the same range twice.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="group__boundary.html#ga1d214029f1a780b7bf6e3f23a3004c03">rule()</a> flags are not copied </dd></dl>
</div>
</div>
<a class="anchor" id="ga99daacb708289fe81def9f1ce4486515"></a><!-- doxytag: member="boost::locale::boundary::boundary_rule" ref="ga99daacb708289fe81def9f1ce4486515" args="(boundary_type t)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">rule_type <a class="el" href="group__boundary.html#ga99daacb708289fe81def9f1ce4486515">boost::locale::boundary::boundary_rule</a> </td>
<td>(</td>
<td class="paramtype">boundary_type&#160;</td>
<td class="paramname"><em>t</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This function returns the mask that covers all variants for specific boundary type </p>
</div>
</div>
<a class="anchor" id="ga8757062d2446b35675b585651c5fea9f"></a><!-- doxytag: member="boost::locale::boundary::segment_index::end" ref="ga8757062d2446b35675b585651c5fea9f" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">iterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::end </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <a class="el" href="group__boundary.html#gaf7a775e77dbbca3495e11d646df96fd2">iterator</a> on the ending of the segments range.</p>
<p>Preconditions: the <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> should have a mapping</p>
<p>The returned iterator is invalidated by access to any non-const member functions of this object </p>
</div>
</div>
<a class="anchor" id="gaf3d66d578e32a63b3f0ffbb59740667b"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::end" ref="gaf3d66d578e32a63b3f0ffbb59740667b" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">iterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::end </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <a class="el" href="group__boundary.html#ga1af6e72b3c384edcebc0cf319fe97efe">iterator</a> on the ending of the boundary points range.</p>
<p>Preconditions: this <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> should have a mapping</p>
<dl class="note"><dt><b>Note:</b></dt><dd></dd></dl>
<p>The returned iterator is invalidated by access to any non-const member functions of this object </p>
</div>
</div>
<a class="anchor" id="ga2480236106971797460187777f2a4411"></a><!-- doxytag: member="boost::locale::boundary::segment_index::find" ref="ga2480236106971797460187777f2a4411" args="(base_iterator p) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">iterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::find </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>p</em></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Find a first valid segment following a position <em>p</em>.</p>
<p>If <em>p</em> is inside a valid segment this segment is selected:</p>
<p>For example: For <a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a99aad8b8a5e25baa9f695abe5e574bb6">word</a> boundary analysis with <a class="el" href="group__boundary.html#ga3ab98808dbb1cc4a346dcc2554c9d8dc">word_any</a> <a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">rule()</a>:</p>
<ul>
<li>"to| be or ", would point to "be",</li>
<li>"t|o be or ", would point to "to",</li>
<li>"to be or| ", would point to end.</li>
</ul>
<p>Preconditions: the <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> should have a mapping and <em>p</em> should be valid iterator to the text in the mapped range.</p>
<p>The returned iterator is invalidated by access to any non-const member functions of this object </p>
</div>
</div>
<a class="anchor" id="ga0bb71a287afca990e85b17246568492d"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::find" ref="ga0bb71a287afca990e85b17246568492d" args="(base_iterator p) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">iterator <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::find </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>p</em></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Find a first valid boundary point on a position <em>p</em> or following it.</p>
<p>For example: For <a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a99aad8b8a5e25baa9f695abe5e574bb6">word</a> boundary analysis of the text "to be or"</p>
<ul>
<li>"|to be", would return boundary point at "|to be",</li>
<li>"t|o be", would point to "to| be"</li>
</ul>
<p>Preconditions: the <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> should have a mapping and <em>p</em> should be valid iterator to the text in the mapped range.</p>
<p>The returned iterator is invalidated by access to any non-const member functions of this object </p>
</div>
</div>
<a class="anchor" id="gace7faa10d536c85df0f2d5cac85f2bbc"></a><!-- doxytag: member="boost::locale::boundary::segment_index::full_select" ref="gace7faa10d536c85df0f2d5cac85f2bbc" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::full_select </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the full_select property value - should segment include in the range values that not belong to specific <a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">rule()</a> or not.</p>
<p>The default value is false.</p>
<p>For example for <a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a88aa1509eace7589f5df87d4694871e9">sentence</a> boundary with rule <a class="el" href="group__boundary.html#ga3befefe67f79691c117bf5588741355b">sentence_term</a> the segments of text "Hello! How\nare you?" are "Hello!\", "are you?" when <a class="el" href="group__boundary.html#gace7faa10d536c85df0f2d5cac85f2bbc">full_select()</a> is false because "How\n" is selected as sentence by a rule spits the text by line feed. If <a class="el" href="group__boundary.html#gace7faa10d536c85df0f2d5cac85f2bbc">full_select()</a> is true the returned segments are "Hello! ", "How\nare you?" where "How\n" is joined with the following part "are you?" </p>
</div>
</div>
<a class="anchor" id="ga205fd51daa439a18527675e663a0802f"></a><!-- doxytag: member="boost::locale::boundary::segment_index::full_select" ref="ga205fd51daa439a18527675e663a0802f" args="(bool v)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::full_select </td>
<td>(</td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>v</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the full_select property value - should segment include in the range values that not belong to specific <a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">rule()</a> or not.</p>
<p>The default value is false.</p>
<p>For example for <a class="el" href="group__boundary.html#gga15de9963ce9bb6037c8525901dfbf641a88aa1509eace7589f5df87d4694871e9">sentence</a> boundary with rule <a class="el" href="group__boundary.html#ga3befefe67f79691c117bf5588741355b">sentence_term</a> the segments of text "Hello! How\nare you?" are "Hello!\", "are you?" when <a class="el" href="group__boundary.html#gace7faa10d536c85df0f2d5cac85f2bbc">full_select()</a> is false because "How\n" is selected as sentence by a rule spits the text by line feed. If <a class="el" href="group__boundary.html#gace7faa10d536c85df0f2d5cac85f2bbc">full_select()</a> is true the returned segments are "Hello! ", "How\nare you?" where "How\n" is joined with the following part "are you?" </p>
</div>
</div>
<a class="anchor" id="gafa2a756b10d3522743204b45b794bb3e"></a><!-- doxytag: member="boost::locale::boundary::segment_index::map" ref="gafa2a756b10d3522743204b45b794bb3e" args="(boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::map </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boundary_type</a>&#160;</td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>begin</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::locale const &amp;&#160;</td>
<td class="paramname"><em>loc</em> = <code>std::locale()</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new index for boundary analysis <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">type</a> of the text in range [begin,end) for locale <em>loc</em>.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">rule()</a> and <a class="el" href="group__boundary.html#gace7faa10d536c85df0f2d5cac85f2bbc">full_select()</a> remain unchanged. </dd></dl>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="boundary_8cpp-example.html#a8">boundary.cpp</a>, and <a class="el" href="wboundary_8cpp-example.html#a8">wboundary.cpp</a>.</dd>
</dl>
</div>
</div>
<a class="anchor" id="ga6b4b5d5cf80b55302a88e7b36c812418"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::map" ref="ga6b4b5d5cf80b55302a88e7b36c812418" args="(boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::map </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boundary_type</a>&#160;</td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>begin</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a>&#160;</td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::locale const &amp;&#160;</td>
<td class="paramname"><em>loc</em> = <code>std::locale()</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new index for boundary analysis <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">type</a> of the text in range [begin,end) for locale <em>loc</em>.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="group__boundary.html#ga1d214029f1a780b7bf6e3f23a3004c03">rule()</a> remains unchanged. </dd></dl>
</div>
</div>
<a class="anchor" id="gab92086846a31a6826c00a3df90027f0f"></a><!-- doxytag: member="boost::locale::boundary::operator!=" ref="gab92086846a31a6826c00a3df90027f0f" args="(BaseIterator const &amp;l, boundary_point&lt; BaseIterator &gt; const &amp;r)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">bool boost::locale::boundary::operator!= </td>
<td>(</td>
<td class="paramtype">BaseIterator const &amp;&#160;</td>
<td class="paramname"><em>l</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">boundary_point&lt; BaseIterator &gt; const &amp;&#160;</td>
<td class="paramname"><em>r</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Check if the boundary point <em>r</em> points to different location from an iterator <em>l</em> </p>
</div>
</div>
<a class="anchor" id="ga66d8f6c9b1c81c36a55aecebd4960b5d"></a><!-- doxytag: member="boost::locale::boundary::operator&lt;&lt;" ref="ga66d8f6c9b1c81c36a55aecebd4960b5d" args="(std::basic_ostream&lt; CharType, TraitsType &gt; &amp;out, segment&lt; Iterator &gt; const &amp;tok)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename CharType , typename TraitsType , typename Iterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">std::basic_ostream&lt;CharType,TraitsType&gt;&amp; boost::locale::boundary::operator&lt;&lt; </td>
<td>(</td>
<td class="paramtype">std::basic_ostream&lt; CharType, TraitsType &gt; &amp;&#160;</td>
<td class="paramname"><em>out</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">segment&lt; Iterator &gt; const &amp;&#160;</td>
<td class="paramname"><em>tok</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Write the segment to the stream character by character </p>
</div>
</div>
<a class="anchor" id="gae7941dc874ca05d2ef2a03f781c5b78a"></a><!-- doxytag: member="boost::locale::boundary::segment_index::operator=" ref="gae7941dc874ca05d2ef2a03f781c5b78a" args="(boundary_point_index&lt; base_iterator &gt; const &amp;)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">segment_index const&amp; <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::operator= </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boundary_point_index</a>&lt; <a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a> &gt; const &amp;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Copy an index from a <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boundary_point_index</a>. It copies all indexing information and uses the default rule (all possible segments)</p>
<p>This operation is very cheap, so if you use <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> and <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> on same text range it is much better to create one from another rather then indexing the same range twice.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">rule()</a> flags are not copied </dd></dl>
</div>
</div>
<a class="anchor" id="ga83d57b993b00686b2cac711667c6a931"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::operator=" ref="ga83d57b993b00686b2cac711667c6a931" args="(segment_index&lt; base_iterator &gt; const &amp;other)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">boundary_point_index const&amp; <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::operator= </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">segment_index</a>&lt; <a class="el" href="group__boundary.html#gab3189e2eaf4386cdf37598e0ba16cfd5">base_iterator</a> &gt; const &amp;&#160;</td>
<td class="paramname"><em>other</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Copy a <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> from a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">segment_index</a>. It copies all indexing information and keeps the current <a class="el" href="group__boundary.html#ga1d214029f1a780b7bf6e3f23a3004c03">rule()</a> unchanged</p>
<p>This operation is very cheap, so if you use <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> and <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> on same text range it is much better to create one from another rather then indexing the same range twice.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="group__boundary.html#ga1d214029f1a780b7bf6e3f23a3004c03">rule()</a> flags are not copied </dd></dl>
</div>
</div>
<a class="anchor" id="ga47bc5ece5c461aa4c538354a9e80a707"></a><!-- doxytag: member="boost::locale::boundary::operator==" ref="ga47bc5ece5c461aa4c538354a9e80a707" args="(BaseIterator const &amp;l, boundary_point&lt; BaseIterator &gt; const &amp;r)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">bool boost::locale::boundary::operator== </td>
<td>(</td>
<td class="paramtype">BaseIterator const &amp;&#160;</td>
<td class="paramname"><em>l</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">boundary_point&lt; BaseIterator &gt; const &amp;&#160;</td>
<td class="paramname"><em>r</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Check if the boundary point <em>r</em> points to same location as an iterator <em>l</em> </p>
</div>
</div>
<a class="anchor" id="ga72b4ceb5bacec0eded2601c43a4d671a"></a><!-- doxytag: member="boost::locale::boundary::segment_index::rule" ref="ga72b4ceb5bacec0eded2601c43a4d671a" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">rule_type <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::rule </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the mask of rules that are used </p>
</div>
</div>
<a class="anchor" id="gad19735180401edb15acbdbbeb21e5a73"></a><!-- doxytag: member="boost::locale::boundary::segment_index::rule" ref="gad19735180401edb15acbdbbeb21e5a73" args="(rule_type v)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::rule </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095">rule_type</a>&#160;</td>
<td class="paramname"><em>v</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the mask of rules that are used </p>
</div>
</div>
<a class="anchor" id="ga1d214029f1a780b7bf6e3f23a3004c03"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::rule" ref="ga1d214029f1a780b7bf6e3f23a3004c03" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">rule_type <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::rule </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the mask of rules that are used </p>
</div>
</div>
<a class="anchor" id="ga56e63913f51109e05a24a7136472a975"></a><!-- doxytag: member="boost::locale::boundary::boundary_point_index::rule" ref="ga56e63913f51109e05a24a7136472a975" args="(rule_type v)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator &gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boost::locale::boundary::boundary_point_index</a>&lt; BaseIterator &gt;::rule </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095">rule_type</a>&#160;</td>
<td class="paramname"><em>v</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the mask of rules that are used </p>
</div>
</div>
<a class="anchor" id="ga2c354f4cc03677b58c97038cd84dc465"></a><!-- doxytag: member="boost::locale::boundary::segment_index::segment_index" ref="ga2c354f4cc03677b58c97038cd84dc465" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::segment_index </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Default constructor.</p>
<dl class="note"><dt><b>Note:</b></dt><dd></dd></dl>
<p>When this object is constructed by default it does not include a valid index, thus calling <a class="el" href="group__boundary.html#gaf74ff9c86c177efa8f74856277d659af">begin()</a>, <a class="el" href="group__boundary.html#ga8757062d2446b35675b585651c5fea9f">end()</a> or <a class="el" href="group__boundary.html#ga2480236106971797460187777f2a4411">find()</a> member functions would lead to undefined behavior </p>
</div>
</div>
<a class="anchor" id="ga06ddc335e95479ec51e9b16d0f829bb3"></a><!-- doxytag: member="boost::locale::boundary::segment_index::segment_index" ref="ga06ddc335e95479ec51e9b16d0f829bb3" args="(boundary_type type, base_iterator begin, base_iterator end, rule_type mask, std::locale const &amp;loc=std::locale())" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::segment_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boundary_type</a>&#160;</td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>begin</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga25e193c81052ef1795f1b53b46bc2095">rule_type</a>&#160;</td>
<td class="paramname"><em>mask</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::locale const &amp;&#160;</td>
<td class="paramname"><em>loc</em> = <code>std::locale()</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> for boundary analysis <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">type</a> of the text in range [begin,end) using a rule <em>mask</em> for locale <em>loc</em>. </p>
</div>
</div>
<a class="anchor" id="ga46a5f584d5a1a43ad4bc0fff07183fcc"></a><!-- doxytag: member="boost::locale::boundary::segment_index::segment_index" ref="ga46a5f584d5a1a43ad4bc0fff07183fcc" args="(boundary_type type, base_iterator begin, base_iterator end, std::locale const &amp;loc=std::locale())" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::segment_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">boundary_type</a>&#160;</td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>begin</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a>&#160;</td>
<td class="paramname"><em>end</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::locale const &amp;&#160;</td>
<td class="paramname"><em>loc</em> = <code>std::locale()</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> for boundary analysis <a class="el" href="group__boundary.html#ga15de9963ce9bb6037c8525901dfbf641">type</a> of the text in range [begin,end) selecting all possible segments (full mask) for locale <em>loc</em>. </p>
</div>
</div>
<a class="anchor" id="ga8187f58177fc89ef2f8f818a37111363"></a><!-- doxytag: member="boost::locale::boundary::segment_index::segment_index" ref="ga8187f58177fc89ef2f8f818a37111363" args="(boundary_point_index&lt; base_iterator &gt; const &amp;)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename BaseIterator&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html">boost::locale::boundary::segment_index</a>&lt; BaseIterator &gt;::segment_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boundary_point_index</a>&lt; <a class="el" href="group__boundary.html#ga06f2faacb9d196ebc659ad5382ea2ca5">base_iterator</a> &gt; const &amp;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> from a <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html">boundary_point_index</a>. It copies all indexing information and used default rule (all possible segments)</p>
<p>This operation is very cheap, so if you use <a class="el" href="classboost_1_1locale_1_1boundary_1_1boundary__point__index.html" title="This class holds an index of boundary points and allows iterating over them.">boundary_point_index</a> and <a class="el" href="classboost_1_1locale_1_1boundary_1_1segment__index.html" title="This class holds an index of segments in the text range and allows to iterate over them...">segment_index</a> on same text range it is much better to create one from another rather then indexing the same range twice.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="group__boundary.html#ga72b4ceb5bacec0eded2601c43a4d671a">rule()</a> flags are not copied </dd></dl>
</div>
</div>
<hr/><h2>Variable Documentation</h2>
<a class="anchor" id="gad11031065617b6be9d4662d2c06afd52"></a><!-- doxytag: member="boost::locale::boundary::word_mask" ref="gad11031065617b6be9d4662d2c06afd52" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const rule_type <a class="el" href="group__boundary.html#gad11031065617b6be9d4662d2c06afd52">boost::locale::boundary::word_mask</a> = 0xFFFFF<code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Full word mask - select all possible variants </p>
</div>
</div>
</div><!-- contents -->
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="footer">
&copy; Copyright 2009-2012 Artyom Beilis, Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>, Version 1.0.
</li>
</ul>
</div>
</body>
</html>