mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-16 08:51:13 +00:00
176 lines
8.5 KiB
HTML
176 lines
8.5 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" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Minecraft Community Edition: mce::ThreadFunc Struct Reference</title>
|
|
<link rel="icon" href="logo channel.png" type="image/x-icon" />
|
|
<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>
|
|
<script type="text/javascript" src="clipboard.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript" src="cookie.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 id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">Minecraft Community Edition<span id="projectnumber"> 0.1.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.16.1 -->
|
|
<script type="text/javascript">
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
</script>
|
|
<script type="text/javascript">
|
|
$(function() { codefold.init(); });
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search',true);
|
|
$(function() { init_search(); });
|
|
});
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(function(){initNavTree('structmce_1_1_thread_func.html','','structmce_1_1_thread_func-members'); });
|
|
</script>
|
|
<div id="container">
|
|
<div id="doc-content">
|
|
<!-- 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">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">mce::ThreadFunc Struct Reference<span class="mlabels"><span class="mlabel abstract">abstract</span></span></div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
|
|
<p>Abstract type-erased callable interface used as a thread entry point.
|
|
<a href="#details">More...</a></p>
|
|
|
|
<p><code>#include <<a class="el" href="_thread_8hpp_source.html">Thread.hpp</a>></code></p>
|
|
<div class="dynheader">
|
|
Inheritance diagram for mce::ThreadFunc:</div>
|
|
<div class="dyncontent">
|
|
<div class="center">
|
|
<img src="structmce_1_1_thread_func.png" usemap="#mce_3A_3AThreadFunc_map" alt=""/>
|
|
<map id="mce_3A_3AThreadFunc_map" name="mce_3A_3AThreadFunc_map">
|
|
<area href="structmce_1_1_thread_functor.html" title="Adapter that wraps a generic functor/lambda." alt="mce::ThreadFunctor< F >" shape="rect" coords="0,56,291,80"/>
|
|
<area href="structmce_1_1_thread_member_functor.html" title="Adapter that wraps a member function without extra arguments." alt="mce::ThreadMemberFunctor< C >" shape="rect" coords="301,56,592,80"/>
|
|
<area href="structmce_1_1_thread_member_functor_with_args.html" title="Adapter that wraps a member function with arbitrary arguments." alt="mce::ThreadMemberFunctorWithArgs< C, Args >" shape="rect" coords="602,56,893,80"/>
|
|
</map>
|
|
</div></div>
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 id="header-pub-methods" class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
|
Public Member Functions</h2></td></tr>
|
|
<tr class="memitem:a326effacbebaefebd61fd3b57a480d39" id="r_a326effacbebaefebd61fd3b57a480d39"><td class="memItemLeft"><a id="a326effacbebaefebd61fd3b57a480d39" name="a326effacbebaefebd61fd3b57a480d39"></a>
|
|
virtual </td><td class="memItemRight"><b>~ThreadFunc</b> ()</td></tr>
|
|
<tr class="memdesc:a326effacbebaefebd61fd3b57a480d39"><td class="mdescLeft"> </td><td class="mdescRight">Virtual destructor to allow safe deletion via base pointer. <br /></td></tr>
|
|
<tr class="memitem:a845789c58b4cd7e73c7a99d15c2337f6" id="r_a845789c58b4cd7e73c7a99d15c2337f6"><td class="memItemLeft">virtual void </td><td class="memItemRight"><a class="el" href="#a845789c58b4cd7e73c7a99d15c2337f6">run</a> ()=0</td></tr>
|
|
<tr class="memdesc:a845789c58b4cd7e73c7a99d15c2337f6"><td class="mdescLeft"> </td><td class="mdescRight">Execute the wrapped callable. <br /></td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
|
<div class="textblock"><p>Abstract type-erased callable interface used as a thread entry point. </p>
|
|
<p>Concrete adapters derive from <a class="el" href="structmce_1_1_thread_func.html" title="Abstract type-erased callable interface used as a thread entry point.">ThreadFunc</a> and implement <a class="el" href="#a845789c58b4cd7e73c7a99d15c2337f6" title="Execute the wrapped callable.">run()</a> to invoke the wrapped callable. </p>
|
|
</div><a name="doc-func-members" id="doc-func-members"></a><h2 id="header-doc-func-members" class="groupheader">Member Function Documentation</h2>
|
|
<a id="a845789c58b4cd7e73c7a99d15c2337f6" name="a845789c58b4cd7e73c7a99d15c2337f6"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a845789c58b4cd7e73c7a99d15c2337f6">◆ </a></span>run()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual void mce::ThreadFunc::run </td>
|
|
<td>(</td>
|
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel pure-virtual">pure virtual</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p>Execute the wrapped callable. </p>
|
|
<p>Implementations must run the stored callable when this method is invoked. </p>
|
|
|
|
<p>Implemented in <a class="el" href="structmce_1_1_thread_functor.html#a15516d7b0dbda4d412ffdbea0eb2bc30">mce::ThreadFunctor< F ></a>, <a class="el" href="structmce_1_1_thread_member_functor.html#a53486e3258e69a89e50a62e47ab3edfd">mce::ThreadMemberFunctor< C ></a>, and <a class="el" href="structmce_1_1_thread_member_functor_with_args.html#aff17a973bcfacc0ee487458c0ca5f228">mce::ThreadMemberFunctorWithArgs< C, Args ></a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this struct was generated from the following file:<ul>
|
|
<li>Core/<a class="el" href="_thread_8hpp_source.html">Thread.hpp</a></li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<div id="page-nav" class="page-nav-panel">
|
|
<div id="page-nav-resize-handle"></div>
|
|
<div id="page-nav-tree">
|
|
<div id="page-nav-contents">
|
|
</div><!-- page-nav-contents -->
|
|
</div><!-- page-nav-tree -->
|
|
</div><!-- page-nav -->
|
|
</div><!-- container -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><b>mce</b></li><li class="navelem"><a href="structmce_1_1_thread_func.html">ThreadFunc</a></li>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|