aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxSerializer_8h.html
blob: b8b3a68800f0e59491a4ee92332dee9c48a5457e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
	<head>
		<title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxSerializer.h File Reference</title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
	</head>

	<body bgcolor="#FFFFFF">
		<div id="header">
			<hr class="first">
			<img alt="" src="images/PhysXlogo.png" align="middle"> <br>
			<center>
				<a class="qindex" href="main.html">Main Page</a> &nbsp; 
				<a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; 
				<a class="qindex" href="annotated.html">Compound List</a> &nbsp; 
				<a class="qindex" href="functions.html">Compound Members</a> &nbsp;  
			</center>
			<hr class="second">
		</div>
<!-- Generated by Doxygen 1.5.8 -->
<div class="contents">
<h1>PxSerializer.h File Reference</h1><code>#include &quot;<a class="el" href="PxSerialFramework_8h-source.html">PxSerialFramework.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="PxCollection_8h-source.html">PxCollection.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="PxAssert_8h-source.html">foundation/PxAssert.h</a>&quot;</code><br>

<p>
<div class="dynheader">
Include dependency graph for PxSerializer.h:</div>
<div class="dynsection">
<p><center><img src="PxSerializer_8h__incl.png" border="0" usemap="#PxSerializer.h_map" alt=""></center>
<map name="PxSerializer.h_map">
<area shape="rect" href="PxSerialFramework_8h.html" title="PxSerialFramework.h" alt="PxSerialFramework.h" coords="223,155,356,176"><area shape="rect" href="PxCollection_8h.html" title="PxCollection.h" alt="PxCollection.h" coords="320,85,411,107"><area shape="rect" href="PxAssert_8h.html" title="foundation/PxAssert.h" alt="foundation/PxAssert.h" coords="380,155,516,176"><area shape="rect" href="PxPhysXCommonConfig_8h.html" title="common/PxPhysXCommonConfig.h" alt="common/PxPhysXCommonConfig.h" coords="188,224,404,245"><area shape="rect" href="Px_8h.html" title="foundation/Px.h" alt="foundation/Px.h" coords="320,293,419,315"><area shape="rect" href="PxSimpleTypes_8h.html" title="foundation/PxSimpleTypes.h" alt="foundation/PxSimpleTypes.h" coords="144,363,320,384"><area shape="rect" href="PxPreprocessor_8h.html" title="foundation/PxPreprocessor.h" alt="foundation/PxPreprocessor.h" coords="7,432,183,453"></map>
</div>

<p>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<p><center><img src="PxSerializer_8h__dep__incl.png" border="0" usemap="#PxSerializer.hdep_map" alt=""></center>
<map name="PxSerializer.hdep_map">
<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="7,85,105,107"></map>
</div>

<p>
<a href="PxSerializer_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerializer.html">PxSerializer</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Serialization interface class.  <a href="classPxSerializer.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxSerializerDefaultAdapter.html">PxSerializerDefaultAdapter&lt; T &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default <a class="el" href="classPxSerializer.html" title="Serialization interface class.">PxSerializer</a> implementation.  <a href="classPxSerializerDefaultAdapter.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__extensions.html#g8695b63c3fd0f8e29ecce92c64e8f79b">PX_NEW_SERIALIZER_ADAPTER</a>(x)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Preprocessor Macro to simplify adapter creation.  <a href="group__extensions.html#g8695b63c3fd0f8e29ecce92c64e8f79b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__extensions.html#gf9d523f77e7143a4c7e49424d9f0081e">PX_DELETE_SERIALIZER_ADAPTER</a>(x)&nbsp;&nbsp;&nbsp;{ <a class="el" href="classPxSerializer.html">PxSerializer</a>* s = x; if (s) { s-&gt;~<a class="el" href="classPxSerializer.html">PxSerializer</a>(); PxGetFoundation().getAllocatorCallback().deallocate(s); } }</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Preprocessor Macro to simplify adapter deletion.  <a href="group__extensions.html#gf9d523f77e7143a4c7e49424d9f0081e"></a><br></td></tr>
</table>
</div>

<hr style="width: 100%; height: 2px;"><br>
Copyright &copy; 2008-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a>
</body>
</html>