Skip to content

Commit

Permalink
deploy: a65f238
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Oct 8, 2023
1 parent d1f63a0 commit e06026c
Show file tree
Hide file tree
Showing 900 changed files with 388 additions and 185,768 deletions.
1 change: 1 addition & 0 deletions annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ <h1>Classes</h1>
<li class="m-doc-collapsible collapsed">
<a href="#" onclick="return toggle(this)">namespace</a> <a href="namespacecubos_1_1core_1_1memory.html" class="m-doc">memory</a> <span class="m-doc"><a href="group__core-memory.html" class="m-doc">Memory</a> module.</span>
<ul class="m-doc">
<li>class <a href="classcubos_1_1core_1_1memory_1_1AnyVector.html" class="m-doc">AnyVector</a> <span class="m-label m-flat m-warning">final</span> <span class="m-doc">Stores a dynamically sized array of blobs of a given reflected type.</span></li>
<li>class <a href="classcubos_1_1core_1_1memory_1_1BufferStream.html" class="m-doc">BufferStream</a> <span class="m-doc"><a href="classcubos_1_1core_1_1memory_1_1Stream.html" class="m-doc">Stream</a> implementation which writes to/reads from a buffer.</span></li>
<li>class <a href="classcubos_1_1core_1_1memory_1_1ReadGuard.html" class="m-doc">ReadGuard</a> <span class="m-doc">Provides safe read-only access to an object using a lock.</span></li>
<li>struct <a href="structcubos_1_1core_1_1memory_1_1RemoveReference.html" class="m-doc">RemoveReference</a> <span class="m-doc">Provides a type which is the same as the given type, but without any references.</span></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>core/memory/unordered_bimap.hpp file | CUBOS.</title>
<title>core/memory/any_vector.hpp file | CUBOS.</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documentation.compiled.css" />
<link rel="icon" href="favicon-dark.png" type="image/png" />
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<h1>
<span class="m-breadcrumb"><a href="dir_6c897dd97bedf3914ee8a4d9f7f6549c.html">core</a>/</span><span class="m-breadcrumb"><a href="dir_9bdaf8f561be1ffd03f616379797b70b.html">memory</a>/</span>unordered_bimap.hpp <span class="m-thin">file</span>
<span class="m-breadcrumb"><a href="dir_6c897dd97bedf3914ee8a4d9f7f6549c.html">core</a>/</span><span class="m-breadcrumb"><a href="dir_9bdaf8f561be1ffd03f616379797b70b.html">memory</a>/</span>any_vector.hpp <span class="m-thin">file</span>
</h1>
<p>Class <a href="classcubos_1_1core_1_1memory_1_1UnorderedBimap.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />UnorderedBimap</a>.</p>
<nav class="m-block m-default">
Expand All @@ -66,6 +66,8 @@ <h2><a href="#namespaces">Namespaces</a></h2>
<dd><strong>CUBOS</strong>. libraries namespace.</dd>
<dt>namespace <a href="namespacecubos_1_1core.html" class="m-doc">cubos::core</a></dt>
<dd><a href="group__core.html" class="m-doc">Core</a> namespace.</dd>
<dt>namespace <a href="namespacecubos_1_1core_1_1reflection.html" class="m-doc">cubos::core::reflection</a></dt>
<dd><a href="group__core-reflection.html" class="m-doc">Reflection</a> module.</dd>
<dt>namespace <a href="namespacecubos_1_1core_1_1memory.html" class="m-doc">cubos::core::memory</a></dt>
<dd><a href="group__core-memory.html" class="m-doc">Memory</a> module.</dd>
</dl>
Expand All @@ -74,10 +76,9 @@ <h2><a href="#namespaces">Namespaces</a></h2>
<h2><a href="#nested-classes">Classes</a></h2>
<dl class="m-doc">
<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>
class <a href="classcubos_1_1core_1_1memory_1_1AnyVector.html" class="m-doc">cubos::core::memory::AnyVector</a>
</dt>
<dd>A bidirectional hash table.</dd>
<dd>Stores a dynamically sized array of blobs of a given reflected type.</dd>
</dl>
</section>
</div>
Expand Down
367 changes: 367 additions & 0 deletions classcubos_1_1core_1_1memory_1_1AnyVector.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dir_9bdaf8f561be1ffd03f616379797b70b.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ <h3>Contents</h3>
<section id="files">
<h2><a href="#files">Files</a></h2>
<dl class="m-doc">
<dt>file <a href="any__vector_8hpp.html" class="m-doc">any_vector.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>
<dt>file <a href="buffer__stream_8hpp.html" class="m-doc">buffer_stream.hpp</a></dt>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1BufferStream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />BufferStream</a>.</dd>
<dt>file <a href="endianness_8hpp.html" class="m-doc">endianness.hpp</a></dt>
Expand Down
1 change: 1 addition & 0 deletions files.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ <h1>Files</h1>
<li class="m-doc-collapsible collapsed">
<a href="#" onclick="return toggle(this)">dir</a> <a href="dir_9bdaf8f561be1ffd03f616379797b70b.html" class="m-doc">memory</a> <span class="m-doc"><a href="group__core-memory.html" class="m-doc">Memory</a> module.</span>
<ul class="m-doc">
<li>file <a href="any__vector_8hpp.html" class="m-doc">any_vector.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>
<li>file <a href="buffer__stream_8hpp.html" class="m-doc">buffer_stream.hpp</a> <span class="m-doc">Class <a href="classcubos_1_1core_1_1memory_1_1BufferStream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />BufferStream</a>.</span></li>
<li>file <a href="endianness_8hpp.html" class="m-doc">endianness.hpp</a> <span class="m-doc">Endianness utility functions.</span></li>
<li>file <a href="guards_8hpp.html" class="m-doc">guards.hpp</a> <span class="m-doc">Classes <a href="classcubos_1_1core_1_1memory_1_1ReadGuard.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />ReadGuard</a> and <a href="classcubos_1_1core_1_1memory_1_1WriteGuard.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />WriteGuard</a>.</span></li>
Expand Down
6 changes: 6 additions & 0 deletions group__core-memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ <h3>Contents</h3>
<section id="files">
<h2><a href="#files">Files</a></h2>
<dl class="m-doc">
<dt>file <a href="any__vector_8hpp.html" class="m-doc">any_vector.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>
<dt>file <a href="buffer__stream_8hpp.html" class="m-doc">buffer_stream.hpp</a></dt>
<dd>Class <a href="classcubos_1_1core_1_1memory_1_1BufferStream.html" class="m-doc">cubos::<wbr />core::<wbr />memory::<wbr />BufferStream</a>.</dd>
<dt>file <a href="endianness_8hpp.html" class="m-doc">endianness.hpp</a></dt>
Expand All @@ -85,6 +87,10 @@ <h2><a href="#files">Files</a></h2>
<section id="nested-classes">
<h2><a href="#nested-classes">Classes</a></h2>
<dl class="m-doc">
<dt>
class <a href="classcubos_1_1core_1_1memory_1_1AnyVector.html" class="m-doc">cubos::core::memory::AnyVector</a>
</dt>
<dd>Stores a dynamically sized array of blobs of a given reflected type.</dd>
<dt>
class <a href="classcubos_1_1core_1_1memory_1_1BufferStream.html" class="m-doc">cubos::core::memory::BufferStream</a>
</dt>
Expand Down
4 changes: 4 additions & 0 deletions namespacecubos_1_1core_1_1memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ <h3>Contents</h3>
<section id="nested-classes">
<h2><a href="#nested-classes">Classes</a></h2>
<dl class="m-doc">
<dt>
class <a href="classcubos_1_1core_1_1memory_1_1AnyVector.html" class="m-doc">AnyVector</a>
</dt>
<dd>Stores a dynamically sized array of blobs of a given reflected type.</dd>
<dt>
class <a href="classcubos_1_1core_1_1memory_1_1BufferStream.html" class="m-doc">BufferStream</a>
</dt>
Expand Down
Binary file removed pr-preview/pr-701/CubosLogo.png
Binary file not shown.
134 changes: 0 additions & 134 deletions pr-preview/pr-701/aabb_8hpp.html

This file was deleted.

Loading

0 comments on commit e06026c

Please sign in to comment.