Deploy to GitHub pages
[m6w6/libmemcached] / libhashkit / index.html
index ae2bbfcbbf13ffc3affd9fd2bf5aee7abb55c8fc..c56acd57481a75b3588b31d8a02e82851fc529da 100644 (file)
@@ -8,7 +8,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>libhashkit API &mdash; libmemcached 1.0.99 documentation</title>
+  <title>libhashkit - C/C++ hashing library &mdash; libmemcached 1.0.99 documentation</title>
   
 
   
@@ -37,7 +37,7 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="copyright" title="Copyright" href="../copyright.html" />
     <link rel="next" title="Creating a hashkit structure" href="hashkit_create.html" />
-    <link rel="prev" title="libhashkit - C/C++ hashing library" href="../libhashkit.html" /> 
+    <link rel="prev" title="Working with memcached pools" href="../libmemcachedutil/memcached_pool.html" /> 
 </head>
 
 <body class="wy-body-for-nav">
               
             
             
-              <p class="caption"><span class="caption-text">libmemcached</span></p>
-<ul>
+              <ul class="current">
 <li class="toctree-l1"><a class="reference internal" href="../libmemcached.html">Introduction</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../libmemcached/index.html">libmemcached API</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../libmemcached/index_misc.html">Misc</a></li>
-</ul>
-<p class="caption"><span class="caption-text">libmemcachedutil</span></p>
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="../libmemcachedutil.html">Introduction</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../libmemcachedutil/index.html">libmemcachedutil API</a></li>
-</ul>
-<p class="caption"><span class="caption-text">libhashkit</span></p>
-<ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="../libhashkit.html">Introduction</a></li>
 <li class="toctree-l1 current"><a class="current reference internal" href="#">libhashkit API</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="hashkit_create.html">Creating a hashkit structure</a></li>
 <li class="toctree-l2"><a class="reference internal" href="hashkit_function.html">Set Hash Function</a></li>
 <li class="toctree-l2"><a class="reference internal" href="hashkit_value.html">Generate hash value</a></li>
 </ul>
 </li>
-</ul>
-<p class="caption"><span class="caption-text">Client Applications</span></p>
-<ul>
 <li class="toctree-l1"><a class="reference internal" href="../bin/index.html">Client Applications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../libmemcached/index_misc.html">Miscellaneous</a></li>
 </ul>
-<p class="caption"><span class="caption-text">Copyright</span></p>
 <ul>
+<li class="toctree-l1"><a class="reference internal" href="../changelogs.html">Change Logs</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../copyright.html">Copyright</a></li>
 </ul>
 
     
       <li><a href="../index.html">Docs</a> &raquo;</li>
         
-      <li>libhashkit API</li>
+      <li>libhashkit - C/C++ hashing library</li>
     
     
       <li class="wy-breadcrumbs-aside">
         
             
+            
+              <a href="https://github.com/m6w6/libmemcached/blob/v1.x/docs/source/libhashkit/index.rst" class="fa fa-github"> Edit on GitHub</a>
+            
+          
         
       </li>
     
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
            <div itemprop="articleBody">
             
-  <div class="section" id="libhashkit-api">
-<h1>libhashkit API<a class="headerlink" href="#libhashkit-api" title="Permalink to this headline">¶</a></h1>
+  <div class="section" id="libhashkit-c-c-hashing-library">
+<h1>libhashkit - C/C++ hashing library<a class="headerlink" href="#libhashkit-c-c-hashing-library" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="synopsis">
+<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
+<dl class="docutils">
+<dt>#include &lt;libhashkit-1.0/hashkit.h&gt;</dt>
+<dd>Compile and link with -lhashkit.</dd>
+</dl>
+</div>
+<div class="section" id="description">
+<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
+<p><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">libhashkit</span></code> is a small and thread-safe client library that provides a collection
+of useful hashing algorithms.</p>
+<p><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">libhashkit</span></code> is distributed with <code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">libmemcached</span></code>.</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Hashkit API</span></p>
 <ul>
 <li class="toctree-l1"><a class="reference internal" href="hashkit_value.html">Generate hash value</a></li>
 </ul>
 </div>
+</div>
+<div class="section" id="see-also">
+<h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li><a class="reference internal" href="../libmemcached.html"><span class="doc">C/C++ Client Library for memcached</span></a></li>
+</ul>
+</div>
 </div>
 
 
         <a href="hashkit_create.html" class="btn btn-neutral float-right" title="Creating a hashkit structure" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
-        <a href="../libhashkit.html" class="btn btn-neutral float-left" title="libhashkit - C/C++ hashing library" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+        <a href="../libmemcachedutil/memcached_pool.html" class="btn btn-neutral float-left" title="Working with memcached pools" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
       
     </div>