API reference v3.3.2
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -138,7 +138,7 @@ $(function() {
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  </div>
|
||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keyword">template</span><<span class="keyword">typename</span>... Component></div>
|
||||
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="structentt_1_1basic__actor.html#ad22a9b6b33a34328a874c96e40f3e6d2"> 132</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structentt_1_1basic__actor.html#ad22a9b6b33a34328a874c96e40f3e6d2">has</a>()<span class="keyword"> const </span>{</div>
|
||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> (reg->template has<Component>(<a class="code" href="namespaceentt.html">entt</a>) && ...);</div>
|
||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> reg->template <a class="code" href="structentt_1_1basic__actor.html#ad22a9b6b33a34328a874c96e40f3e6d2">has</a><Component...>(<a class="code" href="namespaceentt.html">entt</a>);</div>
|
||||
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
|
||||
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
|
||||
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keyword">template</span><<span class="keyword">typename</span>... Component></div>
|
||||
@@ -188,7 +188,7 @@ $(function() {
|
||||
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
||||
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor">#endif</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_a91bfd7ec05e6d718e47da581a893cdc4"><div class="ttname"><a href="classentt_1_1basic__registry.html#a91bfd7ec05e6d718e47da581a893cdc4">entt::basic_registry::create</a></div><div class="ttdeci">entity_type create()</div><div class="ttdoc">Creates a new entity and returns it.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00482">registry.hpp:482</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_a91bfd7ec05e6d718e47da581a893cdc4"><div class="ttname"><a href="classentt_1_1basic__registry.html#a91bfd7ec05e6d718e47da581a893cdc4">entt::basic_registry::create</a></div><div class="ttdeci">entity_type create()</div><div class="ttdoc">Creates a new entity and returns it.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00480">registry.hpp:480</a></div></div>
|
||||
<div class="ttc" id="anamespaceentt_html_a588326af8f6f902a6c0b57d3f9fc6c17"><div class="ttname"><a href="namespaceentt.html#a588326af8f6f902a6c0b57d3f9fc6c17">entt::null</a></div><div class="ttdeci">constexpr auto null</div><div class="ttdoc">Compile-time constant for null entities.</div><div class="ttdef"><b>Definition:</b> <a href="entity_8hpp_source.html#l00169">entity.hpp:169</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_a2c2e10f12014f5269be0b9ab055acfca"><div class="ttname"><a href="structentt_1_1basic__actor.html#a2c2e10f12014f5269be0b9ab055acfca">entt::basic_actor::entity_type</a></div><div class="ttdeci">Entity entity_type</div><div class="ttdoc">Underlying entity identifier.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00031">actor.hpp:31</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_a4577b087e2fe3e76dbd4516ae9064c6a"><div class="ttname"><a href="structentt_1_1basic__actor.html#a4577b087e2fe3e76dbd4516ae9064c6a">entt::basic_actor::registry_type</a></div><div class="ttdeci">basic_registry< Entity > registry_type</div><div class="ttdoc">Type of registry used internally.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00029">actor.hpp:29</a></div></div>
|
||||
@@ -197,7 +197,7 @@ $(function() {
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_afffc47714413306f1f3f16d8dafe5673"><div class="ttname"><a href="structentt_1_1basic__actor.html#afffc47714413306f1f3f16d8dafe5673">entt::basic_actor::operator=</a></div><div class="ttdeci">basic_actor & operator=(basic_actor &&other) ENTT_NOEXCEPT</div><div class="ttdoc">Move assignment operator.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00088">actor.hpp:88</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_ab4a485086774e27688e467f4c28a3ba7"><div class="ttname"><a href="structentt_1_1basic__actor.html#ab4a485086774e27688e467f4c28a3ba7">entt::basic_actor::basic_actor</a></div><div class="ttdeci">basic_actor(entity_type entity, registry_type &ref) ENTT_NOEXCEPT</div><div class="ttdoc">Constructs an actor from a given entity.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00065">actor.hpp:65</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_af92d62c39e122692addbfd6b75ea6922"><div class="ttname"><a href="structentt_1_1basic__actor.html#af92d62c39e122692addbfd6b75ea6922">entt::basic_actor::entity</a></div><div class="ttdeci">entity_type entity() const ENTT_NOEXCEPT</div><div class="ttdoc">Returns the entity associated with an actor.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00185">actor.hpp:185</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_af58f3add442cfb3f1fa470402db072bd"><div class="ttname"><a href="classentt_1_1basic__registry.html#af58f3add442cfb3f1fa470402db072bd">entt::basic_registry::destroy</a></div><div class="ttdeci">void destroy(const entity_type entity)</div><div class="ttdoc">Destroys an entity and lets the registry recycle the identifier.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00569">registry.hpp:569</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_af58f3add442cfb3f1fa470402db072bd"><div class="ttname"><a href="classentt_1_1basic__registry.html#af58f3add442cfb3f1fa470402db072bd">entt::basic_registry::destroy</a></div><div class="ttdeci">void destroy(const entity_type entity)</div><div class="ttdoc">Destroys an entity and lets the registry recycle the identifier.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00567">registry.hpp:567</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_a46dc913885c448e059e9ca7cf3a21221"><div class="ttname"><a href="structentt_1_1basic__actor.html#a46dc913885c448e059e9ca7cf3a21221">entt::basic_actor::~basic_actor</a></div><div class="ttdeci">virtual ~basic_actor()</div><div class="ttdoc">Default destructor.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00072">actor.hpp:72</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_a32635ae3046ebca665adef6b3ef87ef3"><div class="ttname"><a href="structentt_1_1basic__actor.html#a32635ae3046ebca665adef6b3ef87ef3">entt::basic_actor::basic_actor</a></div><div class="ttdeci">basic_actor(registry_type &ref)</div><div class="ttdoc">Constructs an actor from a given registry.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00056">actor.hpp:56</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_abf572e19a5d9625fbf80cc4f00cba032"><div class="ttname"><a href="structentt_1_1basic__actor.html#abf572e19a5d9625fbf80cc4f00cba032">entt::basic_actor::assign</a></div><div class="ttdeci">decltype(auto) assign(Args &&... args)</div><div class="ttdoc">Assigns the given component to an actor.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00113">actor.hpp:113</a></div></div>
|
||||
@@ -207,7 +207,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html"><div class="ttname"><a href="classentt_1_1basic__registry.html">entt::basic_registry</a></div><div class="ttdoc">Fast and reliable entity-component system.</div><div class="ttdef"><b>Definition:</b> <a href="entity_2fwd_8hpp_source.html#l00046">fwd.hpp:46</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_afb2752c70a8429962b4e0c5ca240e95a"><div class="ttname"><a href="structentt_1_1basic__actor.html#afb2752c70a8429962b4e0c5ca240e95a">entt::basic_actor::try_get</a></div><div class="ttdeci">auto try_get() const</div><div class="ttdoc">Returns pointers to the given components for an actor.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00158">actor.hpp:158</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_ab740844d18ada7ad15988f808617a1a1"><div class="ttname"><a href="structentt_1_1basic__actor.html#ab740844d18ada7ad15988f808617a1a1">entt::basic_actor::remove</a></div><div class="ttdeci">void remove()</div><div class="ttdoc">Removes the given component from an actor.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00122">actor.hpp:122</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_a1795b1221d728f806319a685930f520d"><div class="ttname"><a href="classentt_1_1basic__registry.html#a1795b1221d728f806319a685930f520d">entt::basic_registry::valid</a></div><div class="ttdeci">bool valid(const entity_type entity) const</div><div class="ttdoc">Checks if an entity identifier refers to a valid entity.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00430">registry.hpp:430</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_a1795b1221d728f806319a685930f520d"><div class="ttname"><a href="classentt_1_1basic__registry.html#a1795b1221d728f806319a685930f520d">entt::basic_registry::valid</a></div><div class="ttdeci">bool valid(const entity_type entity) const</div><div class="ttdoc">Checks if an entity identifier refers to a valid entity.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00428">registry.hpp:428</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_a827ed2e23e39e8b706f7acc511a46024"><div class="ttname"><a href="structentt_1_1basic__actor.html#a827ed2e23e39e8b706f7acc511a46024">entt::basic_actor::backend</a></div><div class="ttdeci">registry_type & backend() ENTT_NOEXCEPT</div><div class="ttdoc">Returns a reference to the underlying registry.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00177">actor.hpp:177</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html_a2c9c5fdcdc7a524a917c419a59bed405"><div class="ttname"><a href="structentt_1_1basic__actor.html#a2c9c5fdcdc7a524a917c419a59bed405">entt::basic_actor::try_get</a></div><div class="ttdeci">auto try_get()</div><div class="ttdoc">Returns pointers to the given components for an actor.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00164">actor.hpp:164</a></div></div>
|
||||
<div class="ttc" id="astructentt_1_1basic__actor_html"><div class="ttname"><a href="structentt_1_1basic__actor.html">entt::basic_actor</a></div><div class="ttdoc">Dedicated to those who aren't confident with the entity-component-system architecture.</div><div class="ttdef"><b>Definition:</b> <a href="actor_8hpp_source.html#l00027">actor.hpp:27</a></div></div>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -433,7 +433,7 @@ template<typename Entity> </div>
|
||||
<p>Returns the number of entities still in use. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Number of entities still in use. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00281">281</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00279">279</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -482,7 +482,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the entity has at least one of the given components, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00871">871</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00869">869</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -544,7 +544,7 @@ template<typename Component , typename... Args> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the newly created component. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00624">624</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00622">622</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -611,7 +611,7 @@ template<typename Component , typename EIt , typename CIt > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00661">661</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00659">659</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -669,7 +669,7 @@ template<typename It > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00678">678</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00676">676</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -735,7 +735,7 @@ template<typename Component , typename It > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00642">642</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00640">640</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -799,7 +799,7 @@ template<typename Component , typename... Args> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the newly created component. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00715">715</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00713">713</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -839,7 +839,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Capacity of the pool of the given component. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00320">320</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00318">318</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -871,7 +871,7 @@ template<typename Entity> </div>
|
||||
<p>Returns the number of entities that a registry has currently allocated space for. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Capacity of the registry. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00329">329</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00327">327</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -910,7 +910,7 @@ template<typename... Component> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00984">984</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00982">982</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -960,7 +960,7 @@ Listeners and groups aren't copied. It is up to the caller to connect the listen
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A fresh copy of the registry. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01539">1539</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01533">1533</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -997,7 +997,7 @@ template<typename Entity> </div>
|
||||
</ul>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A valid entity identifier. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00482">482</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00480">480</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1038,7 +1038,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A valid entity identifier. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00510">510</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00508">508</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1096,7 +1096,7 @@ template<typename It > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00545">545</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00543">543</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1138,7 +1138,7 @@ template<typename Type > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A valid reference to the object in the context of the registry. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01806">1806</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01800">1800</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1180,7 +1180,7 @@ template<typename Type > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A valid reference to the object in the context of the registry. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01798">1798</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01792">1792</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1231,7 +1231,7 @@ template<typename Func > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01831">1831</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01825">1825</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1280,7 +1280,7 @@ template<typename Type , typename... Args> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the object in the context of the registry. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01762">1762</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01756">1756</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1321,7 +1321,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Actual version for the given entity identifier. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00466">466</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00464">464</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1363,7 +1363,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the array of entities. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00405">405</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00403">403</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1397,7 +1397,7 @@ template<typename Entity> </div>
|
||||
<dl class="section warning"><dt>Warning</dt><dd>This list contains both valid and destroyed entities and isn't suitable for direct use.</dd></dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the array of entities. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00421">421</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00419">419</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1440,7 +1440,7 @@ Attempting to use an invalid entity results in undefined behavior.<br />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00569">569</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00567">567</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1498,7 +1498,7 @@ template<typename It > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00598">598</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00596">596</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1548,7 +1548,7 @@ template<typename Func > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01011">1011</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01009">1009</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1589,7 +1589,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the registry or the pools of the given components are empty, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00355">355</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00353">353</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1628,7 +1628,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The entity identifier without the version. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00440">440</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00438">438</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1677,7 +1677,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>References to the components owned by the entity. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00903">903</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00901">901</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1726,7 +1726,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>References to the components owned by the entity. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00891">891</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00889">889</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1791,7 +1791,7 @@ template<typename Component , typename... Args> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Reference to the component owned by the entity. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00938">938</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00936">936</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1834,7 +1834,7 @@ template<typename... Owned, typename... Exclude> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created group. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01453">1453</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01447">1447</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1877,7 +1877,7 @@ template<typename... Owned, typename... Exclude> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created group. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01467">1467</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01461">1461</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1936,7 +1936,7 @@ template<typename... Owned, typename... Get, typename... Exclude> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created group. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01338">1338</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01336">1336</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1990,7 +1990,7 @@ template<typename... Owned, typename... Get, typename... Exclude> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created group. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01438">1438</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01432">1432</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2039,7 +2039,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the entity has all the components, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00852">852</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00850">850</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2074,7 +2074,7 @@ template<typename Entity> </div>
|
||||
<dl class="section note"><dt>Note</dt><dd>The loader returned by this function requires that the registry be empty. In case it isn't, all the data will be automatically deleted before to return.</dd></dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A temporary object to use to load snasphosts. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01635">1635</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01629">1629</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2121,7 +2121,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A temporary sink object. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01092">1092</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01090">1090</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2168,7 +2168,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A temporary sink object. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01154">1154</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01152">1152</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2215,7 +2215,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A temporary sink object. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01122">1122</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01120">1120</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2285,7 +2285,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the entity has no components assigned, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01032">1032</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01030">1030</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2335,7 +2335,7 @@ template<typename Func > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01054">1054</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01052">1052</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2374,7 +2374,7 @@ template<typename Component > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00254">254</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00252">252</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2417,7 +2417,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the array of components of the given type. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00387">387</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00385">385</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2460,7 +2460,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the array of components of the given type. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00381">381</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00379">379</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2508,7 +2508,7 @@ template<typename... Component> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00793">793</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00791">791</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2567,7 +2567,7 @@ template<typename... Component, typename It > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00809">809</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00807">807</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2618,7 +2618,7 @@ template<typename... Component> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00834">834</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00832">832</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2680,7 +2680,7 @@ template<typename Component , typename... Args> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the component being replaced. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00770">770</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00768">768</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2787,7 +2787,7 @@ template<typename... Component> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00306">306</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00304">304</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2850,7 +2850,7 @@ template<typename It > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created runtime view. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01493">1493</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01487">1487</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2899,7 +2899,7 @@ template<typename Type , typename... Args> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A reference to the newly created object. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01733">1733</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01727">1727</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2938,7 +2938,7 @@ template<typename... Component> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00339">339</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00337">337</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2978,7 +2978,7 @@ template<typename Component > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Number of existing components of the given type. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00265">265</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00263">263</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3010,7 +3010,7 @@ template<typename Entity> </div>
|
||||
<p>Returns the number of entities created so far. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Number of entities created so far. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00273">273</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00271">271</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3044,7 +3044,7 @@ template<typename Entity> </div>
|
||||
It can be used to save and restore its internal state or to keep two or more instances of this class in sync, as an example in a client-server architecture.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A temporary object to use to take snasphosts. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01604">1604</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01598">1598</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3095,7 +3095,7 @@ template<typename To , typename From > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01248">1248</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01246">1246</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3177,7 +3177,7 @@ template<typename Component , typename Compare , typename Sort = std_sort, t
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01206">1206</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01204">1204</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3217,7 +3217,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the pools of the given components are sortable, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01306">1306</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01304">1304</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3293,7 +3293,7 @@ Attempting to use invalid entities results in undefined behavior.<br />
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01585">1585</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01579">1579</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3333,7 +3333,7 @@ template<typename Type > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the object if it exists in the context of the registry, a null pointer otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01781">1781</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01775">1775</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3373,7 +3373,7 @@ template<typename Type > </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the object if it exists in the context of the registry, a null pointer otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01774">1774</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01768">1768</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3422,7 +3422,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Pointers to the components owned by the entity. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00969">969</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00967">967</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3471,7 +3471,7 @@ template<typename... Component> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Pointers to the components owned by the entity. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00957">957</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00955">955</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3510,7 +3510,7 @@ template<typename Type > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01744">1744</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01738">1738</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3549,7 +3549,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the identifier is valid, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00430">430</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00428">428</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3588,7 +3588,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The version stored along with the given entity identifier. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00449">449</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l00447">447</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3641,7 +3641,7 @@ template<typename... Component, typename... Exclude> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created view. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01287">1287</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01285">1285</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3694,7 +3694,7 @@ template<typename... Component, typename... Exclude> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A newly created view. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01294">1294</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01292">1292</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3756,7 +3756,7 @@ template<typename Func > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01686">1686</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01680">1680</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3807,7 +3807,7 @@ template<typename Func > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01715">1715</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="registry_8hpp_source.html#l01709">1709</a> of file <a class="el" href="registry_8hpp_source.html">registry.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3817,7 +3817,7 @@ template<typename Func > </div>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
<div class="ttc" id="anamespaceentt_html_a292643317d1dbb13e45824f757bd1086"><div class="ttname"><a href="namespaceentt.html#a292643317d1dbb13e45824f757bd1086">entt::registry</a></div><div class="ttdeci">basic_registry< entity > registry</div><div class="ttdoc">Alias declaration for the most common use case.</div><div class="ttdef"><b>Definition:</b> <a href="entity_2fwd_8hpp_source.html#l00084">fwd.hpp:84</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_a5d07b2e0105da47d25ceef530d91bb8b"><div class="ttname"><a href="classentt_1_1basic__registry.html#a5d07b2e0105da47d25ceef530d91bb8b">entt::basic_registry::entity</a></div><div class="ttdeci">static entity_type entity(const entity_type entity) ENTT_NOEXCEPT</div><div class="ttdoc">Returns the entity identifier without the version.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00440">registry.hpp:440</a></div></div>
|
||||
<div class="ttc" id="aclassentt_1_1basic__registry_html_a5d07b2e0105da47d25ceef530d91bb8b"><div class="ttname"><a href="classentt_1_1basic__registry.html#a5d07b2e0105da47d25ceef530d91bb8b">entt::basic_registry::entity</a></div><div class="ttdeci">static entity_type entity(const entity_type entity) ENTT_NOEXCEPT</div><div class="ttdoc">Returns the entity identifier without the version.</div><div class="ttdef"><b>Definition:</b> <a href="registry_8hpp_source.html#l00438">registry.hpp:438</a></div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -89,16 +89,14 @@ $(function() {
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a45740d20df28710b87783d814abee1f7">has</a>(const entity_type entt) const</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a17386e505ea87ccc100e23360c93aa46">index</a>(const entity_type entt) const</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a580b210d5a24c49ca8c255646f3bb469">iterator_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">operator=</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8b4b9dd989877bc333fdc455fcd068d7">reserve</a>(const size_type cap)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a1a683d1f8f52b1083cddd9938536a74a">respect</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a75f5d70148a149e4cbc485c7a7b00dda">shrink_to_fit</a>()</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a340dff7484f1e58feff58a5f0627e190">size</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a3d2138b0eb8c7ac968e9e38a9e981ec1">size_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#afae939a408911c573256cf0299d76828">sort</a>(iterator_type first, iterator_type last, Compare compare, Sort algo=Sort{}, Args &&... args)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">sparse_set</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8b4b9dd989877bc333fdc455fcd068d7">reserve</a>(const size_type cap)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a1a683d1f8f52b1083cddd9938536a74a">respect</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a75f5d70148a149e4cbc485c7a7b00dda">shrink_to_fit</a>()</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a340dff7484f1e58feff58a5f0627e190">size</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a3d2138b0eb8c7ac968e9e38a9e981ec1">size_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#afae939a408911c573256cf0299d76828">sort</a>(iterator_type first, iterator_type last, Compare compare, Sort algo=Sort{}, Args &&... args)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#af8f4f137b5ac0984599067d5408db5bf">sparse_set</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7e6b341dd385fc5802f8ab5de2a2845c">swap</a>(const entity_type lhs, const entity_type rhs)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a2ea4731d5a2e22f4bd43f8e19ca39f58">~sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -113,9 +113,6 @@ Public Member Functions</h2></td></tr>
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a> ()=default</td></tr>
|
||||
<tr class="memdesc:a8ef544aaed30126797f6f0b9a9f8b9e8"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br /></td></tr>
|
||||
<tr class="separator:a8ef544aaed30126797f6f0b9a9f8b9e8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af684a44e129f3aafd311814b5972378f"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">sparse_set</a> (const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &other)</td></tr>
|
||||
<tr class="memdesc:af684a44e129f3aafd311814b5972378f"><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">More...</a><br /></td></tr>
|
||||
<tr class="separator:af684a44e129f3aafd311814b5972378f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af8f4f137b5ac0984599067d5408db5bf"><td class="memItemLeft" align="right" valign="top"><a id="af8f4f137b5ac0984599067d5408db5bf"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#af8f4f137b5ac0984599067d5408db5bf">sparse_set</a> (<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &&)=default</td></tr>
|
||||
<tr class="memdesc:af8f4f137b5ac0984599067d5408db5bf"><td class="mdescLeft"> </td><td class="mdescRight">Default move constructor. <br /></td></tr>
|
||||
@@ -124,9 +121,6 @@ Public Member Functions</h2></td></tr>
|
||||
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a2ea4731d5a2e22f4bd43f8e19ca39f58">~sparse_set</a> ()=default</td></tr>
|
||||
<tr class="memdesc:a2ea4731d5a2e22f4bd43f8e19ca39f58"><td class="mdescLeft"> </td><td class="mdescRight">Default destructor. <br /></td></tr>
|
||||
<tr class="separator:a2ea4731d5a2e22f4bd43f8e19ca39f58"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a32a00ca96cc7e78089fb7120d144de34"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">operator=</a> (const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &other)</td></tr>
|
||||
<tr class="memdesc:a32a00ca96cc7e78089fb7120d144de34"><td class="mdescLeft"> </td><td class="mdescRight">Copy assignment operator. <a href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">More...</a><br /></td></tr>
|
||||
<tr class="separator:a32a00ca96cc7e78089fb7120d144de34"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a7cb1c0bffe341b847537956075b398fa"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a> (<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &&)=default</td></tr>
|
||||
<tr class="memdesc:a7cb1c0bffe341b847537956075b398fa"><td class="mdescLeft"> </td><td class="mdescRight">Default move assignment operator. <a href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">More...</a><br /></td></tr>
|
||||
<tr class="separator:a7cb1c0bffe341b847537956075b398fa"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -216,46 +210,7 @@ Internal data structures arrange elements to maximize performance. Because of th
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00049">49</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||
<a id="af684a44e129f3aafd311814b5972378f"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#af684a44e129f3aafd311814b5972378f">◆ </a></span>sparse_set()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<div class="memtemplate">
|
||||
template<typename Entity> </div>
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set</a>< Entity >::<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a>< Entity > & </td>
|
||||
<td class="paramname"><em>other</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Copy constructor. </p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">other</td><td>The instance to copy from. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00193">193</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
</div><h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="a28b36afb6ae6f91d995ff259184d6515"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a28b36afb6ae6f91d995ff259184d6515">◆ </a></span>arrange()</h2>
|
||||
|
||||
@@ -345,7 +300,7 @@ template<typename Apply , typename Compare , typename Sort = std_sort, typen
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00555">555</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00526">526</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -379,7 +334,7 @@ template<typename Entity> </div>
|
||||
<dl class="section note"><dt>Note</dt><dd>Random access iterators stay true to the order imposed by a call to <code>respect</code>.</dd></dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>An iterator to the first entity of the internal packed array. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00327">327</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00298">298</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -411,7 +366,7 @@ template<typename Entity> </div>
|
||||
<p>Returns the number of elements that a sparse set has currently allocated space for. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Capacity of the sparse set. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00244">244</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00215">215</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -451,7 +406,7 @@ template<typename Entity> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00399">399</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00370">370</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -510,7 +465,7 @@ template<typename It > </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00419">419</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00390">390</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -544,7 +499,7 @@ template<typename Entity> </div>
|
||||
<dl class="section note"><dt>Note</dt><dd>There are no guarantees on the order, even though <code>respect</code> has been previously invoked. Internal data structures arrange elements to maximize performance. Accessing them directly gives a performance boost but less guarantees. Use <code>begin</code> and <code>end</code> if you want to iterate the sparse set in the expected order.</dd></dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>A pointer to the internal packed array. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00310">310</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00281">281</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -584,7 +539,7 @@ template<typename Entity> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00439">439</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00410">410</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -616,7 +571,7 @@ template<typename Entity> </div>
|
||||
<p>Checks whether a sparse set is empty. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the sparse set is empty, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00291">291</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00262">262</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -650,7 +605,7 @@ template<typename Entity> </div>
|
||||
<dl class="section note"><dt>Note</dt><dd>Random access iterators stay true to the order imposed by a call to <code>respect</code>.</dd></dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>An iterator to the element following the last entity of the internal packed array. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00346">346</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00317">317</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -683,7 +638,7 @@ template<typename Entity> </div>
|
||||
<p>The extent of a sparse set is also the size of the internal sparse array. There is no guarantee that the internal packed array has the same size. Usually the size of the internal sparse array is equal or greater than the one of the internal packed array.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Extent of the sparse set. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00269">269</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00240">240</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -722,7 +677,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>An iterator to the given entity if it's found, past the end iterator otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00356">356</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00327">327</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -761,7 +716,7 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>True if the sparse set contains the entity, false otherwise. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00365">365</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00336">336</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -802,51 +757,12 @@ template<typename Entity> </div>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The position of the entity in the sparse set. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00383">383</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a32a00ca96cc7e78089fb7120d144de34"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a32a00ca96cc7e78089fb7120d144de34">◆ </a></span>operator=() <span class="overload">[1/2]</span></h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<div class="memtemplate">
|
||||
template<typename Entity> </div>
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a>& <a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set</a>< Entity >::operator= </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a>< Entity > & </td>
|
||||
<td class="paramname"><em>other</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Copy assignment operator. </p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">other</td><td>The instance to copy from. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>This sparse set. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00215">215</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00354">354</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a7cb1c0bffe341b847537956075b398fa"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a7cb1c0bffe341b847537956075b398fa">◆ </a></span>operator=() <span class="overload">[2/2]</span></h2>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a7cb1c0bffe341b847537956075b398fa">◆ </a></span>operator=()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@@ -911,7 +827,7 @@ template<typename Entity> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00235">235</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00206">206</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -953,7 +869,7 @@ template<typename Entity> </div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00600">600</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00571">571</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -986,7 +902,7 @@ template<typename Entity> </div>
|
||||
<p>The number of elements is also the size of the internal packed array. There is no guarantee that the internal sparse array has the same size. Usually the size of the internal sparse array is equal or greater than the one of the internal packed array.</p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>Number of elements. </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00283">283</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00254">254</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1077,7 +993,7 @@ template<typename Compare , typename Sort = std_sort, typename... Args> <
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00511">511</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00482">482</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1131,7 +1047,7 @@ template<typename Entity> </div>
|
||||
|
||||
<p>Reimplemented in <a class="el" href="classentt_1_1storage.html#ad98116de758a54b3b6df89f19d968e40">entt::storage< Entity, Type, typename ></a>, <a class="el" href="classentt_1_1storage.html#ad98116de758a54b3b6df89f19d968e40">entt::storage< Entity, Component ></a>, and <a class="el" href="classentt_1_1storage.html#ad98116de758a54b3b6df89f19d968e40">entt::storage< entity_type, payload_type ></a>.</p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00464">464</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="sparse__set_8hpp_source.html#l00435">435</a> of file <a class="el" href="sparse__set_8hpp_source.html">sparse_set.hpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -100,18 +100,16 @@ $(function() {
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a17386e505ea87ccc100e23360c93aa46">index</a>(const entity_type entt) const</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#a9e6d32daa9e57e53101564361af4d11a">iterator_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#a631919f749405616e64372326052a285">object_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">operator=</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#a70cf6fc039da20cc004219e2922a9946">raw</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#ac64d0e41e0044b96760eb01cd7d7fbfa">raw</a>() ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#a41cfa5ae2ebe7bd85045c5e609b90809">reserve</a>(const size_type cap)</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a1a683d1f8f52b1083cddd9938536a74a">respect</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#a5cd0e1e611348790e093c0a87355dd95">shrink_to_fit</a>()</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a340dff7484f1e58feff58a5f0627e190">size</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#a91479f00657aa72597c95a393833218b">size_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#ad2dabf6c46bea39d16204abdae2cfdfa">sort</a>(iterator_type first, iterator_type last, Compare compare, Sort algo=Sort{}, Args &&... args)</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">sparse_set</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#a70cf6fc039da20cc004219e2922a9946">raw</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#ac64d0e41e0044b96760eb01cd7d7fbfa">raw</a>() ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#a41cfa5ae2ebe7bd85045c5e609b90809">reserve</a>(const size_type cap)</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a1a683d1f8f52b1083cddd9938536a74a">respect</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#a5cd0e1e611348790e093c0a87355dd95">shrink_to_fit</a>()</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a340dff7484f1e58feff58a5f0627e190">size</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#a91479f00657aa72597c95a393833218b">size_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#ad2dabf6c46bea39d16204abdae2cfdfa">sort</a>(iterator_type first, iterator_type last, Compare compare, Sort algo=Sort{}, Args &&... args)</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#af8f4f137b5ac0984599067d5408db5bf">sparse_set</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage.html#ad98116de758a54b3b6df89f19d968e40">swap</a>(const entity_type lhs, const entity_type rhs) override</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage.html#a267639f029a1a4ffab876e3a47c78a62">try_get</a>(const entity_type entt) const</td><td class="entry"><a class="el" href="classentt_1_1storage.html">entt::storage< Entity, Type, typename ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -211,9 +211,6 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="clas
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a> ()=default</td></tr>
|
||||
<tr class="memdesc:a8ef544aaed30126797f6f0b9a9f8b9e8 inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br /></td></tr>
|
||||
<tr class="separator:a8ef544aaed30126797f6f0b9a9f8b9e8 inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af684a44e129f3aafd311814b5972378f inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">sparse_set</a> (const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &other)</td></tr>
|
||||
<tr class="memdesc:af684a44e129f3aafd311814b5972378f inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">More...</a><br /></td></tr>
|
||||
<tr class="separator:af684a44e129f3aafd311814b5972378f inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af8f4f137b5ac0984599067d5408db5bf inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"><a id="af8f4f137b5ac0984599067d5408db5bf"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#af8f4f137b5ac0984599067d5408db5bf">sparse_set</a> (<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &&)=default</td></tr>
|
||||
<tr class="memdesc:af8f4f137b5ac0984599067d5408db5bf inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default move constructor. <br /></td></tr>
|
||||
@@ -222,9 +219,6 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="clas
|
||||
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a2ea4731d5a2e22f4bd43f8e19ca39f58">~sparse_set</a> ()=default</td></tr>
|
||||
<tr class="memdesc:a2ea4731d5a2e22f4bd43f8e19ca39f58 inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default destructor. <br /></td></tr>
|
||||
<tr class="separator:a2ea4731d5a2e22f4bd43f8e19ca39f58 inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a32a00ca96cc7e78089fb7120d144de34 inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">operator=</a> (const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &other)</td></tr>
|
||||
<tr class="memdesc:a32a00ca96cc7e78089fb7120d144de34 inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Copy assignment operator. <a href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">More...</a><br /></td></tr>
|
||||
<tr class="separator:a32a00ca96cc7e78089fb7120d144de34 inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a7cb1c0bffe341b847537956075b398fa inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a> (<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &&)=default</td></tr>
|
||||
<tr class="memdesc:a7cb1c0bffe341b847537956075b398fa inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default move assignment operator. <a href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">More...</a><br /></td></tr>
|
||||
<tr class="separator:a7cb1c0bffe341b847537956075b398fa inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -95,16 +95,14 @@ $(function() {
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a17386e505ea87ccc100e23360c93aa46">index</a>(const entity_type entt) const</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html#aa68a36a75ce18cfc6bb1c47c9ee5cdf8">iterator_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html">entt::storage< Entity, Type, std::enable_if_t< ENTT_ENABLE_ETO(Type)> ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html#a78562c766b1eb0fd19bc65be29d2d363">object_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html">entt::storage< Entity, Type, std::enable_if_t< ENTT_ENABLE_ETO(Type)> ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">operator=</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8b4b9dd989877bc333fdc455fcd068d7">reserve</a>(const size_type cap)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a1a683d1f8f52b1083cddd9938536a74a">respect</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a75f5d70148a149e4cbc485c7a7b00dda">shrink_to_fit</a>()</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a340dff7484f1e58feff58a5f0627e190">size</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html#a678136d8d7b92e5533e1f7696e5eee14">size_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html">entt::storage< Entity, Type, std::enable_if_t< ENTT_ENABLE_ETO(Type)> ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html#a8f7cb4d82bb2ef237e83ed4c75ba0ec7">sort</a>(iterator_type first, iterator_type last, Compare compare, Sort algo=Sort{}, Args &&... args)</td><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html">entt::storage< Entity, Type, std::enable_if_t< ENTT_ENABLE_ETO(Type)> ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">sparse_set</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8b4b9dd989877bc333fdc455fcd068d7">reserve</a>(const size_type cap)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a1a683d1f8f52b1083cddd9938536a74a">respect</a>(const sparse_set &other)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a75f5d70148a149e4cbc485c7a7b00dda">shrink_to_fit</a>()</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a340dff7484f1e58feff58a5f0627e190">size</a>() const ENTT_NOEXCEPT</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html#a678136d8d7b92e5533e1f7696e5eee14">size_type</a> typedef</td><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html">entt::storage< Entity, Type, std::enable_if_t< ENTT_ENABLE_ETO(Type)> ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html#a8f7cb4d82bb2ef237e83ed4c75ba0ec7">sort</a>(iterator_type first, iterator_type last, Compare compare, Sort algo=Sort{}, Args &&... args)</td><td class="entry"><a class="el" href="classentt_1_1storage_3_01Entity_00_01Type_00_01std_1_1enable__if__t_3_01ENTT__ENABLE__ETO_07Type_08_4_01_4.html">entt::storage< Entity, Type, std::enable_if_t< ENTT_ENABLE_ETO(Type)> ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#af8f4f137b5ac0984599067d5408db5bf">sparse_set</a>(sparse_set &&)=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a7e6b341dd385fc5802f8ab5de2a2845c">swap</a>(const entity_type lhs, const entity_type rhs)</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classentt_1_1sparse__set.html#a2ea4731d5a2e22f4bd43f8e19ca39f58">~sparse_set</a>()=default</td><td class="entry"><a class="el" href="classentt_1_1sparse__set.html">entt::sparse_set< Entity ></a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -165,9 +165,6 @@ Public Member Functions</h2></td></tr>
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a8ef544aaed30126797f6f0b9a9f8b9e8">sparse_set</a> ()=default</td></tr>
|
||||
<tr class="memdesc:a8ef544aaed30126797f6f0b9a9f8b9e8 inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br /></td></tr>
|
||||
<tr class="separator:a8ef544aaed30126797f6f0b9a9f8b9e8 inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af684a44e129f3aafd311814b5972378f inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">sparse_set</a> (const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &other)</td></tr>
|
||||
<tr class="memdesc:af684a44e129f3aafd311814b5972378f inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="classentt_1_1sparse__set.html#af684a44e129f3aafd311814b5972378f">More...</a><br /></td></tr>
|
||||
<tr class="separator:af684a44e129f3aafd311814b5972378f inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af8f4f137b5ac0984599067d5408db5bf inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"><a id="af8f4f137b5ac0984599067d5408db5bf"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#af8f4f137b5ac0984599067d5408db5bf">sparse_set</a> (<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &&)=default</td></tr>
|
||||
<tr class="memdesc:af8f4f137b5ac0984599067d5408db5bf inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default move constructor. <br /></td></tr>
|
||||
@@ -176,9 +173,6 @@ Public Member Functions</h2></td></tr>
|
||||
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a2ea4731d5a2e22f4bd43f8e19ca39f58">~sparse_set</a> ()=default</td></tr>
|
||||
<tr class="memdesc:a2ea4731d5a2e22f4bd43f8e19ca39f58 inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default destructor. <br /></td></tr>
|
||||
<tr class="separator:a2ea4731d5a2e22f4bd43f8e19ca39f58 inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a32a00ca96cc7e78089fb7120d144de34 inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">operator=</a> (const <a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &other)</td></tr>
|
||||
<tr class="memdesc:a32a00ca96cc7e78089fb7120d144de34 inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Copy assignment operator. <a href="classentt_1_1sparse__set.html#a32a00ca96cc7e78089fb7120d144de34">More...</a><br /></td></tr>
|
||||
<tr class="separator:a32a00ca96cc7e78089fb7120d144de34 inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a7cb1c0bffe341b847537956075b398fa inherit pub_methods_classentt_1_1sparse__set"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">operator=</a> (<a class="el" href="classentt_1_1sparse__set.html">sparse_set</a> &&)=default</td></tr>
|
||||
<tr class="memdesc:a7cb1c0bffe341b847537956075b398fa inherit pub_methods_classentt_1_1sparse__set"><td class="mdescLeft"> </td><td class="mdescRight">Default move assignment operator. <a href="classentt_1_1sparse__set.html#a7cb1c0bffe341b847537956075b398fa">More...</a><br /></td></tr>
|
||||
<tr class="separator:a7cb1c0bffe341b847537956075b398fa inherit pub_methods_classentt_1_1sparse__set"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">EnTT
|
||||
 <span id="projectnumber">3.3.1</span>
|
||||
 <span id="projectnumber">3.3.2</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user