You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

397 lines
9.6 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <!-- saved from url=(0014)about:internet -->
  4. <html xmlns:MSHelp="http://www.microsoft.com/MSHelp/" lang="en-us" xml:lang="en-us"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="DC.Type" content="topic">
  6. <meta name="DC.Title" content="Notational Conventions">
  7. <meta name="DC.subject" content="Notation">
  8. <meta name="keywords" content="Notation">
  9. <meta name="DC.Relation" scheme="URI" content="../main/title.htm">
  10. <meta name="DC.Format" content="XHTML">
  11. <meta name="DC.Identifier" content="notation">
  12. <meta name="DC.Language" content="en-US">
  13. <link rel="stylesheet" type="text/css" href="../intel_css_styles.css">
  14. <title>Notational Conventions</title>
  15. <xml>
  16. <MSHelp:Attr Name="DocSet" Value="Intel"></MSHelp:Attr>
  17. <MSHelp:Attr Name="Locale" Value="kbEnglish"></MSHelp:Attr>
  18. <MSHelp:Attr Name="TopicType" Value="kbReference"></MSHelp:Attr>
  19. </xml>
  20. </head>
  21. <body id="notation">
  22. <!-- ==============(Start:NavScript)================= -->
  23. <script src="..\NavScript.js" language="JavaScript1.2" type="text/javascript"></script>
  24. <script language="JavaScript1.2" type="text/javascript">WriteNavLink(1);</script>
  25. <!-- ==============(End:NavScript)================= -->
  26. <a name="notation"><!-- --></a>
  27. <h1 class="topictitle1">Notational Conventions</h1>
  28. <div>
  29. <p>The following conventions may be used in this
  30. document.
  31. </p>
  32. <div class="tablenoborder"><a name="GUID-0641CB7E-7712-4703-B217-383F9F40A04C"><!-- --></a><table cellpadding="4" summary="" id="GUID-0641CB7E-7712-4703-B217-383F9F40A04C" width="100%" frame="border" border="1" cellspacing="0" rules="all">
  33. <thead align="left">
  34. <tr>
  35. <th class="cellrowborder" valign="top" width="18.281535648994517%" id="d819e41">
  36. <p>Convention
  37. </p>
  38. </th>
  39. <th class="cellrowborder" valign="top" width="36.74588665447898%" id="d819e47">
  40. <p>Explanation
  41. </p>
  42. </th>
  43. <th class="cellrowborder" valign="top" width="44.972577696526514%" id="d819e53">
  44. <p>Example
  45. </p>
  46. </th>
  47. </tr>
  48. </thead>
  49. <tbody>
  50. <tr>
  51. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  52. <p><em>Italic</em>
  53. </p>
  54. </td>
  55. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  56. <p>Used for introducing new terms, denotation
  57. of terms, placeholders, or titles of manuals.
  58. </p>
  59. </td>
  60. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  61. <p>The filename consists of the
  62. <em>basename</em> and the
  63. <br><em>extension</em>.
  64. </p>
  65. <p>For more information, refer to the
  66. <em>Intel&reg; Linker Manual</em>.
  67. </p>
  68. </td>
  69. </tr>
  70. <tr>
  71. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  72. <p><samp class="codeph">Monospace
  73. </samp>
  74. </p>
  75. </td>
  76. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  77. <p>Indicates directory paths and filenames,
  78. commands and command line
  79. </p>
  80. <p>options, function names, methods, classes,
  81. data structures in body text, source code.
  82. </p>
  83. </td>
  84. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  85. <p><samp class="codeph">ippsapi.h
  86. </samp>
  87. </p>
  88. <p><samp class="codeph">\alt\include
  89. </samp>
  90. </p>
  91. <p>Use the
  92. <span class="option">okCreateObjs()</span> function to...
  93. </p>
  94. <p><samp class="codeph">printf("hello, world\n");
  95. </samp>
  96. </p>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  101. <p><samp class="codeph">Monospace
  102. <em>italic</em></samp>
  103. </p>
  104. </td>
  105. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  106. <p>Indicates source code placeholders.
  107. </p>
  108. </td>
  109. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  110. <p>blocked_range&lt;<em>Type</em>&gt;
  111. </p>
  112. </td>
  113. </tr>
  114. <tr>
  115. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  116. <p><samp class="codeph">Monospace
  117. <strong>bold</strong>
  118. </samp>
  119. </p>
  120. </td>
  121. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  122. <p>Emphasizes parts of source code.
  123. </p>
  124. </td>
  125. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  126. <p><samp class="codeph">x = ( h &gt; 0 ?
  127. <strong>sizeof(m)</strong> : 0xF ) + min;
  128. </samp>
  129. </p>
  130. </td>
  131. </tr>
  132. <tr>
  133. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  134. <p>[ ]
  135. </p>
  136. </td>
  137. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  138. <p>Items enclosed in brackets are optional.
  139. </p>
  140. </td>
  141. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  142. <p>Fa[c]
  143. </p>
  144. <p>Indicates
  145. <span class="option">Fa</span> or
  146. <span class="option">Fac</span>.
  147. </p>
  148. </td>
  149. </tr>
  150. <tr>
  151. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  152. <p>{ | }
  153. </p>
  154. </td>
  155. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  156. <p>Braces and vertical bars indicate the
  157. choice of one item from a selection of two or more items.
  158. </p>
  159. </td>
  160. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  161. <p>X{K | W | P}
  162. </p>
  163. <p>Indicates
  164. <span class="option">XK</span>,
  165. <span class="option">XW</span>, or
  166. <span class="option">XP</span>.
  167. </p>
  168. </td>
  169. </tr>
  170. <tr>
  171. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  172. <p>"[" "]" "{"<br>" }" "|"
  173. </p>
  174. </td>
  175. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  176. <p>Writing a metacharacter in quotation marks
  177. negates the syntactical meaning stated above;
  178. <br>the character is
  179. taken as a literal.
  180. </p>
  181. </td>
  182. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  183. <p>"[" X "]" [ Y ]
  184. </p>
  185. <p>Denotes the letter X enclosed in brackets,
  186. optionally followed by the letter Y.
  187. </p>
  188. </td>
  189. </tr>
  190. <tr>
  191. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  192. <p>...
  193. </p>
  194. </td>
  195. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  196. <p>The ellipsis indicates that the previous
  197. item can be repeated several times.
  198. </p>
  199. </td>
  200. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  201. <p><var>filename</var> ...
  202. </p>
  203. <p>Indicates that one or more filenames can be
  204. specified.
  205. </p>
  206. </td>
  207. </tr>
  208. <tr>
  209. <td class="cellrowborder" valign="top" width="18.281535648994517%" headers="d819e41 ">
  210. <p>,...
  211. </p>
  212. </td>
  213. <td class="cellrowborder" valign="top" width="36.74588665447898%" headers="d819e47 ">
  214. <p>The ellipsis preceded by a comma indicates
  215. that the previous item can be repeated several times,
  216. <br>separated by
  217. commas.
  218. </p>
  219. </td>
  220. <td class="cellrowborder" valign="top" width="44.972577696526514%" headers="d819e53 ">
  221. <p><var>word</var> ,...
  222. </p>
  223. <p>Indicates that one or more words can be
  224. specified. If more than one word is specified, the words are comma-separated.
  225. </p>
  226. </td>
  227. </tr>
  228. </tbody>
  229. </table>
  230. </div>
  231. <div class="section">
  232. <p>Class members are summarized by informal class
  233. declarations that describe the class as it seems to clients, not how it is
  234. actually implemented. For example, here is an informal declaration of class
  235. <samp class="codeph">Foo</samp>:
  236. </p>
  237. <pre>class Foo {
  238. public:
  239. int x();
  240. int y;
  241. ~Foo();
  242. };
  243. </pre>
  244. <p>The actual implementation might look like:
  245. </p>
  246. <pre>namespace internal {
  247. class FooBase {
  248. protected:
  249. int x();
  250. };
  251. class Foo_v3: protected FooBase {
  252. private:
  253. int internal_stuff;
  254. public:
  255. using FooBase::x;
  256. int y;
  257. };
  258. }
  259. typedef internal::Foo_v3 Foo;</pre>
  260. <p>The example shows two cases where the actual
  261. implementation departs from the informal declaration:
  262. </p>
  263. <ul type="disc">
  264. <li>
  265. <p><samp class="codeph">Foo</samp> is actually a typedef to
  266. <samp class="codeph">Foo_v3</samp>.
  267. </p>
  268. </li>
  269. <li>
  270. <p>Method
  271. <samp class="codeph">x()</samp> is inherited from a protected base class.
  272. </p>
  273. </li>
  274. <li>
  275. <p>The destructor is an implicit method generated
  276. by the compiler.
  277. </p>
  278. </li>
  279. </ul>
  280. <p>The informal declarations are intended to show you
  281. what you need to know to use the class without the distraction of irrelevant
  282. clutter particular to the implementation.
  283. </p>
  284. </div>
  285. </div>
  286. <div class="familylinks">
  287. <div class="parentlink"><strong>Parent topic:</strong>&nbsp;<a href="../main/title.htm">Intel&reg; Threading Building Blocks Documentation</a></div>
  288. </div>
  289. <div></div>
  290. </body>
  291. </html>