Skip to content

Commit

Permalink
deploy: f3ec829
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Oct 8, 2023
1 parent 58bd4b8 commit 53874d4
Show file tree
Hide file tree
Showing 455 changed files with 17 additions and 92,317 deletions.
1 change: 1 addition & 0 deletions annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ <h1>Classes</h1>
<li>class <a href="classcubos_1_1core_1_1memory_1_1StandardStream.html" class="m-doc">StandardStream</a> <span class="m-doc"><a href="classcubos_1_1core_1_1memory_1_1Stream.html" class="m-doc">Stream</a> implementation which wraps a <code>libc</code> file pointer.</span></li>
<li>class <a href="classcubos_1_1core_1_1memory_1_1Stream.html" class="m-doc">Stream</a> <span class="m-doc">Interface class for memory streams. Abstracts away sources or destinations of data.</span></li>
<li>class <a href="classcubos_1_1core_1_1memory_1_1TypeMap.html" class="m-doc">TypeMap</a> <span class="m-doc">A map that stores values of type <code>V</code>, using types as keys.</span></li>
<li>class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">UnorderedBimap</a> <span class="m-label m-flat m-warning">final</span> <span class="m-doc">A bidirectional hash table.</span></li>
<li>class <a href="classcubos_1_1core_1_1memory_1_1WriteGuard.html" class="m-doc">WriteGuard</a> <span class="m-doc">Provides safe read-write access to an object using a lock.</span></li>
</ul>
</li>
Expand Down
2 changes: 2 additions & 0 deletions dir_9bdaf8f561be1ffd03f616379797b70b.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ <h2><a href="#files">Files</a></h2>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1Stream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />Stream</a>.</dd>
<dt>file <a href="type__map_8hpp.html" class="m-doc">type_map.hpp</a></dt>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1TypeMap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />TypeMap</a>.</dd>
<dt>file <a href="unordered__bimap_8hpp.html" class="m-doc">unordered_bimap.hpp</a></dt>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />UnorderedBimap</a>.</dd>
</dl>
</section>
</div>
Expand Down
1 change: 1 addition & 0 deletions files.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ <h1>Files</h1>
<li>file <a href="standard__stream_8hpp.html" class="m-doc">standard_stream.hpp</a> <span class="m-doc">Class <a href="classcubos_1_1core_1_1memory_1_1StandardStream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />StandardStream</a>.</span></li>
<li>file <a href="stream_8hpp.html" class="m-doc">stream.hpp</a> <span class="m-doc">Class <a href="classcubos_1_1core_1_1memory_1_1Stream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />Stream</a>.</span></li>
<li>file <a href="type__map_8hpp.html" class="m-doc">type_map.hpp</a> <span class="m-doc">Class <a href="classcubos_1_1core_1_1memory_1_1TypeMap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />TypeMap</a>.</span></li>
<li>file <a href="unordered__bimap_8hpp.html" class="m-doc">unordered_bimap.hpp</a> <span class="m-doc">Class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />UnorderedBimap</a>.</span></li>
</ul>
</li>
<li class="m-doc-collapsible collapsed">
Expand Down
7 changes: 7 additions & 0 deletions group__core-memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ <h2><a href="#files">Files</a></h2>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1Stream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />Stream</a>.</dd>
<dt>file <a href="type__map_8hpp.html" class="m-doc">type_map.hpp</a></dt>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1TypeMap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />TypeMap</a>.</dd>
<dt>file <a href="unordered__bimap_8hpp.html" class="m-doc">unordered_bimap.hpp</a></dt>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />UnorderedBimap</a>.</dd>
</dl>
</section>
<section id="nested-classes">
Expand Down Expand Up @@ -110,6 +112,11 @@ <h2><a href="#nested-classes">Classes</a></h2>
class <a href="classcubos_1_1core_1_1memory_1_1TypeMap.html" class="m-doc">cubos::core::memory::TypeMap</a>
</dt>
<dd>A map that stores values of type <code>V</code>, using types as keys.</dd>
<dt>
<div class="m-doc-template">template&lt;typename L, typename R, typename LHash = std::hash&lt;L&gt;, typename RHash = std::hash&lt;R&gt;&gt;</div>
class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">cubos::core::memory::UnorderedBimap</a>
</dt>
<dd>A bidirectional hash table.</dd>
</dl>
</section>
<section id="enum-members">
Expand Down
5 changes: 5 additions & 0 deletions namespacecubos_1_1core_1_1memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ <h2><a href="#nested-classes">Classes</a></h2>
class <a href="classcubos_1_1core_1_1memory_1_1TypeMap.html" class="m-doc">TypeMap</a>
</dt>
<dd>A map that stores values of type <code>V</code>, using types as keys.</dd>
<dt>
<div class="m-doc-template">template&lt;typename L, typename R, typename LHash = std::hash&lt;L&gt;, typename RHash = std::hash&lt;R&gt;&gt;</div>
class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">UnorderedBimap</a>
</dt>
<dd>A bidirectional hash table.</dd>
</dl>
</section>
<section id="enum-members">
Expand Down
Binary file removed pr-preview/pr-696/CubosLogo.png
Binary file not shown.
134 changes: 0 additions & 134 deletions pr-preview/pr-696/aabb_8hpp.html

This file was deleted.

Loading

0 comments on commit 53874d4

Please sign in to comment.