Skip to content

Commit

Permalink
GitHub build 25
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 14, 2025
1 parent 269c6f5 commit dfd4016
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 28 deletions.
36 changes: 18 additions & 18 deletions _static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .err { border: 1px solid #F00 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .o { color: #666 } /* Operator */
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
Expand All @@ -25,34 +25,34 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .gt { color: #04D } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .m { color: #666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #687822 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .nc { color: #00F; font-weight: bold } /* Name.Class */
.highlight .no { color: #800 } /* Name.Constant */
.highlight .nd { color: #A2F } /* Name.Decorator */
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nf { color: #00F } /* Name.Function */
.highlight .nl { color: #767600 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nn { color: #00F; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .ow { color: #A2F; font-weight: bold } /* Operator.Word */
.highlight .w { color: #BBB } /* Text.Whitespace */
.highlight .mb { color: #666 } /* Literal.Number.Bin */
.highlight .mf { color: #666 } /* Literal.Number.Float */
.highlight .mh { color: #666 } /* Literal.Number.Hex */
.highlight .mi { color: #666 } /* Literal.Number.Integer */
.highlight .mo { color: #666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
Expand All @@ -67,9 +67,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .fm { color: #00F } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
.highlight .il { color: #666 } /* Literal.Number.Integer.Long */
29 changes: 28 additions & 1 deletion api_user/classdtlmod_1_1_d_t_l.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dtlmod::DTL &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=fe0a527d" />

Expand Down Expand Up @@ -48,6 +48,8 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">dtlmod::DTL</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#_CPPv4N6dtlmod3DTLE"><code class="docutils literal notranslate"><span class="pre">DTL</span></code></a><ul>
<li class="toctree-l3"><a class="reference internal" href="#_CPPv4N6dtlmod3DTL10add_streamERKNSt6stringE"><code class="docutils literal notranslate"><span class="pre">DTL::add_stream()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#_CPPv4NK6dtlmod3DTL15get_all_streamsEv"><code class="docutils literal notranslate"><span class="pre">DTL::get_all_streams()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#_CPPv4NK6dtlmod3DTL26get_stream_by_name_or_nullERKNSt6stringE"><code class="docutils literal notranslate"><span class="pre">DTL::get_stream_by_name_or_null()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#_CPPv4NK6dtlmod3DTL22has_active_connectionsEv"><code class="docutils literal notranslate"><span class="pre">DTL::has_active_connections()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#_CPPv4N6dtlmod3DTL7connectEv"><code class="docutils literal notranslate"><span class="pre">DTL::connect()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#_CPPv4N6dtlmod3DTL6createEv"><code class="docutils literal notranslate"><span class="pre">DTL::create()</span></code></a></li>
Expand Down Expand Up @@ -108,6 +110,31 @@
</dl>
</dd></dl>

<dl class="cpp function">
<dt class="sig sig-object cpp" id="_CPPv4NK6dtlmod3DTL15get_all_streamsEv">
<span id="_CPPv3NK6dtlmod3DTL15get_all_streamsEv"></span><span id="_CPPv2NK6dtlmod3DTL15get_all_streamsEv"></span><span id="dtlmod::DTL::get_all_streamsC"></span><span class="target" id="classdtlmod_1_1_d_t_l_1a34a06b6c1f095e3d78e41c24ea43418f"></span><span class="k"><span class="pre">inline</span></span><span class="w"> </span><span class="k"><span class="pre">const</span></span><span class="w"> </span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">unordered_map</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">string</span></span><span class="p"><span class="pre">,</span></span><span class="w"> </span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">shared_ptr</span></span><span class="p"><span class="pre">&lt;</span></span><a class="reference internal" href="classdtlmod_1_1_stream.html#_CPPv4N6dtlmod6StreamE" title="dtlmod::Stream"><span class="n"><span class="pre">Stream</span></span></a><span class="p"><span class="pre">&gt;</span></span><span class="p"><span class="pre">&gt;</span></span><span class="w"> </span><span class="p"><span class="pre">&amp;</span></span><span class="sig-name descname"><span class="n"><span class="pre">get_all_streams</span></span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><span class="w"> </span><span class="k"><span class="pre">const</span></span><a class="headerlink" href="#_CPPv4NK6dtlmod3DTL15get_all_streamsEv" title="Link to this definition"></a><br /></dt>
<dd><p>Retrieve all streams declared in the Data Transport by its name. </p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dd class="field-odd"><p>a map of handlers on <a class="reference internal" href="classdtlmod_1_1_stream.html#classdtlmod_1_1_stream"><span class="std std-ref">Stream</span></a> objects with their names as keys. </p>
</dd>
</dl>
</dd></dl>

<dl class="cpp function">
<dt class="sig sig-object cpp" id="_CPPv4NK6dtlmod3DTL26get_stream_by_name_or_nullERKNSt6stringE">
<span id="_CPPv3NK6dtlmod3DTL26get_stream_by_name_or_nullERKNSt6stringE"></span><span id="_CPPv2NK6dtlmod3DTL26get_stream_by_name_or_nullERKNSt6stringE"></span><span id="dtlmod::DTL::get_stream_by_name_or_null__ssCRC"></span><span class="target" id="classdtlmod_1_1_d_t_l_1a64ba730e02c987e10171f532a60b4422"></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">shared_ptr</span></span><span class="p"><span class="pre">&lt;</span></span><a class="reference internal" href="classdtlmod_1_1_stream.html#_CPPv4N6dtlmod6StreamE" title="dtlmod::Stream"><span class="n"><span class="pre">Stream</span></span></a><span class="p"><span class="pre">&gt;</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">get_stream_by_name_or_null</span></span></span><span class="sig-paren">(</span><span class="k"><span class="pre">const</span></span><span class="w"> </span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">string</span></span><span class="w"> </span><span class="p"><span class="pre">&amp;</span></span><span class="n sig-param"><span class="pre">name</span></span><span class="sig-paren">)</span><span class="w"> </span><span class="k"><span class="pre">const</span></span><a class="headerlink" href="#_CPPv4NK6dtlmod3DTL26get_stream_by_name_or_nullERKNSt6stringE" title="Link to this definition"></a><br /></dt>
<dd><p>Retrieve a data stream from the Data Transport Layer by its name. </p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>name</strong> – The name of the <a class="reference internal" href="classdtlmod_1_1_stream.html#classdtlmod_1_1_stream"><span class="std std-ref">Stream</span></a> to retrieve. </p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>A handler on the <a class="reference internal" href="classdtlmod_1_1_stream.html#classdtlmod_1_1_stream"><span class="std std-ref">Stream</span></a> object or nullptr if it doesn’t exist. </p>
</dd>
</dl>
</dd></dl>

<dl class="cpp function">
<dt class="sig sig-object cpp" id="_CPPv4NK6dtlmod3DTL22has_active_connectionsEv">
<span id="_CPPv3NK6dtlmod3DTL22has_active_connectionsEv"></span><span id="_CPPv2NK6dtlmod3DTL22has_active_connectionsEv"></span><span id="dtlmod::DTL::has_active_connectionsC"></span><span class="target" id="classdtlmod_1_1_d_t_l_1a1c8d3a57270a333e50d51c7daa25b3b6"></span><span class="k"><span class="pre">inline</span></span><span class="w"> </span><span class="kt"><span class="pre">bool</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">has_active_connections</span></span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><span class="w"> </span><span class="k"><span class="pre">const</span></span><a class="headerlink" href="#_CPPv4NK6dtlmod3DTL22has_active_connectionsEv" title="Link to this definition"></a><br /></dt>
Expand Down
2 changes: 1 addition & 1 deletion api_user/classdtlmod_1_1_engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dtlmod::Engine &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=fe0a527d" />

Expand Down
2 changes: 1 addition & 1 deletion api_user/classdtlmod_1_1_stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dtlmod::Stream &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=fe0a527d" />

Expand Down
2 changes: 1 addition & 1 deletion api_user/classdtlmod_1_1_variable.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dtlmod::Variable &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=fe0a527d" />

Expand Down
10 changes: 7 additions & 3 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=fe0a527d" />

Expand Down Expand Up @@ -90,6 +90,10 @@ <h2 id="D">D</h2>
<li><a href="api_user/classdtlmod_1_1_d_t_l.html#_CPPv4N6dtlmod3DTL6createERKNSt6stringE">dtlmod::DTL::create (C++ function)</a>, <a href="api_user/classdtlmod_1_1_d_t_l.html#_CPPv4N6dtlmod3DTL6createEv">[1]</a>
</li>
<li><a href="api_user/classdtlmod_1_1_d_t_l.html#_CPPv4N6dtlmod3DTL10disconnectEv">dtlmod::DTL::disconnect (C++ function)</a>
</li>
<li><a href="api_user/classdtlmod_1_1_d_t_l.html#_CPPv4NK6dtlmod3DTL15get_all_streamsEv">dtlmod::DTL::get_all_streams (C++ function)</a>
</li>
<li><a href="api_user/classdtlmod_1_1_d_t_l.html#_CPPv4NK6dtlmod3DTL26get_stream_by_name_or_nullERKNSt6stringE">dtlmod::DTL::get_stream_by_name_or_null (C++ function)</a>
</li>
<li><a href="api_user/classdtlmod_1_1_d_t_l.html#_CPPv4NK6dtlmod3DTL22has_active_connectionsEv">dtlmod::DTL::has_active_connections (C++ function)</a>
</li>
Expand Down Expand Up @@ -122,11 +126,11 @@ <h2 id="D">D</h2>
<li><a href="api_user/classdtlmod_1_1_stream.html#_CPPv4N6dtlmod6StreamE">dtlmod::Stream (C++ class)</a>
</li>
<li><a href="api_user/classdtlmod_1_1_stream.html#_CPPv4N6dtlmod6Stream15define_variableERKNSt6stringE6size_t">dtlmod::Stream::define_variable (C++ function)</a>, <a href="api_user/classdtlmod_1_1_stream.html#_CPPv4N6dtlmod6Stream15define_variableERKNSt6stringERKNSt6vectorI6size_tEERKNSt6vectorI6size_tEERKNSt6vectorI6size_tEE6size_t">[1]</a>
</li>
<li><a href="api_user/classdtlmod_1_1_stream.html#_CPPv4NK6dtlmod6Stream9get_cnameEv">dtlmod::Stream::get_cname (C++ function)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api_user/classdtlmod_1_1_stream.html#_CPPv4NK6dtlmod6Stream9get_cnameEv">dtlmod::Stream::get_cname (C++ function)</a>
</li>
<li><a href="api_user/classdtlmod_1_1_stream.html#_CPPv4NK6dtlmod6Stream19get_engine_type_strEv">dtlmod::Stream::get_engine_type_str (C++ function)</a>
</li>
<li><a href="api_user/classdtlmod_1_1_stream.html#_CPPv4NK6dtlmod6Stream8get_nameEv">dtlmod::Stream::get_name (C++ function)</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Data Transport Layer Module: API Reference &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=fe0a527d" />

Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; DTLMOD 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=fe0a527d" />

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

Large diffs are not rendered by default.

0 comments on commit dfd4016

Please sign in to comment.