1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>result_code</title> 5<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../../../index.html" title="Chapter 1. Geometry"> 8<link rel="up" href="../enumerations.html" title="Enumerations"> 9<link rel="prev" href="piece_type.html" title="piece_type"> 10<link rel="next" href="validity_failure_type.html" title="validity_failure_type"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> 15<td align="center"><a href="../../../../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="piece_type.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../enumerations.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="validity_failure_type.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h4 class="title"> 27<a name="geometry.reference.enumerations.result_code"></a><a class="link" href="result_code.html" title="result_code">result_code</a> 28</h4></div></div></div> 29<p> 30 <a class="indexterm" name="idm45635682226304"></a> 31<a class="indexterm" name="idm45635682225488"></a> 32<a class="indexterm" name="idm45635682224672"></a> 33<a class="indexterm" name="idm45635682223856"></a> 34Enumerates types of result codes from buffer strategies. 35 </p> 36<h6> 37<a name="geometry.reference.enumerations.result_code.h0"></a> 38 <span class="phrase"><a name="geometry.reference.enumerations.result_code.synopsis"></a></span><a class="link" href="result_code.html#geometry.reference.enumerations.result_code.synopsis">Synopsis</a> 39 </h6> 40<p> 41</p> 42<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">result_code</span> <span class="special">{</span><span class="identifier">result_normal</span><span class="special">,</span> <span class="identifier">result_error_numerical</span><span class="special">,</span> <span class="identifier">result_no_output</span><span class="special">};</span></pre> 43<p> 44 </p> 45<h6> 46<a name="geometry.reference.enumerations.result_code.h1"></a> 47 <span class="phrase"><a name="geometry.reference.enumerations.result_code.values"></a></span><a class="link" href="result_code.html#geometry.reference.enumerations.result_code.values">Values</a> 48 </h6> 49<div class="informaltable"><table class="table"> 50<colgroup> 51<col> 52<col> 53</colgroup> 54<thead><tr> 55<th> 56 <p> 57 Value 58 </p> 59 </th> 60<th> 61 <p> 62 Description 63 </p> 64 </th> 65</tr></thead> 66<tbody> 67<tr> 68<td> 69 <p> 70 result_normal 71 </p> 72 </td> 73<td> 74 </td> 75</tr> 76<tr> 77<td> 78 <p> 79 result_error_numerical 80 </p> 81 </td> 82<td> 83 </td> 84</tr> 85<tr> 86<td> 87 <p> 88 result_no_output 89 </p> 90 </td> 91<td> 92 </td> 93</tr> 94</tbody> 95</table></div> 96<h6> 97<a name="geometry.reference.enumerations.result_code.h2"></a> 98 <span class="phrase"><a name="geometry.reference.enumerations.result_code.header"></a></span><a class="link" href="result_code.html#geometry.reference.enumerations.result_code.header">Header</a> 99 </h6> 100<p> 101 <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">strategies</span><span class="special">/</span><span class="identifier">buffer</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code> 102 </p> 103</div> 104<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 105<td align="left"></td> 106<td align="right"><div class="copyright-footer">Copyright © 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam 107 Wulkiewicz, Oracle and/or its affiliates<p> 108 Distributed under the Boost Software License, Version 1.0. (See accompanying 109 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 110 </p> 111</div></td> 112</tr></table> 113<hr> 114<div class="spirit-nav"> 115<a accesskey="p" href="piece_type.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../enumerations.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="validity_failure_type.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> 116</div> 117</body> 118</html> 119