1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv=
"Content-Type" content=
"text/html;charset=UTF-8">
3 <title>Native Client: Data Structures
</title>
4 <link href=
"./tabs.css" rel=
"stylesheet" type=
"text/css">
5 <link href=
"./stylesheet-dox.css" rel=
"stylesheet" type=
"text/css">
8 <a href=
"../../../README.html">Back to README
</a>
10 <!-- Generated by Doxygen 1.5.7.1 -->
11 <div class=
"navigation" id=
"top">
14 <li><a href=
"index.html"><span>Main
Page
</span></a></li>
15 <li><a href=
"modules.html"><span>Modules
</span></a></li>
16 <li class=
"current"><a href=
"annotated.html"><span>Data
Structures
</span></a></li>
17 <li><a href=
"files.html"><span>Files
</span></a></li>
22 <li class=
"current"><a href=
"annotated.html"><span>Data
Structures
</span></a></li>
23 <li><a href=
"functions.html"><span>Data
Fields
</span></a></li>
27 <div class=
"contents">
28 <h1>Data Structures
</h1>Here are the data structures with brief descriptions:
<table>
29 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_active_event.html">NaClMultimediaActiveEvent
</a></td><td class=
"indexvalue">[Native Client] Active event
</td></tr>
30 <tr><td class=
"indexkey"><a class=
"el" href=
"union_na_cl_multimedia_event.html">NaClMultimediaEvent
</a></td><td class=
"indexvalue">[Native Client] The event wrapper
</td></tr>
31 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_expose_event.html">NaClMultimediaExposeEvent
</a></td><td class=
"indexvalue">[Native Client] Expose event
</td></tr>
32 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_keyboard_event.html">NaClMultimediaKeyboardEvent
</a></td><td class=
"indexvalue">[Native Client] Keyboard event
</td></tr>
33 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_key_symbol.html">NaClMultimediaKeySymbol
</a></td><td class=
"indexvalue">[Native Client] Key symbol structure
</td></tr>
34 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_mouse_button_event.html">NaClMultimediaMouseButtonEvent
</a></td><td class=
"indexvalue">[Native Client] Mouse button event
</td></tr>
35 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_mouse_motion_event.html">NaClMultimediaMouseMotionEvent
</a></td><td class=
"indexvalue">[Native Client] Mouse motion event
</td></tr>
36 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_pad_event.html">NaClMultimediaPadEvent
</a></td><td class=
"indexvalue">[Native Client] Pad event
</td></tr>
37 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_multimedia_quit_event.html">NaClMultimediaQuitEvent
</a></td><td class=
"indexvalue">[Native Client] Quit event
</td></tr>
38 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_arg.html">NaClSrpcArg
</a></td><td class=
"indexvalue">Used to convey parameters to and from RPC invocations
</td></tr>
39 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_channel.html">NaClSrpcChannel
</a></td><td class=
"indexvalue">The encapsulation of all the data necessary for an RPC connection, either client or server
</td></tr>
40 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_char_array.html">NaClSrpcCharArray
</a></td><td class=
"indexvalue">Argument data type for passing arrays of char
</td></tr>
41 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_desc.html">NaClSrpcDesc
</a></td><td class=
"indexvalue">Used by clients to retain method name and type information
</td></tr>
42 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_double_array.html">NaClSrpcDoubleArray
</a></td><td class=
"indexvalue">Argument data type for passing arrays of double
</td></tr>
43 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_handler_desc.html">NaClSrpcHandlerDesc
</a></td><td class=
"indexvalue">Binaries that implement SRPC methods (servers) describe their services using these structures
</td></tr>
44 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_imc_buffer.html">NaClSrpcImcBuffer
</a></td><td class=
"indexvalue">The structure used to provide a buffering layer over the IMC
</td></tr>
45 <tr><td class=
"indexkey"><a class=
"el" href=
"struct_na_cl_srpc_int_array.html">NaClSrpcIntArray
</a></td><td class=
"indexvalue">Argument data type for passing arrays of int
</td></tr>
46 <tr><td class=
"indexkey"><a class=
"el" href=
"structpthread__attr__t.html">pthread_attr_t
</a></td><td class=
"indexvalue">Pthread_attr_t describes thread attributes
</td></tr>
47 <tr><td class=
"indexkey"><a class=
"el" href=
"structpthread__cond__t.html">pthread_cond_t
</a></td><td class=
"indexvalue">A structure representing a condition variable
</td></tr>
48 <tr><td class=
"indexkey"><a class=
"el" href=
"structpthread__condattr__t.html">pthread_condattr_t
</a></td><td class=
"indexvalue">A structure representing condition variable attributes
</td></tr>
49 <tr><td class=
"indexkey"><a class=
"el" href=
"structpthread__mutex__t.html">pthread_mutex_t
</a></td><td class=
"indexvalue">A structure representing a thread mutex
</td></tr>
50 <tr><td class=
"indexkey"><a class=
"el" href=
"structpthread__mutexattr__t.html">pthread_mutexattr_t
</a></td><td class=
"indexvalue">A structure representing mutex attributes
</td></tr>
51 <tr><td class=
"indexkey"><a class=
"el" href=
"structpthread__once__t.html">pthread_once_t
</a></td><td class=
"indexvalue">Pthread_once_t describes a control block used with
<a class=
"el" href=
"group___pthread.html#g3107d6f08955edec3467e2a01c668eb4" title=
"[not quite POSIX] Ensures that a piece of initialization code is executed at most...">pthread_once()
</a> function
</td></tr>
56 <a href=
"http://code.google.com/policies.html#restrictions">noted
</a>,
57 the content of this page is licensed under a
58 <a href=
"http://www.google.com/url?sa=D&q=http%3A%2F%2Fcreativecommons.org/licenses/by/2.5/">Creative Commons
59 Attribution
2.5 license
</a>.
63 Generated
30 Mar
2009 by
<a href=
"http://www.doxygen.org/index.html">doxygen
</a> 1.5.7.1