| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- <!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.12.0"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>Jolt Physics: NonCopyable Class Reference</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>
- <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="resize.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>
- <script type="text/x-mathjax-config">
- MathJax.Hub.Config({
- extensions: ["tex2jax.js"],
- jax: ["input/TeX","output/HTML-CSS"],
- });
- </script>
- <script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.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="projectlogo"><img alt="Logo" src="LogoSmall.png"/></td>
- <td id="projectalign">
- <div id="projectname">Jolt Physics
- </div>
- <div id="projectbrief">A multi core friendly Game Physics Engine</div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.12.0 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- var searchBox = new SearchBox("searchBox", "search/",'.html');
- /* @license-end */
- </script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() { codefold.init(0); });
- /* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() {
- initMenu('',true,false,'search.php','Search',true);
- $(function() { init_search(); });
- });
- /* @license-end */
- </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">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function(){initNavTree('class_non_copyable.html',''); initResizable(true); });
- /* @license-end */
- </script>
- <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="summary">
- <a href="#pub-methods">Public Member Functions</a> |
- <a href="class_non_copyable-members.html">List of all members</a> </div>
- <div class="headertitle"><div class="title">NonCopyable Class Reference</div></div>
- </div><!--header-->
- <div class="contents">
- <p>Class that makes another class non-copyable. Usage: Inherit from <a class="el" href="class_non_copyable.html" title="Class that makes another class non-copyable. Usage: Inherit from NonCopyable.">NonCopyable</a>.
- <a href="#details">More...</a></p>
- <p><code>#include <<a class="el" href="_non_copyable_8h_source.html">NonCopyable.h</a>></code></p>
- <div class="dynheader">
- Inheritance diagram for NonCopyable:</div>
- <div class="dyncontent">
- <div class="center">
- <img src="class_non_copyable.png" usemap="#NonCopyable_map" alt=""/>
- <map id="NonCopyable_map" name="NonCopyable_map">
- <area href="class_body_lock_base.html" alt="BodyLockBase< false, const Body >" shape="rect" coords="349,56,688,80"/>
- <area href="class_body_lock_base.html" alt="BodyLockBase< true, Body >" shape="rect" coords="349,112,688,136"/>
- <area href="class_body_lock_multi_base.html" alt="BodyLockMultiBase< false, const Body >" shape="rect" coords="349,168,688,192"/>
- <area href="class_body_lock_multi_base.html" alt="BodyLockMultiBase< true, Body >" shape="rect" coords="349,224,688,248"/>
- <area href="class_fixed_size_free_list.html" alt="FixedSizeFreeList< Node >" shape="rect" coords="349,280,688,304"/>
- <area href="class_fixed_size_free_list.html" alt="FixedSizeFreeList< Job >" shape="rect" coords="349,336,688,360"/>
- <area href="class_lock_free_hash_map.html" alt="LockFreeHashMap< SubShapeIDPair, CachedManifold >" shape="rect" coords="349,392,688,416"/>
- <area href="class_lock_free_hash_map.html" alt="LockFreeHashMap< BodyPair, CachedBodyPair >" shape="rect" coords="349,448,688,472"/>
- <area href="class_mutex_array.html" alt="MutexArray< SharedMutex >" shape="rect" coords="349,504,688,528"/>
- <area href="class_body.html" alt="Body" shape="rect" coords="349,560,688,584"/>
- <area href="class_body_draw_filter.html" title="Class function to filter out bodies for debug rendering, returns true if body should be rendered." alt="BodyDrawFilter" shape="rect" coords="349,616,688,640"/>
- <area href="class_body_filter.html" title="Class function to filter out bodies, returns true if test should collide with body." alt="BodyFilter" shape="rect" coords="349,672,688,696"/>
- <area href="class_body_interface.html" alt="BodyInterface" shape="rect" coords="349,728,688,752"/>
- <area href="class_body_lock_base.html" title="Base class for locking bodies for the duration of the scope of this class (do not use directly)" alt="BodyLockBase< Write, BodyType >" shape="rect" coords="349,784,688,808"/>
- <area href="class_body_lock_interface.html" title="Base class interface for locking a body. Usually you will use BodyLockRead / BodyLockWrite / BodyLock..." alt="BodyLockInterface" shape="rect" coords="349,840,688,864"/>
- <area href="class_body_lock_multi_base.html" title="Base class for locking multiple bodies for the duration of the scope of this class (do not use direct..." alt="BodyLockMultiBase< Write, BodyType >" shape="rect" coords="349,896,688,920"/>
- <area href="class_body_manager.html" alt="BodyManager" shape="rect" coords="349,952,688,976"/>
- <area href="class_broad_phase_layer_filter.html" title="Filter class for broadphase layers." alt="BroadPhaseLayerFilter" shape="rect" coords="349,1008,688,1032"/>
- <area href="class_broad_phase_layer_interface.html" title="Interface that the application should implement to allow mapping object layers to broadphase layers." alt="BroadPhaseLayerInterface" shape="rect" coords="349,1064,688,1088"/>
- <area href="class_broad_phase_query.html" alt="BroadPhaseQuery" shape="rect" coords="349,1120,688,1144"/>
- <area href="class_character_base.html" title="Base class for character class." alt="CharacterBase" shape="rect" coords="349,1176,688,1200"/>
- <area href="class_character_vs_character_collision.html" alt="CharacterVsCharacterCollision" shape="rect" coords="349,1232,688,1256"/>
- <area href="class_constraint.html" title="Base class for all physics constraints. A constraint removes one or more degrees of freedom for a rig..." alt="Constraint" shape="rect" coords="349,1288,688,1312"/>
- <area href="class_constraint_manager.html" alt="ConstraintManager" shape="rect" coords="349,1344,688,1368"/>
- <area href="class_contact_constraint_manager.html" alt="ContactConstraintManager" shape="rect" coords="349,1400,688,1424"/>
- <area href="class_convex_hull_builder.html" title="A convex hull builder that tries to create hulls as accurately as possible. Used for offline processi..." alt="ConvexHullBuilder" shape="rect" coords="349,1456,688,1480"/>
- <area href="class_convex_hull_builder2_d.html" title="A convex hull builder that tries to create 2D hulls as accurately as possible. Used for offline proce..." alt="ConvexHullBuilder2D" shape="rect" coords="349,1512,688,1536"/>
- <area href="class_convex_hull_builder_1_1_edge.html" title="Class that holds the information of an edge." alt="ConvexHullBuilder::Edge" shape="rect" coords="349,1568,688,1592"/>
- <area href="class_convex_hull_builder_1_1_face.html" title="Class that holds the information of one face." alt="ConvexHullBuilder::Face" shape="rect" coords="349,1624,688,1648"/>
- <area href="class_debug_renderer.html" alt="DebugRenderer" shape="rect" coords="349,1680,688,1704"/>
- <area href="class_e_p_a_convex_hull_builder.html" title="A convex hull builder specifically made for the EPA penetration depth calculation...." alt="EPAConvexHullBuilder" shape="rect" coords="349,1736,688,1760"/>
- <area href="class_e_p_a_convex_hull_builder_1_1_triangle.html" title="Class that holds the information of one triangle." alt="EPAConvexHullBuilder::Triangle" shape="rect" coords="349,1792,688,1816"/>
- <area href="class_e_p_a_convex_hull_builder_1_1_triangle_factory.html" title="Factory that creates triangles in a fixed size buffer." alt="EPAConvexHullBuilder::TriangleFactory" shape="rect" coords="349,1848,688,1872"/>
- <area href="class_fixed_size_free_list.html" alt="FixedSizeFreeList< Object >" shape="rect" coords="349,1904,688,1928"/>
- <area href="class_g_j_k_closest_point.html" alt="GJKClosestPoint" shape="rect" coords="349,1960,688,1984"/>
- <area href="class_island_builder.html" title="Keeps track of connected bodies and builds islands for multithreaded velocity/position update." alt="IslandBuilder" shape="rect" coords="349,2016,688,2040"/>
- <area href="class_job_system.html" alt="JobSystem" shape="rect" coords="349,2072,688,2096"/>
- <area href="class_job_system_1_1_barrier.html" title="A job barrier keeps track of a number of jobs and allows waiting until they are all completed." alt="JobSystem::Barrier" shape="rect" coords="349,2128,688,2152"/>
- <area href="class_l_f_h_m_allocator.html" title="Allocator for a lock free hash map." alt="LFHMAllocator" shape="rect" coords="349,2184,688,2208"/>
- <area href="class_l_f_h_m_allocator_context.html" alt="LFHMAllocatorContext" shape="rect" coords="349,2240,688,2264"/>
- <area href="class_large_island_splitter.html" alt="LargeIslandSplitter" shape="rect" coords="349,2296,688,2320"/>
- <area href="class_lock_free_hash_map.html" alt="LockFreeHashMap< Key, Value >" shape="rect" coords="349,2352,688,2376"/>
- <area href="class_mutex_array.html" alt="MutexArray< MutexType >" shape="rect" coords="349,2408,688,2432"/>
- <area href="class_narrow_phase_query.html" alt="NarrowPhaseQuery" shape="rect" coords="349,2464,688,2488"/>
- <area href="class_object_layer_filter.html" title="Filter class for object layers." alt="ObjectLayerFilter" shape="rect" coords="349,2520,688,2544"/>
- <area href="class_object_layer_pair_filter.html" title="Filter class to test if two objects can collide based on their object layer. Used while finding colli..." alt="ObjectLayerPairFilter" shape="rect" coords="349,2576,688,2600"/>
- <area href="class_object_stream.html" title="Base class for object stream input and output streams." alt="ObjectStream" shape="rect" coords="349,2632,688,2656"/>
- <area href="class_object_vs_broad_phase_layer_filter.html" title="Class to test if an object can collide with a broadphase layer. Used while finding collision pairs." alt="ObjectVsBroadPhaseLayerFilter" shape="rect" coords="349,2688,688,2712"/>
- <area href="class_physics_system.html" alt="PhysicsSystem" shape="rect" coords="349,2744,688,2768"/>
- <area href="class_physics_system_1_1_bodies_to_sleep.html" alt="PhysicsSystem::BodiesToSleep" shape="rect" coords="349,2800,688,2824"/>
- <area href="class_profile_measurement.html" title="Create this class on the stack to start sampling timing information of a particular scope." alt="ProfileMeasurement" shape="rect" coords="349,2856,688,2880"/>
- <area href="class_profile_sample.html" alt="ProfileSample" shape="rect" coords="349,2912,688,2936"/>
- <area href="class_profile_thread.html" title="Collects all samples of a single thread." alt="ProfileThread" shape="rect" coords="349,2968,688,2992"/>
- <area href="class_profiler.html" title="Singleton class for managing profiling information." alt="Profiler" shape="rect" coords="349,3024,688,3048"/>
- <area href="class_quad_tree.html" alt="QuadTree" shape="rect" coords="349,3080,688,3104"/>
- <area href="class_ragdoll.html" title="Runtime ragdoll information." alt="Ragdoll" shape="rect" coords="349,3136,688,3160"/>
- <area href="class_scope_exit.html" title="Class that calls a function when it goes out of scope." alt="ScopeExit< F >" shape="rect" coords="349,3192,688,3216"/>
- <area href="class_shape.html" title="Base class for all shapes (collision volume of a body). Defines a virtual interface for collision det..." alt="Shape" shape="rect" coords="349,3248,688,3272"/>
- <area href="class_shape_filter.html" title="Filter class." alt="ShapeFilter" shape="rect" coords="349,3304,688,3328"/>
- <area href="class_shared_lock.html" title="Helper class that is similar to std::shared_lock." alt="SharedLock< LockType >" shape="rect" coords="349,3360,688,3384"/>
- <area href="class_sim_shape_filter.html" title="Filter class used during the simulation (PhysicsSystem::Update) to filter out collisions at shape lev..." alt="SimShapeFilter" shape="rect" coords="349,3416,688,3440"/>
- <area href="class_stream_in.html" title="Simple binary input stream." alt="StreamIn" shape="rect" coords="349,3472,688,3496"/>
- <area href="class_stream_out.html" title="Simple binary output stream." alt="StreamOut" shape="rect" coords="349,3528,688,3552"/>
- <area href="class_temp_allocator.html" alt="TempAllocator" shape="rect" coords="349,3584,688,3608"/>
- <area href="class_triangle_splitter.html" title="A class that splits a triangle list into two parts for building a tree." alt="TriangleSplitter" shape="rect" coords="349,3640,688,3664"/>
- <area href="class_unique_lock.html" title="Helper class that is similar to std::unique_lock." alt="UniqueLock< LockType >" shape="rect" coords="349,3696,688,3720"/>
- <area href="class_vehicle_collision_tester.html" title="Class that does collision detection between wheels and ground." alt="VehicleCollisionTester" shape="rect" coords="349,3752,688,3776"/>
- <area href="class_vehicle_controller.html" title="Runtime data for interface that controls acceleration / deceleration of the vehicle." alt="VehicleController" shape="rect" coords="349,3808,688,3832"/>
- <area href="class_wheel.html" title="Base class for runtime data for a wheel, each VehicleController can implement a derived class of this..." alt="Wheel" shape="rect" coords="349,3864,688,3888"/>
- </map>
- </div></div>
- <table class="memberdecls">
- <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
- Public Member Functions</h2></td></tr>
- <tr class="memitem:a809b6e4ade7ae32f6d248f2a3b783d45" id="r_a809b6e4ade7ae32f6d248f2a3b783d45"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#a809b6e4ade7ae32f6d248f2a3b783d45">NonCopyable</a> ()=default</td></tr>
- <tr class="separator:a809b6e4ade7ae32f6d248f2a3b783d45"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:a501d34ffcc34b30de6d541887a901057" id="r_a501d34ffcc34b30de6d541887a901057"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="#a501d34ffcc34b30de6d541887a901057">NonCopyable</a> (const <a class="el" href="class_non_copyable.html">NonCopyable</a> &)=delete</td></tr>
- <tr class="separator:a501d34ffcc34b30de6d541887a901057"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:aaf9b12dcaae80c9d304df7a941d4e21f" id="r_aaf9b12dcaae80c9d304df7a941d4e21f"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="#aaf9b12dcaae80c9d304df7a941d4e21f">operator=</a> (const <a class="el" href="class_non_copyable.html">NonCopyable</a> &)=delete</td></tr>
- <tr class="separator:aaf9b12dcaae80c9d304df7a941d4e21f"><td class="memSeparator" colspan="2"> </td></tr>
- </table>
- <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
- <div class="textblock"><p>Class that makes another class non-copyable. Usage: Inherit from <a class="el" href="class_non_copyable.html" title="Class that makes another class non-copyable. Usage: Inherit from NonCopyable.">NonCopyable</a>. </p>
- </div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
- <a id="a809b6e4ade7ae32f6d248f2a3b783d45" name="a809b6e4ade7ae32f6d248f2a3b783d45"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#a809b6e4ade7ae32f6d248f2a3b783d45">◆ </a></span>NonCopyable() <span class="overload">[1/2]</span></h2>
- <div class="memitem">
- <div class="memproto">
- <table class="mlabels">
- <tr>
- <td class="mlabels-left">
- <table class="memname">
- <tr>
- <td class="memname">NonCopyable::NonCopyable </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">default</span></span> </td>
- </tr>
- </table>
- </div><div class="memdoc">
- </div>
- </div>
- <a id="a501d34ffcc34b30de6d541887a901057" name="a501d34ffcc34b30de6d541887a901057"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#a501d34ffcc34b30de6d541887a901057">◆ </a></span>NonCopyable() <span class="overload">[2/2]</span></h2>
- <div class="memitem">
- <div class="memproto">
- <table class="mlabels">
- <tr>
- <td class="mlabels-left">
- <table class="memname">
- <tr>
- <td class="memname">NonCopyable::NonCopyable </td>
- <td>(</td>
- <td class="paramtype">const <a class="el" href="class_non_copyable.html">NonCopyable</a> &</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">delete</span></span> </td>
- </tr>
- </table>
- </div><div class="memdoc">
- </div>
- </div>
- <h2 class="groupheader">Member Function Documentation</h2>
- <a id="aaf9b12dcaae80c9d304df7a941d4e21f" name="aaf9b12dcaae80c9d304df7a941d4e21f"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#aaf9b12dcaae80c9d304df7a941d4e21f">◆ </a></span>operator=()</h2>
- <div class="memitem">
- <div class="memproto">
- <table class="mlabels">
- <tr>
- <td class="mlabels-left">
- <table class="memname">
- <tr>
- <td class="memname">void NonCopyable::operator= </td>
- <td>(</td>
- <td class="paramtype">const <a class="el" href="class_non_copyable.html">NonCopyable</a> &</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">delete</span></span> </td>
- </tr>
- </table>
- </div><div class="memdoc">
- </div>
- </div>
- <hr/>The documentation for this class was generated from the following file:<ul>
- <li>Jolt/Core/<a class="el" href="_non_copyable_8h_source.html">NonCopyable.h</a></li>
- </ul>
- </div><!-- contents -->
- </div><!-- doc-content -->
- <!-- start footer part -->
- <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
- <ul>
- <li class="navelem"><a class="el" href="class_non_copyable.html">NonCopyable</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.12.0 </li>
- </ul>
- </div>
- </body>
- </html>
|