Files
entt/poly__storage_8hpp_source.html
2021-07-21 14:02:37 +02:00

128 lines
12 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>EnTT: src/entt/entity/poly_storage.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">EnTT
&#160;<span id="projectnumber">3.8.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_66e9674e8206a335795995fa32a03c91.html">entt</a></li><li class="navelem"><a class="el" href="dir_e3a7bb56c55e5c2286e2fe96e197d4f5.html">entity</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">poly_storage.hpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef ENTT_ENTITY_POLY_STORAGE_HPP</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define ENTT_ENTITY_POLY_STORAGE_HPP</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160; </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &lt;cstddef&gt;</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;tuple&gt;</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;../core/type_info.hpp&quot;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;../core/type_traits.hpp&quot;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;../poly/poly.hpp&quot;</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;fwd.hpp&quot;</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; </div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceentt.html">entt</a> {</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Entity&gt;</div>
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="structentt_1_1Storage.html"> 21</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structentt_1_1Storage.html">Storage</a>: <a class="code" href="structentt_1_1type__list.html">type_list</a>&lt;type_info() const ENTT_NOEXCEPT&gt; {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> Base&gt;</div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="structentt_1_1Storage_1_1type.html"> 27</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structentt_1_1Storage_1_1type.html">type</a>: Base {</div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="structentt_1_1Storage_1_1type.html#ab1989f99216fcfae9d8d0bacf377ebd8"> 32</a></span>&#160; <a class="code" href="classentt_1_1type__info.html">type_info</a> <a class="code" href="structentt_1_1Storage_1_1type.html#ab1989f99216fcfae9d8d0bacf377ebd8">value_type</a>() const ENTT_NOEXCEPT {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordflow">return</span> poly_call&lt;0&gt;(*<span class="keyword">this</span>);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; };</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> Type&gt;</div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="structentt_1_1Storage.html#ab6a12e5caa7b719323490ace1ea1e483"> 42</a></span>&#160; <span class="keyword">using</span> <a class="code" href="structentt_1_1value__list.html">impl</a> = <a class="code" href="structentt_1_1value__list.html">value_list&lt;&amp;type_id&lt;typename Type::value_type&gt;</a>&gt;;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;};</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Entity, <span class="keyword">typename</span> = <span class="keywordtype">void</span>&gt;</div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structentt_1_1poly__storage__traits.html"> 51</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structentt_1_1poly__storage__traits.html">poly_storage_traits</a> {</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structentt_1_1poly__storage__traits.html#a5e3fe08d9e265dde0da33854a5436611"> 53</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classentt_1_1basic__poly.html">storage_type</a> = <a class="code" href="classentt_1_1basic__poly.html">poly&lt;Storage&lt;Entity&gt;</a>&gt;;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;};</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;}</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; </div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; </div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclassentt_1_1basic__poly_html"><div class="ttname"><a href="classentt_1_1basic__poly.html">entt::basic_poly</a></div><div class="ttdoc">Static polymorphism made simple and within everyone's reach.</div><div class="ttdef"><b>Definition:</b> <a href="poly_8hpp_source.html#l00181">poly.hpp:181</a></div></div>
<div class="ttc" id="aclassentt_1_1type__info_html"><div class="ttname"><a href="classentt_1_1type__info.html">entt::type_info</a></div><div class="ttdoc">Implementation specific information about a type.</div><div class="ttdef"><b>Definition:</b> <a href="type__info_8hpp_source.html#l00150">type_info.hpp:150</a></div></div>
<div class="ttc" id="anamespaceentt_html"><div class="ttname"><a href="namespaceentt.html">entt</a></div><div class="ttdoc">EnTT default namespace.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8hpp_source.html#l00013">algorithm.hpp:13</a></div></div>
<div class="ttc" id="astructentt_1_1Storage_1_1type_html"><div class="ttname"><a href="structentt_1_1Storage_1_1type.html">entt::Storage::type</a></div><div class="ttdoc">Concept definition.</div><div class="ttdef"><b>Definition:</b> <a href="poly__storage_8hpp_source.html#l00027">poly_storage.hpp:27</a></div></div>
<div class="ttc" id="astructentt_1_1Storage_1_1type_html_ab1989f99216fcfae9d8d0bacf377ebd8"><div class="ttname"><a href="structentt_1_1Storage_1_1type.html#ab1989f99216fcfae9d8d0bacf377ebd8">entt::Storage::type::value_type</a></div><div class="ttdeci">type_info value_type() const</div><div class="ttdoc">Returns a type info for the contained objects.</div><div class="ttdef"><b>Definition:</b> <a href="poly__storage_8hpp_source.html#l00032">poly_storage.hpp:32</a></div></div>
<div class="ttc" id="astructentt_1_1Storage_html"><div class="ttname"><a href="structentt_1_1Storage.html">entt::Storage</a></div><div class="ttdoc">Basic poly storage implementation.</div><div class="ttdef"><b>Definition:</b> <a href="poly__storage_8hpp_source.html#l00021">poly_storage.hpp:21</a></div></div>
<div class="ttc" id="astructentt_1_1poly__storage__traits_html"><div class="ttname"><a href="structentt_1_1poly__storage__traits.html">entt::poly_storage_traits</a></div><div class="ttdoc">Defines the poly storage type associate with a given entity type.</div><div class="ttdef"><b>Definition:</b> <a href="poly__storage_8hpp_source.html#l00051">poly_storage.hpp:51</a></div></div>
<div class="ttc" id="astructentt_1_1type__list_html"><div class="ttname"><a href="structentt_1_1type__list.html">entt::type_list</a></div><div class="ttdoc">A class to use to push around lists of types, nothing more.</div><div class="ttdef"><b>Definition:</b> <a href="core_2type__traits_8hpp_source.html#l00128">type_traits.hpp:128</a></div></div>
<div class="ttc" id="astructentt_1_1value__list_html"><div class="ttname"><a href="structentt_1_1value__list.html">entt::value_list</a></div><div class="ttdoc">A class to use to push around lists of constant values, nothing more.</div><div class="ttdef"><b>Definition:</b> <a href="core_2type__traits_8hpp_source.html#l00324">type_traits.hpp:324</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>