1 | <html> |
---|
2 | <head> |
---|
3 | <title>OgreDynLib.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
4 | <link type="text/css" rel="stylesheet" href="style.css"> |
---|
5 | </head> |
---|
6 | |
---|
7 | <body> |
---|
8 | <!-- Generated by Doxygen 1.3.6 --> |
---|
9 | <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
---|
10 | <h1>OgreDynLib.h File Reference</h1><code>#include "<a class="el" href="OgrePrerequisites_8h-source.html">OgrePrerequisites.h</a>"</code><br> |
---|
11 | |
---|
12 | <p> |
---|
13 | <a href="OgreDynLib_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0> |
---|
14 | <tr><td></td></tr> |
---|
15 | <tr><td colspan=2><br><h2>Namespaces</h2></td></tr> |
---|
16 | <tr><td class="memItemLeft" nowrap align=right valign=top>namespace </td><td class="memItemRight" valign=bottom><a class="el" href="namespaceOgre.html">Ogre</a></td></tr> |
---|
17 | |
---|
18 | <tr><td colspan=2><br><h2>Defines</h2></td></tr> |
---|
19 | <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="OgreDynLib_8h.html#a0">DYNLIB_HANDLE</a> void*</td></tr> |
---|
20 | |
---|
21 | <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="OgreDynLib_8h.html#a1">DYNLIB_LOAD</a>(a) dlopen( a, RTLD_LAZY )</td></tr> |
---|
22 | |
---|
23 | <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="OgreDynLib_8h.html#a2">DYNLIB_GETSYM</a>(a, b) dlsym( a, b )</td></tr> |
---|
24 | |
---|
25 | <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="OgreDynLib_8h.html#a3">DYNLIB_UNLOAD</a>(a) dlclose( a )</td></tr> |
---|
26 | |
---|
27 | </table> |
---|
28 | <hr><h2>Define Documentation</h2> |
---|
29 | <a class="anchor" name="a2" doxytag="OgreDynLib.h::DYNLIB_GETSYM" ></a><p> |
---|
30 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
31 | <tr> |
---|
32 | <td class="mdRow"> |
---|
33 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
34 | <tr> |
---|
35 | <td class="md" nowrap valign="top"> #define DYNLIB_GETSYM</td> |
---|
36 | <td class="md" valign="top">( </td> |
---|
37 | <td class="md" nowrap valign="top">a, <tr> |
---|
38 | <td class="md" nowrap align="right"></td> |
---|
39 | <td></td> |
---|
40 | <td class="md" nowrap>b </td> |
---|
41 | <td class="mdname1" valign="top" nowrap> </td> |
---|
42 | <td class="md" valign="top"> ) </td> |
---|
43 | <td class="md" nowrap> dlsym( a, b ) |
---|
44 | </table> |
---|
45 | </td> |
---|
46 | </tr> |
---|
47 | </table> |
---|
48 | <table cellspacing=5 cellpadding=0 border=0> |
---|
49 | <tr> |
---|
50 | <td> |
---|
51 | |
---|
52 | </td> |
---|
53 | <td> |
---|
54 | |
---|
55 | <p> |
---|
56 | |
---|
57 | <p> |
---|
58 | Definition at line <a class="el" href="OgreDynLib_8h-source.html#l00042">42</a> of file <a class="el" href="OgreDynLib_8h-source.html">OgreDynLib.h</a>. </td> |
---|
59 | </tr> |
---|
60 | </table> |
---|
61 | <a class="anchor" name="a0" doxytag="OgreDynLib.h::DYNLIB_HANDLE" ></a><p> |
---|
62 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
63 | <tr> |
---|
64 | <td class="mdRow"> |
---|
65 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
66 | <tr> |
---|
67 | <td class="md" nowrap valign="top"> #define DYNLIB_HANDLE void* |
---|
68 | </table> |
---|
69 | </td> |
---|
70 | </tr> |
---|
71 | </table> |
---|
72 | <table cellspacing=5 cellpadding=0 border=0> |
---|
73 | <tr> |
---|
74 | <td> |
---|
75 | |
---|
76 | </td> |
---|
77 | <td> |
---|
78 | |
---|
79 | <p> |
---|
80 | |
---|
81 | <p> |
---|
82 | Definition at line <a class="el" href="OgreDynLib_8h-source.html#l00040">40</a> of file <a class="el" href="OgreDynLib_8h-source.html">OgreDynLib.h</a>. </td> |
---|
83 | </tr> |
---|
84 | </table> |
---|
85 | <a class="anchor" name="a1" doxytag="OgreDynLib.h::DYNLIB_LOAD" ></a><p> |
---|
86 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
87 | <tr> |
---|
88 | <td class="mdRow"> |
---|
89 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
90 | <tr> |
---|
91 | <td class="md" nowrap valign="top"> #define DYNLIB_LOAD</td> |
---|
92 | <td class="md" valign="top">( </td> |
---|
93 | <td class="md" nowrap valign="top">a </td> |
---|
94 | <td class="mdname1" valign="top" nowrap> </td> |
---|
95 | <td class="md" valign="top"> ) </td> |
---|
96 | <td class="md" nowrap> dlopen( a, RTLD_LAZY ) |
---|
97 | </table> |
---|
98 | </td> |
---|
99 | </tr> |
---|
100 | </table> |
---|
101 | <table cellspacing=5 cellpadding=0 border=0> |
---|
102 | <tr> |
---|
103 | <td> |
---|
104 | |
---|
105 | </td> |
---|
106 | <td> |
---|
107 | |
---|
108 | <p> |
---|
109 | |
---|
110 | <p> |
---|
111 | Definition at line <a class="el" href="OgreDynLib_8h-source.html#l00041">41</a> of file <a class="el" href="OgreDynLib_8h-source.html">OgreDynLib.h</a>. </td> |
---|
112 | </tr> |
---|
113 | </table> |
---|
114 | <a class="anchor" name="a3" doxytag="OgreDynLib.h::DYNLIB_UNLOAD" ></a><p> |
---|
115 | <table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> |
---|
116 | <tr> |
---|
117 | <td class="mdRow"> |
---|
118 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
119 | <tr> |
---|
120 | <td class="md" nowrap valign="top"> #define DYNLIB_UNLOAD</td> |
---|
121 | <td class="md" valign="top">( </td> |
---|
122 | <td class="md" nowrap valign="top">a </td> |
---|
123 | <td class="mdname1" valign="top" nowrap> </td> |
---|
124 | <td class="md" valign="top"> ) </td> |
---|
125 | <td class="md" nowrap> dlclose( a ) |
---|
126 | </table> |
---|
127 | </td> |
---|
128 | </tr> |
---|
129 | </table> |
---|
130 | <table cellspacing=5 cellpadding=0 border=0> |
---|
131 | <tr> |
---|
132 | <td> |
---|
133 | |
---|
134 | </td> |
---|
135 | <td> |
---|
136 | |
---|
137 | <p> |
---|
138 | |
---|
139 | <p> |
---|
140 | Definition at line <a class="el" href="OgreDynLib_8h-source.html#l00043">43</a> of file <a class="el" href="OgreDynLib_8h-source.html">OgreDynLib.h</a>. </td> |
---|
141 | </tr> |
---|
142 | </table> |
---|
143 | <hr> |
---|
144 | <p> |
---|
145 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
146 | <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/> |
---|
147 | This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/> |
---|
148 | <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
---|
149 | <Work rdf:about=""> |
---|
150 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
151 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
152 | </Work> |
---|
153 | <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> |
---|
154 | |
---|
155 | Last modified Sun Feb 12 12:59:55 2006 |
---|
156 | </p> |
---|
157 | </body> |
---|
158 | </html> |
---|