http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4c7c2f1b/docs/cpp/buffer_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/buffer_8h.html b/docs/cpp/buffer_8h.html
index 4eab90e..d69bcac 100644
--- a/docs/cpp/buffer_8h.html
+++ b/docs/cpp/buffer_8h.html
@@ -80,6 +80,7 @@ $(function() {
 <code>#include &lt;memory&gt;</code><br />
 <code>#include &lt;string&gt;</code><br />
 <code>#include &lt;type_traits&gt;</code><br />
+<code>#include &quot;<a class="el" 
href="memory__pool_8h_source.html">arrow/memory_pool.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" 
href="status_8h_source.html">arrow/status.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" 
href="bit-util_8h_source.html">arrow/util/bit-util.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" 
href="macros_8h_source.html">arrow/util/macros.h</a>&quot;</code><br />
@@ -90,17 +91,19 @@ $(function() {
 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a 
name="nested-classes"></a>
 Classes</h2></td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classarrow_1_1_buffer.html">arrow::Buffer</a></td></tr>
-<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td 
class="mdescRight">Immutable API for a chunk of bytes which may or may not be 
owned by the class instance.  <a 
href="classarrow_1_1_buffer.html#details">More...</a><br /></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td 
class="mdescRight">Object containing a pointer to a piece of contiguous memory 
with a particular size.  <a 
href="classarrow_1_1_buffer.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classarrow_1_1_mutable_buffer.html">arrow::MutableBuffer</a></td></tr>
-<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 
<a class="el" href="classarrow_1_1_buffer.html" title="Immutable API for a 
chunk of bytes which may or may not be owned by the class instance. 
">Buffer</a> whose contents can be mutated. May or may not own its data.  <a 
href="classarrow_1_1_mutable_buffer.html#details">More...</a><br /></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 
<a class="el" href="classarrow_1_1_buffer.html" title="Object containing a 
pointer to a piece of contiguous memory with a particular size. ">Buffer</a> 
whose contents can be mutated.  <a 
href="classarrow_1_1_mutable_buffer.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classarrow_1_1_resizable_buffer.html">arrow::ResizableBuffer</a></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 
mutable buffer that can be resized.  <a 
href="classarrow_1_1_resizable_buffer.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classarrow_1_1_pool_buffer.html">arrow::PoolBuffer</a></td></tr>
-<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 
<a class="el" href="classarrow_1_1_buffer.html" title="Immutable API for a 
chunk of bytes which may or may not be owned by the class instance. 
">Buffer</a> whose lifetime is tied to a particular <a class="el" 
href="classarrow_1_1_memory_pool.html" title="Base class for memory allocation. 
">MemoryPool</a>.  <a 
href="classarrow_1_1_pool_buffer.html#details">More...</a><br /></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 
<a class="el" href="classarrow_1_1_buffer.html" title="Object containing a 
pointer to a piece of contiguous memory with a particular size. ">Buffer</a> 
whose lifetime is tied to a particular <a class="el" 
href="classarrow_1_1_memory_pool.html" title="Base class for memory allocation. 
">MemoryPool</a>.  <a 
href="classarrow_1_1_pool_buffer.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classarrow_1_1_buffer_builder.html">arrow::BufferBuilder</a></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">A 
class for incrementally building a contiguous chunk of in-memory data.  <a 
href="classarrow_1_1_buffer_builder.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class 
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" 
href="classarrow_1_1_typed_buffer_builder.html">arrow::TypedBufferBuilder&lt; T 
&gt;</a></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

Reply via email to