Skip to content

Commit

Permalink
Deploying to gh-pages from @ 50814c0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
5had3z committed Aug 14, 2024
1 parent d40bce5 commit 00249f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/custom_dataset.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Serialized Database

.. code-block:: c++

#include "replay_interface.hpp"
#include "database.hpp"

namespace cvt {

Expand Down
2 changes: 1 addition & 1 deletion custom_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<section id="serialized-database">
<h2>Serialized Database<a class="headerlink" href="#serialized-database" title="Link to this heading"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">ReplayDatabase</span></code> is templated on a which specializes the <code class="docutils literal notranslate"><span class="pre">DatabaseInterface</span></code> type, hence fulfils the <code class="docutils literal notranslate"><span class="pre">HasDBInterface</span></code> concept. This <code class="docutils literal notranslate"><span class="pre">DatabaseInterface</span></code> defines how to read and write that type to the database, as well as other utilities such as only reading the header to get <code class="docutils literal notranslate"><span class="pre">ReplayInfo</span></code> metadata. The metadata/header is relatively hard-coded into the <code class="docutils literal notranslate"><span class="pre">DatabaseInterface</span></code>, it is up to the user to modify that as appropriate.</p>
<div class="highlight-c++ notranslate"><div class="highlight"><pre><span></span><span class="cp">#include</span><span class="w"> </span><span class="cpf">&quot;replay_interface.hpp&quot;</span>
<div class="highlight-c++ notranslate"><div class="highlight"><pre><span></span><span class="cp">#include</span><span class="w"> </span><span class="cpf">&quot;database.hpp&quot;</span>

<span class="k">namespace</span><span class="w"> </span><span class="nn">cvt</span><span class="w"> </span><span class="p">{</span>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 00249f6

Please sign in to comment.