Linux Standard Base C++ Specification 3.2 Copyright © 2007 Linux Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". Portions of the text may be copyrighted by the following parties: * The Regents of the University of California * Free Software Foundation * Ian F. Darwin * Paul Vixie * BSDI (now Wind River) * Andrew G Morgan * Jean-loup Gailly and Mark Adler * Massachusetts Institute of Technology * Apple Inc. * Easy Software Products * artofcode LLC * Till Kamppeter * Manfred Wassman * Python Software Foundation These excerpts are being used in accordance with their respective licenses. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. UNIX is a registered trademark of The Open Group. LSB is a trademark of the Linux Foundation in the United States and other countries. AMD is a trademark of Advanced Micro Devices, Inc. Intel and Itanium are registered trademarks and Intel386 is a trademark of Intel Corporation. PowerPC is a registered trademark and PowerPC Architecture is a trademark of the IBM Corporation. S/390 is a registered trademark of the IBM Corporation. OpenGL is a registered trademark of Silicon Graphics, Inc. __________________________________________________________ Table of Contents Foreword Introduction I. Introductory Elements 1. Scope 1.1. General 1.2. Module Specific Scope 2. Normative References 3. Requirements 3.1. Relevant Libraries 3.2. LSB Implementation Conformance 3.3. LSB Application Conformance 4. Definitions 5. Terminology 6. Documentation Conventions II. Low Level System Information 7. C++ Class Representations 7.1. C++ Data Representation 8. Symbol Mapping 8.1. Symbol Mapping III. Base Libraries 9. Libraries 9.1. Interfaces for libstdcxx 9.2. Interface Definitions for libstdcxx A. GNU Free Documentation License (Informative) A.1. PREAMBLE A.2. APPLICABILITY AND DEFINITIONS A.3. VERBATIM COPYING A.4. COPYING IN QUANTITY A.5. MODIFICATIONS A.6. COMBINING DOCUMENTS A.7. COLLECTIONS OF DOCUMENTS A.8. AGGREGATION WITH INDEPENDENT WORKS A.9. TRANSLATION A.10. TERMINATION A.11. FUTURE REVISIONS OF THIS LICENSE A.12. How to use this License for your documents List of Figures 7-1. Category 1 Virtual Table 7-2. Category 2 Virtual Table 7-3. Run-Time Type Information Prefix 7-4. Run-Time Type Information For Classes with no base class 7-5. Run-Time Type Information for Classes with a single base class 7-6. Run-Time Type Information for classes with multiple inheritance 7-7. Run-Time Type Information for pointer types 7-8. Run-Time Type Information for pointer to member types List of Tables 2-1. Normative References 3-1. Standard Library Names 7-1. Class Components 9-1. libstdcxx Definition 9-2. libstdcxx - C++ Runtime Support Function Interfaces 9-3. libstdcxx - C++ Runtime Support Data Interfaces 9-4. libstdcxx - C++ type descriptors for built-in types Data Interfaces 9-5. libstdcxx - C++ _Rb_tree Function Interfaces 9-6. Primary vtable for type_info 9-7. typeinfo for type_info 9-8. libstdcxx - Class type_info Function Interfaces 9-9. libstdcxx - Class type_info Data Interfaces 9-10. Primary vtable for __cxxabiv1::__enum_type_info 9-11. typeinfo for __cxxabiv1::__enum_type_info 9-12. libstdcxx - Class __cxxabiv1::__enum_type_info Function Interfaces 9-13. libstdcxx - Class __cxxabiv1::__enum_type_info Data Interfaces 9-14. Primary vtable for __cxxabiv1::__array_type_info 9-15. typeinfo for __cxxabiv1::__array_type_info 9-16. libstdcxx - Class __cxxabiv1::__array_type_info Function Interfaces 9-17. libstdcxx - Class __cxxabiv1::__array_type_info Data Interfaces 9-18. Primary vtable for __cxxabiv1::__class_type_info 9-19. typeinfo for __cxxabiv1::__class_type_info 9-20. libstdcxx - Class __cxxabiv1::__class_type_info Function Interfaces 9-21. libstdcxx - Class __cxxabiv1::__class_type_info Data Interfaces 9-22. Primary vtable for __cxxabiv1::__pbase_type_info 9-23. typeinfo for __cxxabiv1::__pbase_type_info 9-24. libstdcxx - Class __cxxabiv1::__pbase_type_info Function Interfaces 9-25. libstdcxx - Class __cxxabiv1::__pbase_type_info Data Interfaces 9-26. Primary vtable for __cxxabiv1::__pointer_type_info 9-27. typeinfo for __cxxabiv1::__pointer_type_info 9-28. libstdcxx - Class __cxxabiv1::__pointer_type_info Function Interfaces 9-29. libstdcxx - Class __cxxabiv1::__pointer_type_info Data Interfaces 9-30. Primary vtable for __cxxabiv1::__function_type_info 9-31. typeinfo for __cxxabiv1::__function_type_info 9-32. libstdcxx - Class __cxxabiv1::__function_type_info Function Interfaces 9-33. libstdcxx - Class __cxxabiv1::__function_type_info Data Interfaces 9-34. Primary vtable for __cxxabiv1::__si_class_type_info 9-35. typeinfo for __cxxabiv1::__si_class_type_info 9-36. libstdcxx - Class __cxxabiv1::__si_class_type_info Function Interfaces 9-37. libstdcxx - Class __cxxabiv1::__si_class_type_info Data Interfaces 9-38. Primary vtable for __cxxabiv1::__vmi_class_type_info 9-39. typeinfo for __cxxabiv1::__vmi_class_type_info 9-40. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Function Interfaces 9-41. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Data Interfaces 9-42. Primary vtable for __cxxabiv1::__fundamental_type_info 9-43. typeinfo for __cxxabiv1::__fundamental_type_info 9-44. libstdcxx - Class __cxxabiv1::__fundamental_type_info Function Interfaces 9-45. libstdcxx - Class __cxxabiv1::__fundamental_type_info Data Interfaces 9-46. Primary vtable for __cxxabiv1::__pointer_to_member_type_info 9-47. typeinfo for __cxxabiv1::__pointer_to_member_type_info 9-48. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Function Interfaces 9-49. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Data Interfaces 9-50. Primary vtable for __gnu_cxx::stdio_sync_filebuf > 9-51. libstdcxx - Class __gnu_cxx::stdio_filebuf > Data Interfaces 9-52. Primary vtable for __gnu_cxx::stdio_sync_filebuf > 9-53. libstdcxx - Class __gnu_cxx::stdio_filebuf > Data Interfaces 9-54. libstdcxx - Class __gnu_cxx::__pool_alloc_base Function Interfaces 9-55. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Function Interfaces 9-56. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Data Interfaces 9-57. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Function Interfaces 9-58. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Data Interfaces 9-59. Primary vtable for exception 9-60. typeinfo for exception 9-61. libstdcxx - Class exception Function Interfaces 9-62. libstdcxx - Class exception Data Interfaces 9-63. Primary vtable for bad_typeid 9-64. typeinfo for bad_typeid 9-65. libstdcxx - Class bad_typeid Function Interfaces 9-66. libstdcxx - Class bad_typeid Data Interfaces 9-67. Primary vtable for logic_error 9-68. typeinfo for logic_error 9-69. libstdcxx - Class logic_error Function Interfaces 9-70. libstdcxx - Class logic_error Data Interfaces 9-71. Primary vtable for range_error 9-72. typeinfo for range_error 9-73. libstdcxx - Class range_error Function Interfaces 9-74. libstdcxx - Class range_error Data Interfaces 9-75. Primary vtable for domain_error 9-76. typeinfo for domain_error 9-77. libstdcxx - Class domain_error Function Interfaces 9-78. libstdcxx - Class domain_error Data Interfaces 9-79. Primary vtable for length_error 9-80. typeinfo for length_error 9-81. libstdcxx - Class length_error Function Interfaces 9-82. libstdcxx - Class length_error Data Interfaces 9-83. Primary vtable for out_of_range 9-84. typeinfo for out_of_range 9-85. libstdcxx - Class out_of_range Function Interfaces 9-86. libstdcxx - Class out_of_range Data Interfaces 9-87. Primary vtable for bad_exception 9-88. typeinfo for bad_exception 9-89. libstdcxx - Class bad_exception Function Interfaces 9-90. libstdcxx - Class bad_exception Data Interfaces 9-91. Primary vtable for runtime_error 9-92. typeinfo for runtime_error 9-93. libstdcxx - Class runtime_error Function Interfaces 9-94. libstdcxx - Class runtime_error Data Interfaces 9-95. Primary vtable for overflow_error 9-96. typeinfo for overflow_error 9-97. libstdcxx - Class overflow_error Function Interfaces 9-98. libstdcxx - Class overflow_error Data Interfaces 9-99. Primary vtable for underflow_error 9-100. typeinfo for underflow_error 9-101. libstdcxx - Class underflow_error Function Interfaces 9-102. libstdcxx - Class underflow_error Data Interfaces 9-103. Primary vtable for invalid_argument 9-104. typeinfo for invalid_argument 9-105. libstdcxx - Class invalid_argument Function Interfaces 9-106. libstdcxx - Class invalid_argument Data Interfaces 9-107. Primary vtable for bad_cast 9-108. typeinfo for bad_cast 9-109. libstdcxx - Class bad_cast Function Interfaces 9-110. libstdcxx - Class bad_cast Data Interfaces 9-111. Primary vtable for bad_alloc 9-112. typeinfo for bad_alloc 9-113. libstdcxx - Class bad_alloc Function Interfaces 9-114. libstdcxx - Class bad_alloc Data Interfaces 9-115. libstdcxx - struct __numeric_limits_base Data Interfaces 9-116. libstdcxx - struct numeric_limits Data Interfaces 9-117. libstdcxx - struct numeric_limits Data Interfaces 9-118. libstdcxx - struct numeric_limits Data Interfaces 9-119. libstdcxx - struct numeric_limits Data Interfaces 9-120. libstdcxx - struct numeric_limits Data Interfaces 9-121. libstdcxx - struct numeric_limits Data Interfaces 9-122. libstdcxx - struct numeric_limits Data Interfaces 9-123. libstdcxx - struct numeric_limits Data Interfaces 9-124. libstdcxx - struct numeric_limits Data Interfaces 9-125. libstdcxx - struct numeric_limits Data Interfaces 9-126. libstdcxx - struct numeric_limits Data Interfaces 9-127. libstdcxx - struct numeric_limits Data Interfaces 9-128. libstdcxx - struct numeric_limits Data Interfaces 9-129. libstdcxx - struct numeric_limits Data Interfaces 9-130. libstdcxx - struct numeric_limits Data Interfaces 9-131. libstdcxx - struct numeric_limits Data Interfaces 9-132. typeinfo for ctype_base 9-133. libstdcxx - Class ctype_base Data Interfaces 9-134. Primary vtable for __ctype_abstract_base 9-135. libstdcxx - Class __ctype_abstract_base Data Interfaces 9-136. Primary vtable for __ctype_abstract_base 9-137. libstdcxx - Class __ctype_abstract_base Data Interfaces 9-138. Primary vtable for ctype 9-139. libstdcxx - Class ctype Function Interfaces 9-140. libstdcxx - Class ctype Data Interfaces 9-141. Primary vtable for ctype 9-142. typeinfo for ctype 9-143. libstdcxx - Class ctype Function Interfaces 9-144. libstdcxx - Class ctype Data Interfaces 9-145. Primary vtable for ctype_byname 9-146. typeinfo for ctype_byname 9-147. libstdcxx - Class ctype_byname Function Interfaces 9-148. libstdcxx - Class ctype_byname Data Interfaces 9-149. libstdcxx - Class ctype_byname Function Interfaces 9-150. libstdcxx - Class ctype_byname Data Interfaces 9-151. libstdcxx - Class basic_string, allocator > Function Interfaces 9-152. libstdcxx - Class basic_string, allocator > Data Interfaces 9-153. libstdcxx - Class basic_string, allocator > Function Interfaces 9-154. libstdcxx - Class basic_string, allocator > Data Interfaces 9-155. VTT for basic_stringstream, allocator > 9-156. libstdcxx - Class basic_stringstream, allocator > Function Interfaces 9-157. libstdcxx - Class basic_stringstream, allocator > Data Interfaces 9-158. VTT for basic_stringstream, allocator > 9-159. libstdcxx - Class basic_stringstream, allocator > Function Interfaces 9-160. libstdcxx - Class basic_stringstream, allocator > Data Interfaces 9-161. VTT for basic_istringstream, allocator > 9-162. libstdcxx - Class basic_istringstream, allocator > Function Interfaces 9-163. libstdcxx - Class basic_istringstream, allocator > Data Interfaces 9-164. VTT for basic_istringstream, allocator > 9-165. libstdcxx - Class basic_istringstream, allocator > Function Interfaces 9-166. libstdcxx - Class basic_istringstream, allocator > Data Interfaces 9-167. VTT for basic_ostringstream, allocator > 9-168. libstdcxx - Class basic_ostringstream, allocator > Function Interfaces 9-169. libstdcxx - Class basic_ostringstream, allocator > Data Interfaces 9-170. VTT for basic_ostringstream, allocator > 9-171. libstdcxx - Class basic_ostringstream, allocator > Function Interfaces 9-172. libstdcxx - Class basic_ostringstream, allocator > Data Interfaces 9-173. Primary vtable for basic_stringbuf, allocator > 9-174. typeinfo for basic_stringbuf, allocator > 9-175. libstdcxx - Class basic_stringbuf, allocator > Function Interfaces 9-176. libstdcxx - Class basic_stringbuf, allocator > Data Interfaces 9-177. Primary vtable for basic_stringbuf, allocator > 9-178. typeinfo for basic_stringbuf, allocator > 9-179. libstdcxx - Class basic_stringbuf, allocator > Function Interfaces 9-180. libstdcxx - Class basic_stringbuf, allocator > Data Interfaces 9-181. VTT for basic_iostream > 9-182. libstdcxx - Class basic_iostream > Function Interfaces 9-183. libstdcxx - Class basic_iostream > Data Interfaces 9-184. VTT for basic_iostream > 9-185. libstdcxx - Class basic_iostream > Function Interfaces 9-186. libstdcxx - Class basic_iostream > Data Interfaces 9-187. VTT for basic_istream > 9-188. libstdcxx - Class basic_istream > Function Interfaces 9-189. libstdcxx - Class basic_istream > Data Interfaces 9-190. VTT for basic_istream > 9-191. libstdcxx - Class basic_istream > Function Interfaces 9-192. libstdcxx - Class basic_istream > Data Interfaces 9-193. VTT for basic_ostream > 9-194. libstdcxx - Class basic_ostream > Function Interfaces 9-195. libstdcxx - Class basic_ostream > Data Interfaces 9-196. VTT for basic_ostream > 9-197. libstdcxx - Class basic_ostream > Function Interfaces 9-198. libstdcxx - Class basic_ostream > Data Interfaces 9-199. VTT for basic_fstream > 9-200. libstdcxx - Class basic_fstream > Function Interfaces 9-201. libstdcxx - Class basic_fstream > Data Interfaces 9-202. VTT for basic_fstream > 9-203. libstdcxx - Class basic_fstream > Function Interfaces 9-204. libstdcxx - Class basic_fstream > Data Interfaces 9-205. VTT for basic_ifstream > 9-206. libstdcxx - Class basic_ifstream > Function Interfaces 9-207. libstdcxx - Class basic_ifstream > Data Interfaces 9-208. VTT for basic_ifstream > 9-209. libstdcxx - Class basic_ifstream > Function Interfaces 9-210. libstdcxx - Class basic_ifstream > Data Interfaces 9-211. VTT for basic_ofstream > 9-212. libstdcxx - Class basic_ofstream > Function Interfaces 9-213. libstdcxx - Class basic_ofstream > Data Interfaces 9-214. VTT for basic_ofstream > 9-215. libstdcxx - Class basic_ofstream > Function Interfaces 9-216. libstdcxx - Class basic_ofstream > Data Interfaces 9-217. Primary vtable for basic_streambuf > 9-218. typeinfo for basic_streambuf > 9-219. libstdcxx - Class basic_streambuf > Function Interfaces 9-220. libstdcxx - Class basic_streambuf > Data Interfaces 9-221. Primary vtable for basic_streambuf > 9-222. typeinfo for basic_streambuf > 9-223. libstdcxx - Class basic_streambuf > Function Interfaces 9-224. Primary vtable for basic_filebuf > 9-225. typeinfo for basic_filebuf > 9-226. libstdcxx - Class basic_filebuf > Function Interfaces 9-227. libstdcxx - Class basic_filebuf > Data Interfaces 9-228. Primary vtable for basic_filebuf > 9-229. typeinfo for basic_filebuf > 9-230. libstdcxx - Class basic_filebuf > Function Interfaces 9-231. libstdcxx - Class basic_filebuf > Data Interfaces 9-232. typeinfo for ios_base 9-233. libstdcxx - Class ios_base Function Interfaces 9-234. libstdcxx - Class ios_base Data Interfaces 9-235. Primary vtable for basic_ios > 9-236. libstdcxx - Class basic_ios > Function Interfaces 9-237. libstdcxx - Class basic_ios > Data Interfaces 9-238. libstdcxx - Class basic_ios > Function Interfaces 9-239. libstdcxx - Class basic_ios > Data Interfaces 9-240. Primary vtable for ios_base::failure 9-241. typeinfo for ios_base::failure 9-242. libstdcxx - Class ios_base::failure Function Interfaces 9-243. libstdcxx - Class ios_base::failure Data Interfaces 9-244. Primary vtable for __timepunct 9-245. typeinfo for __timepunct 9-246. libstdcxx - Class __timepunct Function Interfaces 9-247. libstdcxx - Class __timepunct Data Interfaces 9-248. Primary vtable for __timepunct 9-249. typeinfo for __timepunct 9-250. libstdcxx - Class __timepunct Function Interfaces 9-251. libstdcxx - Class __timepunct Data Interfaces 9-252. typeinfo for messages_base 9-253. libstdcxx - Class messages_base Data Interfaces 9-254. Primary vtable for messages 9-255. libstdcxx - Class messages Function Interfaces 9-256. libstdcxx - Class messages Data Interfaces 9-257. Primary vtable for messages 9-258. libstdcxx - Class messages Function Interfaces 9-259. libstdcxx - Class messages Data Interfaces 9-260. Primary vtable for messages_byname 9-261. typeinfo for messages_byname 9-262. libstdcxx - Class messages_byname Function Interfaces 9-263. libstdcxx - Class messages_byname Data Interfaces 9-264. Primary vtable for messages_byname 9-265. typeinfo for messages_byname 9-266. libstdcxx - Class messages_byname Function Interfaces 9-267. libstdcxx - Class messages_byname Data Interfaces 9-268. Primary vtable for numpunct 9-269. typeinfo for numpunct 9-270. libstdcxx - Class numpunct Function Interfaces 9-271. libstdcxx - Class numpunct Data Interfaces 9-272. Primary vtable for numpunct 9-273. typeinfo for numpunct 9-274. libstdcxx - Class numpunct Function Interfaces 9-275. libstdcxx - Class numpunct Data Interfaces 9-276. Primary vtable for numpunct_byname 9-277. typeinfo for numpunct_byname 9-278. libstdcxx - Class numpunct_byname Function Interfaces 9-279. libstdcxx - Class numpunct_byname Data Interfaces 9-280. Primary vtable for numpunct_byname 9-281. typeinfo for numpunct_byname 9-282. libstdcxx - Class numpunct_byname Function Interfaces 9-283. libstdcxx - Class numpunct_byname Data Interfaces 9-284. Primary vtable for __codecvt_abstract_base 9-285. libstdcxx - Class __codecvt_abstract_base Data Interfaces 9-286. typeinfo for codecvt_base 9-287. libstdcxx - Class codecvt_base Data Interfaces 9-288. Primary vtable for codecvt 9-289. typeinfo for codecvt 9-290. Primary vtable for __codecvt_abstract_base 9-291. libstdcxx - Class codecvt Function Interfaces 9-292. libstdcxx - Class codecvt Data Interfaces 9-293. Primary vtable for codecvt 9-294. typeinfo for codecvt 9-295. libstdcxx - Class codecvt Function Interfaces 9-296. libstdcxx - Class codecvt Data Interfaces 9-297. Primary vtable for codecvt_byname 9-298. typeinfo for codecvt_byname 9-299. libstdcxx - Class codecvt_byname Function Interfaces 9-300. libstdcxx - Class codecvt_byname Data Interfaces 9-301. Primary vtable for codecvt_byname 9-302. typeinfo for codecvt_byname 9-303. Primary vtable for collate_byname 9-304. typeinfo for collate_byname 9-305. libstdcxx - Class codecvt_byname Function Interfaces 9-306. libstdcxx - Class codecvt_byname Data Interfaces 9-307. Primary vtable for collate 9-308. typeinfo for collate 9-309. libstdcxx - Class collate Function Interfaces 9-310. libstdcxx - Class collate Data Interfaces 9-311. Primary vtable for collate 9-312. typeinfo for collate 9-313. libstdcxx - Class collate Function Interfaces 9-314. libstdcxx - Class collate Data Interfaces 9-315. Primary vtable for collate_byname 9-316. typeinfo for collate_byname 9-317. libstdcxx - Class collate_byname Function Interfaces 9-318. libstdcxx - Class collate_byname Data Interfaces 9-319. typeinfo for time_base 9-320. libstdcxx - Class time_base Data Interfaces 9-321. Primary vtable for time_get_byname > > 9-322. typeinfo for time_get_byname > > 9-323. libstdcxx - Class time_get_byname > > Function Interfaces 9-324. libstdcxx - Class time_get_byname > > Data Interfaces 9-325. Primary vtable for time_get_byname > > 9-326. typeinfo for time_get_byname > > 9-327. libstdcxx - Class time_get_byname > > Function Interfaces 9-328. libstdcxx - Class time_get_byname > > Data Interfaces 9-329. Primary vtable for time_put_byname > > 9-330. typeinfo for time_put_byname > > 9-331. libstdcxx - Class time_put_byname > > Function Interfaces 9-332. libstdcxx - Class time_put_byname > > Data Interfaces 9-333. Primary vtable for time_put_byname > > 9-334. typeinfo for time_put_byname > > 9-335. libstdcxx - Class time_put_byname > > Function Interfaces 9-336. libstdcxx - Class time_put_byname > > Data Interfaces 9-337. Primary vtable for time_get > > 9-338. libstdcxx - Class time_get > > Function Interfaces 9-339. libstdcxx - Class time_get > > Data Interfaces 9-340. Primary vtable for time_get > > 9-341. libstdcxx - Class time_get > > Function Interfaces 9-342. libstdcxx - Class time_get > > Data Interfaces 9-343. libstdcxx - Class time_put > > Function Interfaces 9-344. libstdcxx - Class time_put > > Data Interfaces 9-345. libstdcxx - Class time_put > > Function Interfaces 9-346. libstdcxx - Class time_put > > Data Interfaces 9-347. Primary vtable for moneypunct 9-348. libstdcxx - Class moneypunct Function Interfaces 9-349. libstdcxx - Class moneypunct Data Interfaces 9-350. Primary vtable for moneypunct 9-351. libstdcxx - Class moneypunct Function Interfaces 9-352. libstdcxx - Class moneypunct Data Interfaces 9-353. Primary vtable for moneypunct 9-354. libstdcxx - Class moneypunct Function Interfaces 9-355. libstdcxx - Class moneypunct Data Interfaces 9-356. Primary vtable for moneypunct 9-357. libstdcxx - Class moneypunct Function Interfaces 9-358. libstdcxx - Class moneypunct Data Interfaces 9-359. Primary vtable for moneypunct_byname 9-360. typeinfo for moneypunct_byname 9-361. libstdcxx - Class moneypunct_byname Function Interfaces 9-362. libstdcxx - Class moneypunct_byname Data Interfaces 9-363. Primary vtable for moneypunct_byname 9-364. typeinfo for moneypunct_byname 9-365. libstdcxx - Class moneypunct_byname Function Interfaces 9-366. libstdcxx - Class moneypunct_byname Data Interfaces 9-367. Primary vtable for moneypunct_byname 9-368. typeinfo for moneypunct_byname 9-369. libstdcxx - Class moneypunct_byname Function Interfaces 9-370. libstdcxx - Class moneypunct_byname Data Interfaces 9-371. Primary vtable for moneypunct_byname 9-372. typeinfo for moneypunct_byname 9-373. libstdcxx - Class moneypunct_byname Function Interfaces 9-374. libstdcxx - Class moneypunct_byname Data Interfaces 9-375. typeinfo for money_base 9-376. libstdcxx - Class money_base Function Interfaces 9-377. libstdcxx - Class money_base Data Interfaces 9-378. Primary vtable for money_get > > 9-379. typeinfo for money_get > > 9-380. libstdcxx - Class money_get > > Function Interfaces 9-381. libstdcxx - Class money_get > > Data Interfaces 9-382. Primary vtable for money_get > > 9-383. typeinfo for money_get > > 9-384. libstdcxx - Class money_get > > Function Interfaces 9-385. libstdcxx - Class money_get > > Data Interfaces 9-386. Primary vtable for money_put > > 9-387. typeinfo for money_put > > 9-388. libstdcxx - Class money_put > > Function Interfaces 9-389. libstdcxx - Class money_put > > Data Interfaces 9-390. Primary vtable for money_put > > 9-391. typeinfo for money_put > > 9-392. libstdcxx - Class money_put > > Function Interfaces 9-393. libstdcxx - Class money_put > > Data Interfaces 9-394. libstdcxx - Class locale Function Interfaces 9-395. libstdcxx - Class locale Data Interfaces 9-396. Primary vtable for locale::facet 9-397. typeinfo for locale::facet 9-398. libstdcxx - Class locale::facet Function Interfaces 9-399. libstdcxx - Class locale::facet Data Interfaces 9-400. libstdcxx - facet functions Function Interfaces 9-401. 9-402. libstdcxx - Class __num_base Function Interfaces 9-403. libstdcxx - Class __num_base Data Interfaces 9-404. libstdcxx - Class num_get > > Function Interfaces 9-405. libstdcxx - Class num_get > > Data Interfaces 9-406. libstdcxx - Class num_get > > Function Interfaces 9-407. libstdcxx - Class num_get > > Data Interfaces 9-408. libstdcxx - Class num_put > > Function Interfaces 9-409. libstdcxx - Class num_put > > Data Interfaces 9-410. libstdcxx - Class num_put > > Function Interfaces 9-411. libstdcxx - Class num_put > > Data Interfaces 9-412. libstdcxx - Class __basic_file Function Interfaces 9-413. libstdcxx - Class _List_node_base Function Interfaces 9-414. libstdcxx - Class allocator Function Interfaces 9-415. libstdcxx - Class allocator Function Interfaces __________________________________________________________ Foreword This is version 3.2 of the Linux Standard Base C++ Specification. This specification is part of a family of specifications under the general title "Linux Standard Base". Developers of applications or implementations interested in using the LSB trademark should see the Linux Foundation Certification Policy for details. __________________________________________________________ Introduction The LSB defines a binary interface for application programs that are compiled and packaged for LSB-conforming implementations on many different hardware architectures. Since a binary specification shall include information specific to the computer processor architecture for which it is intended, it is not possible for a single document to specify the interface for all possible LSB-conforming implementations. Therefore, the LSB is a family of specifications, rather than a single one. This document should be used in conjunction with the documents it references. This document enumerates the system components it includes, but descriptions of those components may be included entirely or partly in this document, partly in other documents, or entirely in other reference documents. For example, the section that describes system service routines includes a list of the system routines supported in this interface, formal declarations of the data structures they use that are visible to applications, and a pointer to the underlying referenced specification for information about the syntax and semantics of each call. Only those routines not described in standards referenced by this document, or extensions to those standards, are described in the detail. Information referenced in this way is as much a part of this document as is the information explicitly included here. The specification carries a version number of either the form x.y or x.y.z. This version number carries the following meaning: * The first number (x) is the major version number. All versions with the same major version number should share binary compatibility. Any addition or deletion of a new library results in a new version number. Interfaces marked as deprecated may be removed from the specification at a major version change. * The second number (y) is the minor version number. Individual interfaces may be added if all certified implementations already had that (previously undocumented) interface. Interfaces may be marked as deprecated at a minor version change. Other minor changes may be permitted at the discretion of the LSB workgroup. * The third number (z), if present, is the editorial level. Only editorial changes should be included in such versions. Since this specification is a descriptive Application Binary Interface, and not a source level API specification, it is not possible to make a guarantee of 100% backward compatibility between major releases. However, it is the intent that those parts of the binary interface that are visible in the source level API will remain backward compatible from version to version, except where a feature marked as "Deprecated" in one release may be removed from a future release. Implementors are strongly encouraged to make use of symbol versioning to permit simultaneous support of applications conforming to different releases of this specification. I. Introductory Elements Table of Contents 1. Scope 1.1. General 1.2. Module Specific Scope 2. Normative References 3. Requirements 3.1. Relevant Libraries 3.2. LSB Implementation Conformance 3.3. LSB Application Conformance 4. Definitions 5. Terminology 6. Documentation Conventions __________________________________________________________ Chapter 1. Scope 1.1. General The Linux Standard Base (LSB) defines a system interface for compiled applications and a minimal environment for support of installation scripts. Its purpose is to enable a uniform industry standard environment for high-volume applications conforming to the LSB. These specifications are composed of two basic parts: A common specification ("LSB-generic" or "generic LSB"), ISO/IEC 23360 Part 1, describing those parts of the interface that remain constant across all implementations of the LSB, and an architecture-specific part ("LSB-arch" or "archLSB") describing the parts of the interface that vary by processor architecture. Together, the LSB-generic and the relevant architecture-specific part of ISO/IEC 23360 for a single hardware architecture provide a complete interface specification for compiled application programs on systems that share a common hardware architecture. ISO/IEC 23360 Part 1, the LSB-generic document, should be used in conjunction with an architecture-specific part. Whenever a section of the LSB-generic specification is supplemented by architecture-specific information, the LSB-generic document includes a reference to the architecture part. Architecture-specific parts of ISO/IEC 23360 may also contain additional information that is not referenced in the LSB-generic document. The LSB contains both a set of Application Program Interfaces (APIs) and Application Binary Interfaces (ABIs). APIs may appear in the source code of portable applications, while the compiled binary of that application may use the larger set of ABIs. A conforming implementation provides all of the ABIs listed here. The compilation system may replace (e.g. by macro definition) certain APIs with calls to one or more of the underlying binary interfaces, and may insert calls to binary interfaces as needed. The LSB is primarily a binary interface definition. Not all of the source level APIs available to applications may be contained in this specification. __________________________________________________________ 1.2. Module Specific Scope This is the C++ module of the Linux Standards Base (LSB). This module supplements the core interfaces by providing system interfaces, libraries, and a runtime environment for applications built using the C++ programming language. These interfaces provide low-level support for the core constructs of the language, and implement the standard base C++ libraries. Interfaces described in this module are presented in terms of C++; the binary interfaces will use encoded or mangled versions of the names. __________________________________________________________ Chapter 2. Normative References The specifications listed below are referenced in whole or in part by this module of the Linux Standard Base. In this specification, where only a particular section of one of these references is identified, then the normative reference is to that section alone, and the rest of the referenced document is informative. Table 2-1. Normative References Name Title URL ISO/IEC 23360 Part 1 ISO/IEC 23360:2005 Linux Standard Base - Part 1 Generic Specification http://www.linuxbase.org/spec/ ISO C (1999) ISO/IEC 9899: 1999, Programming Languages --C ISO POSIX (2003) ISO/IEC 9945-1:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 1: Base Definitions ISO/IEC 9945-2:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 2: System Interfaces ISO/IEC 9945-3:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 3: Shell and Utilities ISO/IEC 9945-4:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 4: Rationale Including Technical Cor. 1: 2004 http://www.unix.org/version3/ ISO/IEC 14882: 2003 C++ Language ISO/IEC 14882: 2003 Programming languages --C++ Itanium(TM) C++ ABI Itanium(TM) C++ ABI (Revision 1.83) http://refspecs.linux-foundation.org/cxxabi-1.83.html __________________________________________________________ Chapter 3. Requirements 3.1. Relevant Libraries The libraries listed in Table 3-1 shall be available on a Linux Standard Base system, with the specified runtime names. Table 3-1. Standard Library Names Library Runtime Name libstdcxx libstdc++.so.6 These libraries will be in an implementation-defined directory which the dynamic linker shall search by default. __________________________________________________________ 3.2. LSB Implementation Conformance An implementation shall satisfy the following requirements: * The implementation shall implement fully the architecture described in the hardware manual for the target processor architecture. * The implementation shall be capable of executing compiled applications having the format and using the system interfaces described in this document. * The implementation shall provide libraries containing the interfaces specified by this document, and shall provide a dynamic linking mechanism that allows these interfaces to be attached to applications at runtime. All the interfaces shall behave as specified in this document. * The map of virtual memory provided by the implementation shall conform to the requirements of this document. * The implementation's low-level behavior with respect to function call linkage, system traps, signals, and other such activities shall conform to the formats described in this document. * The implementation shall provide all of the mandatory interfaces in their entirety. * The implementation may provide one or more of the optional interfaces. Each optional interface that is provided shall be provided in its entirety. The product documentation shall state which optional interfaces are provided. * The implementation shall provide all files and utilities specified as part of this document in the format defined here and in other referenced documents. All commands and utilities shall behave as required by this document. The implementation shall also provide all mandatory components of an application's runtime environment that are included or referenced in this document. * The implementation, when provided with standard data formats and values at a named interface, shall provide the behavior defined for those values and data formats at that interface. However, a conforming implementation may consist of components which are separately packaged and/or sold. For example, a vendor of a conforming implementation might sell the hardware, operating system, and windowing system as separately packaged items. * The implementation may provide additional interfaces with different names. It may also provide additional behavior corresponding to data values outside the standard ranges, for standard named interfaces. __________________________________________________________ 3.3. LSB Application Conformance An application shall satisfy the following requirements: * Its executable files are either shell scripts or object files in the format defined for the Object File Format system interface. * Its object files participate in dynamic linking as defined in the Program Loading and Linking System interface. * It employs only the instructions, traps, and other low-level facilities defined in the Low-Level System interface as being for use by applications. * If it requires any optional interface defined in this document in order to be installed or to execute successfully, the requirement for that optional interface is stated in the application's documentation. * It does not use any interface or data format that is not required to be provided by a conforming implementation, unless: + If such an interface or data format is supplied by another application through direct invocation of that application during execution, that application is in turn an LSB conforming application. + The use of that interface or data format, as well as its source, is identified in the documentation of the application. * It shall not use any values for a named interface that are reserved for vendor extensions. A strictly conforming application does not require or use any interface, facility, or implementation-defined extension that is not defined in this document in order to be installed or to execute successfully. __________________________________________________________ Chapter 4. Definitions For the purposes of this document, the following definitions, as specified in the ISO/IEC Directives, Part 2, 2001, 4th Edition, apply: can be able to; there is a possibility of; it is possible to cannot be unable to; there is no possibilty of; it is not possible to may is permitted; is allowed; is permissible need not it is not required that; no...is required shall is to; is required to; it is required that; has to; only...is permitted; it is necessary shall not is not allowed [permitted] [acceptable] [permissible]; is required to be not; is required that...be not; is not to be should it is recommended that; ought to should not it is not recommended that; ought not to __________________________________________________________ Chapter 5. Terminology For the purposes of this document, the following terms apply: archLSB The architectural part of the LSB Specification which describes the specific parts of the interface that are platform specific. The archLSB is complementary to the gLSB. Binary Standard The total set of interfaces that are available to be used in the compiled binary code of a conforming application. gLSB The common part of the LSB Specification that describes those parts of the interface that remain constant across all hardware implementations of the LSB. implementation-defined Describes a value or behavior that is not defined by this document but is selected by an implementor. The value or behavior may vary among implementations that conform to this document. An application should not rely on the existence of the value or behavior. An application that relies on such a value or behavior cannot be assured to be portable across conforming implementations. The implementor shall document such a value or behavior so that it can be used correctly by an application. Shell Script A file that is read by an interpreter (e.g., awk). The first line of the shell script includes a reference to its interpreter binary. Source Standard The set of interfaces that are available to be used in the source code of a conforming application. undefined Describes the nature of a value or behavior not defined by this document which results from use of an invalid program construct or invalid data input. The value or behavior may vary among implementations that conform to this document. An application should not rely on the existence or validity of the value or behavior. An application that relies on any particular value or behavior cannot be assured to be portable across conforming implementations. unspecified Describes the nature of a value or behavior not specified by this document which results from use of a valid program construct or valid data input. The value or behavior may vary among implementations that conform to this document. An application should not rely on the existence or validity of the value or behavior. An application that relies on any particular value or behavior cannot be assured to be portable across conforming implementations. Other terms and definitions used in this document shall have the same meaning as defined in Chapter 3 of the Base Definitions volume of ISO POSIX (2003). __________________________________________________________ Chapter 6. Documentation Conventions Throughout this document, the following typographic conventions are used: function() the name of a function command the name of a command or utility CONSTANT a constant value parameter a parameter variable a variable Throughout this specification, several tables of interfaces are presented. Each entry in these tables has the following format: name the name of the interface (symver) An optional symbol version identifier, if required. [refno] A reference number indexing the table of referenced specifications that follows this table. For example, forkpty(GLIBC_2.0) [SUSv3] refers to the interface named forkpty() with symbol version GLIBC_2.0 that is defined in the SUSv3 reference. Note: Symbol versions are defined in the architecture specific parts of ISO/IEC 23360 only. II. Low Level System Information Table of Contents 7. C++ Class Representations 7.1. C++ Data Representation 7.1.1. Class Representation 8. Symbol Mapping 8.1. Symbol Mapping 8.1.1. C++ Language __________________________________________________________ Chapter 7. C++ Class Representations 7.1. C++ Data Representation Support for the C++ language shall be as specified in Itanium(TM) C++ ABI. Note: This document, although containing a few architecture specific matters, is written as a generic specification, to be usable by C++ implementations on a variety of architectures. This section provides additional information to supplement Itanium(TM) C++ ABI. Many of the definitions in that document are made in terms of C++. This section provides addition explanations using C terms to avoid self-referential problems. __________________________________________________________ 7.1.1. Class Representation An object file generated by the compilation process for a C++ program shall contain several closely related internal objects, or Class Components, to represent each C++ Class. Such objects are not a visible part of the source code. Table 7-1 describes these Class Components at a high level. Table 7-1. Class Components Object Contains Class Data All non-static Class members Virtual Table Information needed to dispatch virtual functions, access virtual base class subobjects and to access the RTTI information RTTI Run-Time Type Information used by the typeid and dynamic_cast operators, and exception handlers Typeinfo Name String representation of Class name Construction Virtual Table Information needed during construction and destruction of Classes with non-trivial inheritance relationships. VTT A table of virtual table pointers which holds the addresses of construction and non-construction virtual tables. __________________________________________________________ 7.1.1.1. Virtual Table Virtual tables are specified in Section 2.5.3 of Itanium(TM) C++ ABI. Of the various categories of virtual table described in that specification, Category 1 (Leaf) is further described in Figure 7-1 and Category 2 (Non-virtual bases only) is further described in Figure 7-2. LSB conforming systems shall support these categories. struct { ptrdiff_t baseobject; const char *typeinfo; fptr virtfuncs[0]; }; Figure 7-1. Category 1 Virtual Table struct { unsigned long vcalloffset; ptrdiff_t baseobject; const char *typeinfo; fptr virtfuncs[0]; }; Figure 7-2. Category 2 Virtual Table __________________________________________________________ 7.1.1.2. Run-Time Type Information Each type used in a C++ program has a data structure associated with it that provide information about the type which is used at runtime. This Run Time Type Information (RTTI) is defined in section 2.9.5 in Itanium(TM) C++ ABI. Additional details about the layout of this data is provided here. struct { void *basevtable; char *name; }; Figure 7-3. Run-Time Type Information Prefix struct { void *basevtable; char *name; void *basetypeinfo[0]; }; Figure 7-4. Run-Time Type Information For Classes with no base class struct { void *basevtable; char *name; void *basetype; void *basetypeinfo[0]; }; Figure 7-5. Run-Time Type Information for Classes with a single base class struct base_type_info { char *base_type; unsigned long offset_flags; }; struct { void *basevtable; char *name; unsigned int flags; unsigned int base_count; struct base_type_info base_info[0]; }; Figure 7-6. Run-Time Type Information for classes with multiple inheritance struct { void *basevtable; char *name; unsigned int flags; void *pointee; void *basetypeinfo[0]; }; Figure 7-7. Run-Time Type Information for pointer types struct { void *basevtable; char *name; unsigned int flags; void *pointee; void *context; void *basetypeinfo[0]; }; Figure 7-8. Run-Time Type Information for pointer to member types __________________________________________________________ Chapter 8. Symbol Mapping This chapter defines how names are mapped from the source symbol to the object symbol. __________________________________________________________ 8.1. Symbol Mapping Symbols in a source program are translated by the compilation system into symbols that exist in the object file. The rules for this translation are defined here. __________________________________________________________ 8.1.1. C++ Language External symbol names in a C++ object file shall be encoded according to the "name mangling" rules described in the Itanium(TM) C++ ABI. III. Base Libraries Table of Contents 9. Libraries 9.1. Interfaces for libstdcxx 9.1.1. C++ Runtime Support 9.1.2. C++ type descriptors for built-in types 9.1.3. C++ _Rb_tree 9.1.4. Class type_info 9.1.5. Class __cxxabiv1::__enum_type_info 9.1.6. Class __cxxabiv1::__array_type_info 9.1.7. Class __cxxabiv1::__class_type_info 9.1.8. Class __cxxabiv1::__pbase_type_info 9.1.9. Class __cxxabiv1::__pointer_type_info 9.1.10. Class __cxxabiv1::__function_type_info 9.1.11. Class __cxxabiv1::__si_class_type_info 9.1.12. Class __cxxabiv1::__vmi_class_type_info 9.1.13. Class __cxxabiv1::__fundamental_type_info 9.1.14. Class __cxxabiv1::__pointer_to_member_type_info 9.1.15. Class __gnu_cxx::stdio_filebuf > 9.1.16. Class __gnu_cxx::stdio_filebuf > 9.1.17. Class __gnu_cxx::__pool_alloc_base 9.1.18. Class __gnu_cxx::stdio_sync_filebuf > 9.1.19. Class __gnu_cxx::stdio_sync_filebuf > 9.1.20. Class exception 9.1.21. Class bad_typeid 9.1.22. Class logic_error 9.1.23. Class range_error 9.1.24. Class domain_error 9.1.25. Class length_error 9.1.26. Class out_of_range 9.1.27. Class bad_exception 9.1.28. Class runtime_error 9.1.29. Class overflow_error 9.1.30. Class underflow_error 9.1.31. Class invalid_argument 9.1.32. Class bad_cast 9.1.33. Class bad_alloc 9.1.34. struct __numeric_limits_base 9.1.35. struct numeric_limits 9.1.36. struct numeric_limits 9.1.37. struct numeric_limits 9.1.38. struct numeric_limits 9.1.39. struct numeric_limits 9.1.40. struct numeric_limits 9.1.41. struct numeric_limits 9.1.42. struct numeric_limits 9.1.43. struct numeric_limits 9.1.44. struct numeric_limits 9.1.45. struct numeric_limits 9.1.46. struct numeric_limits 9.1.47. struct numeric_limits 9.1.48. struct numeric_limits 9.1.49. struct numeric_limits 9.1.50. struct numeric_limits 9.1.51. Class ctype_base 9.1.52. Class __ctype_abstract_base 9.1.53. Class __ctype_abstract_base 9.1.54. Class ctype 9.1.55. Class ctype 9.1.56. Class ctype_byname 9.1.57. Class ctype_byname 9.1.58. Class basic_string, allocator > 9.1.59. Class basic_string, allocator > 9.1.60. Class basic_stringstream, allocator > 9.1.61. Class basic_stringstream, allocator > 9.1.62. Class basic_istringstream, allocator > 9.1.63. Class basic_istringstream, allocator > 9.1.64. Class basic_ostringstream, allocator > 9.1.65. Class basic_ostringstream, allocator > 9.1.66. Class basic_stringbuf, allocator > 9.1.67. Class basic_stringbuf, allocator > 9.1.68. Class basic_iostream > 9.1.69. Class basic_iostream > 9.1.70. Class basic_istream > 9.1.71. Class basic_istream > 9.1.72. Class istreambuf_iterator > 9.1.73. Class istreambuf_iterator > 9.1.74. Class basic_ostream > 9.1.75. Class basic_ostream > 9.1.76. Class basic_fstream > 9.1.77. Class basic_fstream > 9.1.78. Class basic_ifstream > 9.1.79. Class basic_ifstream > 9.1.80. Class basic_ofstream > 9.1.81. Class basic_ofstream > 9.1.82. Class basic_streambuf > 9.1.83. Class basic_streambuf > 9.1.84. Class basic_filebuf > 9.1.85. Class basic_filebuf > 9.1.86. Class ios_base 9.1.87. Class basic_ios > 9.1.88. Class basic_ios > 9.1.89. Class ios_base::failure 9.1.90. Class __timepunct 9.1.91. Class __timepunct 9.1.92. Class messages_base 9.1.93. Class messages 9.1.94. Class messages 9.1.95. Class messages_byname 9.1.96. Class messages_byname 9.1.97. Class numpunct 9.1.98. Class numpunct 9.1.99. Class numpunct_byname 9.1.100. Class numpunct_byname 9.1.101. Class __codecvt_abstract_base 9.1.102. Class __codecvt_abstract_base 9.1.103. Class codecvt_base 9.1.104. Class codecvt 9.1.105. Class codecvt 9.1.106. Class codecvt_byname 9.1.107. Class codecvt_byname 9.1.108. Class collate 9.1.109. Class collate 9.1.110. Class collate_byname 9.1.111. Class collate_byname 9.1.112. Class time_base 9.1.113. Class time_get_byname > > 9.1.114. Class time_get_byname > > 9.1.115. Class time_put_byname > > 9.1.116. Class time_put_byname > > 9.1.117. Class time_get > > 9.1.118. Class time_get > > 9.1.119. Class time_put > > 9.1.120. Class time_put > > 9.1.121. Class moneypunct 9.1.122. Class moneypunct 9.1.123. Class moneypunct 9.1.124. Class moneypunct 9.1.125. Class moneypunct_byname 9.1.126. Class moneypunct_byname 9.1.127. Class moneypunct_byname 9.1.128. Class moneypunct_byname 9.1.129. Class money_base 9.1.130. Class money_get > > 9.1.131. Class money_get > > 9.1.132. Class money_put > > 9.1.133. Class money_put > > 9.1.134. Class locale 9.1.135. Class locale::facet 9.1.136. facet functions 9.1.137. Class __num_base 9.1.138. Class num_get > > 9.1.139. Class num_get > > 9.1.140. Class num_put > > 9.1.141. Class num_put > > 9.1.142. Class gslice 9.1.143. Class __basic_file 9.1.144. Class _List_node_base 9.1.145. Class valarray 9.1.146. Class allocator 9.1.147. Class allocator 9.2. Interface Definitions for libstdcxx __________________________________________________________ Chapter 9. Libraries An LSB-conforming implementation shall support some base libraries which provide interfaces for accessing the operating system, processor and other hardware in the system. __________________________________________________________ 9.1. Interfaces for libstdcxx Table 9-1 defines the library name and shared object name for the libstdcxx library Table 9-1. libstdcxx Definition Library: libstdcxx SONAME: libstdc++.so.6 Unless stated otherwise, all symbols are in the std:: namespace. The behavior of the interfaces in this library is specified by the following specifications: [CXXABI] Itanium(TM) C++ ABI [ISOCXX] ISO/IEC 14882: 2003 C++ Language [LSB] ISO/IEC 23360 Part 1 __________________________________________________________ 9.1.1. C++ Runtime Support __________________________________________________________ 9.1.1.1. Interfaces for C++ Runtime Support An LSB conforming implementation shall provide the generic methods for C++ Runtime Support specified in Table 9-2, with the full mandatory functionality as described in the referenced underlying specification. Table 9-2. libstdcxx - C++ Runtime Support Function Interfaces __gnu_cxx::__atomic_add(int volatile*, int)(GLIBCXX_3.4) [CXXABI] __gnu_cxx::__exchange_and_add(int volatile*, int)(GLIBCXX_3.4) [CXXABI] __gnu_cxx::__verbose_terminate_handler()(CXXABI_1.3) [CXXABI] unexpected()(GLIBCXX_3.4) [ISOCXX] set_terminate(void (*)())(GLIBCXX_3.4) [ISOCXX] set_unexpected(void (*)())(GLIBCXX_3.4) [ISOCXX] set_new_handler(void (*)())(GLIBCXX_3.4) [ISOCXX] __throw_bad_cast()(GLIBCXX_3.4) [ISOCXX] __throw_bad_alloc()(GLIBCXX_3.4) [ISOCXX] __throw_bad_typeid()(GLIBCXX_3.4) [ISOCXX] uncaught_exception()(GLIBCXX_3.4) [ISOCXX] __throw_ios_failure(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_logic_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_range_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_domain_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_length_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_out_of_range(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_bad_exception()(GLIBCXX_3.4) [ISOCXX] __throw_runtime_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_overflow_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_underflow_error(char const*)(GLIBCXX_3.4) [ISOCXX] __throw_invalid_argument(char const*)(GLIBCXX_3.4) [ISOCXX] terminate()(GLIBCXX_3.4) [ISOCXX] operator delete[](void*)(GLIBCXX_3.4) [ISOCXX] operator delete[](void*, nothrow_t const&)(GLIBCXX_3.4) [ISOCXX] operator delete(void*)(GLIBCXX_3.4) [ISOCXX] operator delete(void*, nothrow_t const&)(GLIBCXX_3.4) [ISOCXX] __cxa_allocate_exception(CXXABI_1.3) [CXXABI] __cxa_bad_cast(CXXABI_1.3) [CXXABI] __cxa_bad_typeid(CXXABI_1.3) [CXXABI] __cxa_begin_catch(CXXABI_1.3) [CXXABI] __cxa_call_unexpected(CXXABI_1.3) [CXXABI] __cxa_current_exception_type(CXXABI_1.3) [CXXABI] __cxa_demangle(CXXABI_1.3) [CXXABI] __cxa_end_catch(CXXABI_1.3) [CXXABI] __cxa_free_exception(CXXABI_1.3) [CXXABI] __cxa_get_globals(CXXABI_1.3) [CXXABI] __cxa_get_globals_fast(CXXABI_1.3) [CXXABI] __cxa_guard_abort(CXXABI_1.3) [CXXABI] __cxa_guard_acquire(CXXABI_1.3) [CXXABI] __cxa_guard_release(CXXABI_1.3) [CXXABI] __cxa_pure_virtual(CXXABI_1.3) [CXXABI] __cxa_rethrow(CXXABI_1.3) [CXXABI] __cxa_throw(CXXABI_1.3) [CXXABI] __cxa_vec_cctor(CXXABI_1.3) [CXXABI] __cxa_vec_cleanup(CXXABI_1.3) [CXXABI] __cxa_vec_ctor(CXXABI_1.3) [CXXABI] __cxa_vec_delete(CXXABI_1.3) [CXXABI] __cxa_vec_delete2(CXXABI_1.3) [CXXABI] __cxa_vec_delete3(CXXABI_1.3) [CXXABI] __cxa_vec_dtor(CXXABI_1.3) [CXXABI] __cxa_vec_new(CXXABI_1.3) [CXXABI] __cxa_vec_new2(CXXABI_1.3) [CXXABI] __cxa_vec_new3(CXXABI_1.3) [CXXABI] __dynamic_cast(CXXABI_1.3) [CXXABI] __gxx_personality_v0(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for C++ Runtime Support specified in Table 9-3, with the full mandatory functionality as described in the referenced underlying specification. Table 9-3. libstdcxx - C++ Runtime Support Data Interfaces cin(GLIBCXX_3.4) [ISOCXX] cerr(GLIBCXX_3.4) [ISOCXX] clog(GLIBCXX_3.4) [ISOCXX] cout(GLIBCXX_3.4) [ISOCXX] wcin(GLIBCXX_3.4) [ISOCXX] wcerr(GLIBCXX_3.4) [ISOCXX] wclog(GLIBCXX_3.4) [ISOCXX] wcout(GLIBCXX_3.4) [ISOCXX] nothrow(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.2. C++ type descriptors for built-in types __________________________________________________________ 9.1.2.1. Interfaces for C++ type descriptors for built-in types No external methods are defined for libstdcxx - C++ type descriptors for built-in types in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for C++ type descriptors for built-in types specified in Table 9-4, with the full mandatory functionality as described in the referenced underlying specification. Table 9-4. libstdcxx - C++ type descriptors for built-in types Data Interfaces typeinfo for signed char const*(CXXABI_1.3) [CXXABI] typeinfo for bool const*(CXXABI_1.3) [CXXABI] typeinfo for char const*(CXXABI_1.3) [CXXABI] typeinfo for double const*(CXXABI_1.3) [CXXABI] typeinfo for long double const*(CXXABI_1.3) [CXXABI] typeinfo for float const*(CXXABI_1.3) [CXXABI] typeinfo for unsigned char const*(CXXABI_1.3) [CXXABI] typeinfo for int const*(CXXABI_1.3) [CXXABI] typeinfo for unsigned int const*(CXXABI_1.3) [CXXABI] typeinfo for long const*(CXXABI_1.3) [CXXABI] typeinfo for unsigned long const*(CXXABI_1.3) [CXXABI] typeinfo for short const*(CXXABI_1.3) [CXXABI] typeinfo for unsigned short const*(CXXABI_1.3) [CXXABI] typeinfo for void const*(CXXABI_1.3) [CXXABI] typeinfo for wchar_t const*(CXXABI_1.3) [CXXABI] typeinfo for long long const*(CXXABI_1.3) [CXXABI] typeinfo for unsigned long long const*(CXXABI_1.3) [CXXABI] typeinfo for signed char*(CXXABI_1.3) [CXXABI] typeinfo for bool*(CXXABI_1.3) [CXXABI] typeinfo for char*(CXXABI_1.3) [CXXABI] typeinfo for double*(CXXABI_1.3) [CXXABI] typeinfo for long double*(CXXABI_1.3) [CXXABI] typeinfo for float*(CXXABI_1.3) [CXXABI] typeinfo for unsigned char*(CXXABI_1.3) [CXXABI] typeinfo for int*(CXXABI_1.3) [CXXABI] typeinfo for unsigned int*(CXXABI_1.3) [CXXABI] typeinfo for long*(CXXABI_1.3) [CXXABI] typeinfo for unsigned long*(CXXABI_1.3) [CXXABI] typeinfo for short*(CXXABI_1.3) [CXXABI] typeinfo for unsigned short*(CXXABI_1.3) [CXXABI] typeinfo for void*(CXXABI_1.3) [CXXABI] typeinfo for wchar_t*(CXXABI_1.3) [CXXABI] typeinfo for long long*(CXXABI_1.3) [CXXABI] typeinfo for unsigned long long*(CXXABI_1.3) [CXXABI] typeinfo for signed char(CXXABI_1.3) [CXXABI] typeinfo for bool(CXXABI_1.3) [CXXABI] typeinfo for char(CXXABI_1.3) [CXXABI] typeinfo for double(CXXABI_1.3) [CXXABI] typeinfo for long double(CXXABI_1.3) [CXXABI] typeinfo for float(CXXABI_1.3) [CXXABI] typeinfo for unsigned char(CXXABI_1.3) [CXXABI] typeinfo for int(CXXABI_1.3) [CXXABI] typeinfo for unsigned int(CXXABI_1.3) [CXXABI] typeinfo for long(CXXABI_1.3) [CXXABI] typeinfo for unsigned long(CXXABI_1.3) [CXXABI] typeinfo for short(CXXABI_1.3) [CXXABI] typeinfo for unsigned short(CXXABI_1.3) [CXXABI] typeinfo for void(CXXABI_1.3) [CXXABI] typeinfo for wchar_t(CXXABI_1.3) [CXXABI] typeinfo for long long(CXXABI_1.3) [CXXABI] typeinfo for unsigned long long(CXXABI_1.3) [CXXABI] typeinfo name for signed char const*(CXXABI_1.3) [CXXABI] typeinfo name for bool const*(CXXABI_1.3) [CXXABI] typeinfo name for char const*(CXXABI_1.3) [CXXABI] typeinfo name for double const*(CXXABI_1.3) [CXXABI] typeinfo name for long double const*(CXXABI_1.3) [CXXABI] typeinfo name for float const*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned char const*(CXXABI_1.3) [CXXABI] typeinfo name for int const*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned int const*(CXXABI_1.3) [CXXABI] typeinfo name for long const*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned long const*(CXXABI_1.3) [CXXABI] typeinfo name for short const*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned short const*(CXXABI_1.3) [CXXABI] typeinfo name for void const*(CXXABI_1.3) [CXXABI] typeinfo name for wchar_t const*(CXXABI_1.3) [CXXABI] typeinfo name for long long const*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned long long const*(CXXABI_1.3) [CXXABI] typeinfo name for signed char*(CXXABI_1.3) [CXXABI] typeinfo name for bool*(CXXABI_1.3) [CXXABI] typeinfo name for char*(CXXABI_1.3) [CXXABI] typeinfo name for double*(CXXABI_1.3) [CXXABI] typeinfo name for long double*(CXXABI_1.3) [CXXABI] typeinfo name for float*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned char*(CXXABI_1.3) [CXXABI] typeinfo name for int*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned int*(CXXABI_1.3) [CXXABI] typeinfo name for long*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned long*(CXXABI_1.3) [CXXABI] typeinfo name for short*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned short*(CXXABI_1.3) [CXXABI] typeinfo name for void*(CXXABI_1.3) [CXXABI] typeinfo name for wchar_t*(CXXABI_1.3) [CXXABI] typeinfo name for long long*(CXXABI_1.3) [CXXABI] typeinfo name for unsigned long long*(CXXABI_1.3) [CXXABI] typeinfo name for signed char(CXXABI_1.3) [CXXABI] typeinfo name for bool(CXXABI_1.3) [CXXABI] typeinfo name for char(CXXABI_1.3) [CXXABI] typeinfo name for double(CXXABI_1.3) [CXXABI] typeinfo name for long double(CXXABI_1.3) [CXXABI] typeinfo name for float(CXXABI_1.3) [CXXABI] typeinfo name for unsigned char(CXXABI_1.3) [CXXABI] typeinfo name for int(CXXABI_1.3) [CXXABI] typeinfo name for unsigned int(CXXABI_1.3) [CXXABI] typeinfo name for long(CXXABI_1.3) [CXXABI] typeinfo name for unsigned long(CXXABI_1.3) [CXXABI] typeinfo name for short(CXXABI_1.3) [CXXABI] typeinfo name for unsigned short(CXXABI_1.3) [CXXABI] typeinfo name for void(CXXABI_1.3) [CXXABI] typeinfo name for wchar_t(CXXABI_1.3) [CXXABI] typeinfo name for long long(CXXABI_1.3) [CXXABI] typeinfo name for unsigned long long(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.3. C++ _Rb_tree __________________________________________________________ 9.1.3.1. Interfaces for C++ _Rb_tree An LSB conforming implementation shall provide the generic methods for C++ _Rb_tree specified in Table 9-5, with the full mandatory functionality as described in the referenced underlying specification. Table 9-5. libstdcxx - C++ _Rb_tree Function Interfaces _Rb_tree_decrement(_Rb_tree_node_base const*)(GLIBCXX_3.4) [LSB] _Rb_tree_decrement(_Rb_tree_node_base*)(GLIBCXX_3.4) [LSB] _Rb_tree_increment(_Rb_tree_node_base const*)(GLIBCXX_3.4) [LSB] _Rb_tree_increment(_Rb_tree_node_base*)(GLIBCXX_3.4) [LSB] _Rb_tree_black_count(_Rb_tree_node_base const*, _Rb_tree_node_base const*)(GLIBCXX_3.4) [LSB] _Rb_tree_rotate_left(_Rb_tree_node_base*, _Rb_tree_node_base*&)(GLIBCXX_3.4) [LSB] _Rb_tree_rotate_right(_Rb_tree_node_base*, _Rb_tree_node_base*&)(GLIBCXX_3.4) [LSB] _Rb_tree_rebalance_for_erase(_Rb_tree_node_base*, _Rb_tree_node_base&)(GLIBCXX_3.4) [LSB] _Rb_tree_insert_and_rebalance(bool, _Rb_tree_node_base*, _Rb_tree_node_base*, _Rb_tree_node_base&)(GLIBCXX_3.4) [LSB] __________________________________________________________ 9.1.4. Class type_info __________________________________________________________ 9.1.4.1. Class data for type_info The virtual table for the std::type_info class is described by Table 9-6 Table 9-6. Primary vtable for type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for type_info vfunc[0]: type_info::~type_info() vfunc[1]: type_info::~type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const The Run Time Type Information for the std::type_info class is described by Table 9-7 Table 9-7. typeinfo for type_info Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for type_info __________________________________________________________ 9.1.4.2. Interfaces for Class type_info An LSB conforming implementation shall provide the generic methods for Class std::type_info specified in Table 9-8, with the full mandatory functionality as described in the referenced underlying specification. Table 9-8. libstdcxx - Class type_info Function Interfaces type_info::__do_catch(type_info const*, void**, unsigned int) const(GLIBCXX_3.4) [ISOCXX] type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const(GLIBCXX_3.4) [ISOCXX] type_info::__is_pointer_p() const(GLIBCXX_3.4) [ISOCXX] type_info::__is_function_p() const(GLIBCXX_3.4) [ISOCXX] type_info::~type_info()(GLIBCXX_3.4) [ISOCXX] type_info::~type_info()(GLIBCXX_3.4) [ISOCXX] type_info::~type_info()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::type_info specified in Table 9-9, with the full mandatory functionality as described in the referenced underlying specification. Table 9-9. libstdcxx - Class type_info Data Interfaces typeinfo for type_info(GLIBCXX_3.4) [CXXABI] typeinfo name for type_info(GLIBCXX_3.4) [CXXABI] vtable for type_info(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.5. Class __cxxabiv1::__enum_type_info __________________________________________________________ 9.1.5.1. Class data for __cxxabiv1::__enum_type_info The virtual table for the __cxxabiv1::__enum_type_info class is described by Table 9-10 Table 9-10. Primary vtable for __cxxabiv1::__enum_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__enum_type_info vfunc[0]: __cxxabiv1::__enum_type_info::~__enum_type_info() vfunc[1]: __cxxabiv1::__enum_type_info::~__enum_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const The Run Time Type Information for the __cxxabiv1::__enum_type_info class is described by Table 9-11 Table 9-11. typeinfo for __cxxabiv1::__enum_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__enum_type_info __________________________________________________________ 9.1.5.2. Interfaces for Class __cxxabiv1::__enum_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__enum_type_info specified in Table 9-12, with the full mandatory functionality as described in the referenced underlying specification. Table 9-12. libstdcxx - Class __cxxabiv1::__enum_type_info Function Interfaces __cxxabiv1::__enum_type_info::~__enum_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__enum_type_info::~__enum_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__enum_type_info::~__enum_type_info()(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__enum_type_info specified in Table 9-13, with the full mandatory functionality as described in the referenced underlying specification. Table 9-13. libstdcxx - Class __cxxabiv1::__enum_type_info Data Interfaces typeinfo for __cxxabiv1::__enum_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__enum_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__enum_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.6. Class __cxxabiv1::__array_type_info __________________________________________________________ 9.1.6.1. Class data for __cxxabiv1::__array_type_info The virtual table for the __cxxabiv1::__array_type_info class is described by Table 9-14 Table 9-14. Primary vtable for __cxxabiv1::__array_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__array_type_info vfunc[0]: __cxxabiv1::__array_type_info::~__array_type_info() vfunc[1]: __cxxabiv1::__array_type_info::~__array_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const The Run Time Type Information for the __cxxabiv1::__array_type_info class is described by Table 9-15 Table 9-15. typeinfo for __cxxabiv1::__array_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__array_type_info __________________________________________________________ 9.1.6.2. Interfaces for Class __cxxabiv1::__array_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__array_type_info specified in Table 9-16, with the full mandatory functionality as described in the referenced underlying specification. Table 9-16. libstdcxx - Class __cxxabiv1::__array_type_info Function Interfaces __cxxabiv1::__array_type_info::~__array_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__array_type_info::~__array_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__array_type_info::~__array_type_info()(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__array_type_info specified in Table 9-17, with the full mandatory functionality as described in the referenced underlying specification. Table 9-17. libstdcxx - Class __cxxabiv1::__array_type_info Data Interfaces typeinfo for __cxxabiv1::__array_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__array_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__array_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.7. Class __cxxabiv1::__class_type_info __________________________________________________________ 9.1.7.1. Class data for __cxxabiv1::__class_type_info The virtual table for the __cxxabiv1::__class_type_info class is described by Table 9-18 Table 9-18. Primary vtable for __cxxabiv1::__class_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__class_type_info vfunc[0]: __cxxabiv1::__class_type_info::~__class_type_info() vfunc[1]: __cxxabiv1::__class_type_info::~__class_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: __cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_ type_info const*, void**) const vfunc[6]: __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_ type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const The Run Time Type Information for the __cxxabiv1::__class_type_info class is described by Table 9-19 Table 9-19. typeinfo for __cxxabiv1::__class_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__class_type_info __________________________________________________________ 9.1.7.2. Interfaces for Class __cxxabiv1::__class_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__class_type_info specified in Table 9-20, with the full mandatory functionality as described in the referenced underlying specification. Table 9-20. libstdcxx - Class __cxxabiv1::__class_type_info Function Interfaces __cxxabiv1::__class_type_info::~__class_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__class_type_info::~__class_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__class_type_info::~__class_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const(CXXABI_1.3) [CXXABI] __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_ type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const(CXXABI_1.3) [CXXABI] __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_ type_info const*, void**) const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__class_type_info specified in Table 9-21, with the full mandatory functionality as described in the referenced underlying specification. Table 9-21. libstdcxx - Class __cxxabiv1::__class_type_info Data Interfaces typeinfo for __cxxabiv1::__class_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__class_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__class_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.8. Class __cxxabiv1::__pbase_type_info __________________________________________________________ 9.1.8.1. Class data for __cxxabiv1::__pbase_type_info The virtual table for the __cxxabiv1::__pbase_type_info class is described by Table 9-22 Table 9-22. Primary vtable for __cxxabiv1::__pbase_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__pbase_type_info vfunc[0]: __cxxabiv1::__pbase_type_info::~__pbase_type_info() vfunc[1]: __cxxabiv1::__pbase_type_info::~__pbase_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: __cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const vfunc[6]: __cxxabiv1::__pbase_type_info::__pointer_catch(__cxxabiv1::__pb ase_type_info const*, void**, unsigned int) const The Run Time Type Information for the __cxxabiv1::__pbase_type_info class is described by Table 9-23 Table 9-23. typeinfo for __cxxabiv1::__pbase_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__pbase_type_info __________________________________________________________ 9.1.8.2. Interfaces for Class __cxxabiv1::__pbase_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__pbase_type_info specified in Table 9-24, with the full mandatory functionality as described in the referenced underlying specification. Table 9-24. libstdcxx - Class __cxxabiv1::__pbase_type_info Function Interfaces __cxxabiv1::__pbase_type_info::~__pbase_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__pbase_type_info::~__pbase_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__pbase_type_info::~__pbase_type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const(CXXABI_1.3) [CXXABI] __cxxabiv1::__pbase_type_info::__pointer_catch(__cxxabiv1::__pb ase_type_info const*, void**, unsigned int) const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__pbase_type_info specified in Table 9-25, with the full mandatory functionality as described in the referenced underlying specification. Table 9-25. libstdcxx - Class __cxxabiv1::__pbase_type_info Data Interfaces typeinfo for __cxxabiv1::__pbase_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__pbase_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__pbase_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.9. Class __cxxabiv1::__pointer_type_info __________________________________________________________ 9.1.9.1. Class data for __cxxabiv1::__pointer_type_info The virtual table for the __cxxabiv1::__pointer_type_info class is described by Table 9-26 Table 9-26. Primary vtable for __cxxabiv1::__pointer_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__pointer_type_info vfunc[0]: __cxxabiv1::__pointer_type_info::~__pointer_type_info() vfunc[1]: __cxxabiv1::__pointer_type_info::~__pointer_type_info() vfunc[2]: __cxxabiv1::__pointer_type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: __cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const vfunc[6]: __cxxabiv1::__pointer_type_info::__pointer_catch(__cxxabiv1::__ pbase_type_info const*, void**, unsigned int) const The Run Time Type Information for the __cxxabiv1::__pointer_type_info class is described by Table 9-27 Table 9-27. typeinfo for __cxxabiv1::__pointer_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__pointer_type_info __________________________________________________________ 9.1.9.2. Interfaces for Class __cxxabiv1::__pointer_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__pointer_type_info specified in Table 9-28, with the full mandatory functionality as described in the referenced underlying specification. Table 9-28. libstdcxx - Class __cxxabiv1::__pointer_type_info Function Interfaces __cxxabiv1::__pointer_type_info::~__pointer_type_info()(CXXABI_ 1.3) [CXXABI] __cxxabiv1::__pointer_type_info::~__pointer_type_info()(CXXABI_ 1.3) [CXXABI] __cxxabiv1::__pointer_type_info::~__pointer_type_info()(CXXABI_ 1.3) [CXXABI] __cxxabiv1::__pointer_type_info::__is_pointer_p() const(CXXABI_1.3) [CXXABI] __cxxabiv1::__pointer_type_info::__pointer_catch(__cxxabiv1::__ pbase_type_info const*, void**, unsigned int) const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__pointer_type_info specified in Table 9-29, with the full mandatory functionality as described in the referenced underlying specification. Table 9-29. libstdcxx - Class __cxxabiv1::__pointer_type_info Data Interfaces typeinfo for __cxxabiv1::__pointer_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__pointer_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__pointer_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.10. Class __cxxabiv1::__function_type_info __________________________________________________________ 9.1.10.1. Class data for __cxxabiv1::__function_type_info The virtual table for the __cxxabiv1::__function_type_info class is described by Table 9-30 Table 9-30. Primary vtable for __cxxabiv1::__function_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__function_type_info vfunc[0]: __cxxabiv1::__function_type_info::~__function_type_info() vfunc[1]: __cxxabiv1::__function_type_info::~__function_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: __cxxabiv1::__function_type_info::__is_function_p() const vfunc[4]: type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const The Run Time Type Information for the __cxxabiv1::__function_type_info class is described by Table 9-31 Table 9-31. typeinfo for __cxxabiv1::__function_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__function_type_info __________________________________________________________ 9.1.10.2. Interfaces for Class __cxxabiv1::__function_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__function_type_info specified in Table 9-32, with the full mandatory functionality as described in the referenced underlying specification. Table 9-32. libstdcxx - Class __cxxabiv1::__function_type_info Function Interfaces __cxxabiv1::__function_type_info::~__function_type_info()(CXXAB I_1.3) [CXXABI] __cxxabiv1::__function_type_info::~__function_type_info()(CXXAB I_1.3) [CXXABI] __cxxabiv1::__function_type_info::~__function_type_info()(CXXAB I_1.3) [CXXABI] __cxxabiv1::__function_type_info::__is_function_p() const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__function_type_info specified in Table 9-33, with the full mandatory functionality as described in the referenced underlying specification. Table 9-33. libstdcxx - Class __cxxabiv1::__function_type_info Data Interfaces typeinfo for __cxxabiv1::__function_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__function_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__function_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.11. Class __cxxabiv1::__si_class_type_info __________________________________________________________ 9.1.11.1. Class data for __cxxabiv1::__si_class_type_info The virtual table for the __cxxabiv1::__si_class_type_info class is described by Table 9-34 Table 9-34. Primary vtable for __cxxabiv1::__si_class_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__si_class_type_info vfunc[0]: __cxxabiv1::__si_class_type_info::~__si_class_type_info() vfunc[1]: __cxxabiv1::__si_class_type_info::~__si_class_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: __cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_ type_info const*, void**) const vfunc[6]: __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__cla ss_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const The Run Time Type Information for the __cxxabiv1::__si_class_type_info class is described by Table 9-35 Table 9-35. typeinfo for __cxxabiv1::__si_class_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__si_class_type_info __________________________________________________________ 9.1.11.2. Interfaces for Class __cxxabiv1::__si_class_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__si_class_type_info specified in Table 9-36, with the full mandatory functionality as described in the referenced underlying specification. Table 9-36. libstdcxx - Class __cxxabiv1::__si_class_type_info Function Interfaces __cxxabiv1::__si_class_type_info::~__si_class_type_info()(CXXAB I_1.3) [CXXABI] __cxxabiv1::__si_class_type_info::~__si_class_type_info()(CXXAB I_1.3) [CXXABI] __cxxabiv1::__si_class_type_info::~__si_class_type_info()(CXXAB I_1.3) [CXXABI] __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__cla ss_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__si_class_type_info specified in Table 9-37, with the full mandatory functionality as described in the referenced underlying specification. Table 9-37. libstdcxx - Class __cxxabiv1::__si_class_type_info Data Interfaces typeinfo for __cxxabiv1::__si_class_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__si_class_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__si_class_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.12. Class __cxxabiv1::__vmi_class_type_info __________________________________________________________ 9.1.12.1. Class data for __cxxabiv1::__vmi_class_type_info The virtual table for the __cxxabiv1::__vmi_class_type_info class is described by Table 9-38 Table 9-38. Primary vtable for __cxxabiv1::__vmi_class_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__vmi_class_type_info vfunc[0]: __cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info() vfunc[1]: __cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: __cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_ type_info const*, void**) const vfunc[6]: __cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__cl ass_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const The Run Time Type Information for the __cxxabiv1::__vmi_class_type_info class is described by Table 9-39 Table 9-39. typeinfo for __cxxabiv1::__vmi_class_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__vmi_class_type_info __________________________________________________________ 9.1.12.2. Interfaces for Class __cxxabiv1::__vmi_class_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__vmi_class_type_info specified in Table 9-40, with the full mandatory functionality as described in the referenced underlying specification. Table 9-40. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Function Interfaces __cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()(CXX ABI_1.3) [CXXABI] __cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()(CXX ABI_1.3) [CXXABI] __cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()(CXX ABI_1.3) [CXXABI] __cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__cl ass_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__vmi_class_type_info specified in Table 9-41, with the full mandatory functionality as described in the referenced underlying specification. Table 9-41. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Data Interfaces typeinfo for __cxxabiv1::__vmi_class_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__vmi_class_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__vmi_class_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.13. Class __cxxabiv1::__fundamental_type_info __________________________________________________________ 9.1.13.1. Class data for __cxxabiv1::__fundamental_type_info The virtual table for the __cxxabiv1::__fundamental_type_info class is described by Table 9-42 Table 9-42. Primary vtable for __cxxabiv1::__fundamental_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__fundamental_type_info vfunc[0]: __cxxabiv1::__fundamental_type_info::~__fundamental_type_info() vfunc[1]: __cxxabiv1::__fundamental_type_info::~__fundamental_type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const The Run Time Type Information for the __cxxabiv1::__fundamental_type_info class is described by Table 9-43 Table 9-43. typeinfo for __cxxabiv1::__fundamental_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__fundamental_type_info __________________________________________________________ 9.1.13.2. Interfaces for Class __cxxabiv1::__fundamental_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__fundamental_type_info specified in Table 9-44, with the full mandatory functionality as described in the referenced underlying specification. Table 9-44. libstdcxx - Class __cxxabiv1::__fundamental_type_info Function Interfaces __cxxabiv1::__fundamental_type_info::~__fundamental_type_info() (CXXABI_1.3) [CXXABI] __cxxabiv1::__fundamental_type_info::~__fundamental_type_info() (CXXABI_1.3) [CXXABI] __cxxabiv1::__fundamental_type_info::~__fundamental_type_info() (CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__fundamental_type_info specified in Table 9-45, with the full mandatory functionality as described in the referenced underlying specification. Table 9-45. libstdcxx - Class __cxxabiv1::__fundamental_type_info Data Interfaces typeinfo for __cxxabiv1::__fundamental_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__fundamental_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__fundamental_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.14. Class __cxxabiv1::__pointer_to_member_type_info __________________________________________________________ 9.1.14.1. Class data for __cxxabiv1::__pointer_to_member_type_info The virtual table for the __cxxabiv1::__pointer_to_member_type_info class is described by Table 9-46 Table 9-46. Primary vtable for __cxxabiv1::__pointer_to_member_type_info Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __cxxabiv1::__pointer_to_member_type_info vfunc[0]: __cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member _type_info() vfunc[1]: __cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member _type_info() vfunc[2]: type_info::__is_pointer_p() const vfunc[3]: type_info::__is_function_p() const vfunc[4]: __cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const vfunc[5]: type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const vfunc[6]: __cxxabiv1::__pointer_to_member_type_info::__pointer_catch(__cx xabiv1::__pbase_type_info const*, void**, unsigned int) const The Run Time Type Information for the __cxxabiv1::__pointer_to_member_type_info class is described by Table 9-47 Table 9-47. typeinfo for __cxxabiv1::__pointer_to_member_type_info Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __cxxabiv1::__pointer_to_member_type_info __________________________________________________________ 9.1.14.2. Interfaces for Class __cxxabiv1::__pointer_to_member_type_info An LSB conforming implementation shall provide the generic methods for Class __cxxabiv1::__pointer_to_member_type_info specified in Table 9-48, with the full mandatory functionality as described in the referenced underlying specification. Table 9-48. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Function Interfaces __cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member _type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member _type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member _type_info()(CXXABI_1.3) [CXXABI] __cxxabiv1::__pointer_to_member_type_info::__pointer_catch(__cx xabiv1::__pbase_type_info const*, void**, unsigned int) const(CXXABI_1.3) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__pointer_to_member_type_info specified in Table 9-49, with the full mandatory functionality as described in the referenced underlying specification. Table 9-49. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Data Interfaces typeinfo for __cxxabiv1::__pointer_to_member_type_info(CXXABI_1.3) [CXXABI] typeinfo name for __cxxabiv1::__pointer_to_member_type_info(CXXABI_1.3) [CXXABI] vtable for __cxxabiv1::__pointer_to_member_type_info(CXXABI_1.3) [CXXABI] __________________________________________________________ 9.1.15. Class __gnu_cxx::stdio_filebuf > __________________________________________________________ 9.1.15.1. Class data for __gnu_cxx::stdio_filebuf > The virtual table for the __gnu_cxx::stdio_filebuf > class is described by Table 9-50 Table 9-50. Primary vtable for __gnu_cxx::stdio_sync_filebuf > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __gnu_cxx::stdio_sync_filebuf > vfunc[0]: Unspecified vfunc[1]: Unspecified vfunc[2]: basic_streambuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: Unspecified vfunc[5]: Unspecified vfunc[6]: Unspecified vfunc[7]: basic_streambuf >::showmanyc() vfunc[8]: Unspecified vfunc[9]: Unspecified vfunc[10]: Unspecified vfunc[11]: Unspecified vfunc[12]: Unspecified vfunc[13]: Unspecified __________________________________________________________ 9.1.15.2. Interfaces for Class __gnu_cxx::stdio_filebuf > No external methods are defined for libstdcxx - Class __gnu_cxx::stdio_filebuf > in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class __gnu_cxx::stdio_filebuf > specified in Table 9-51, with the full mandatory functionality as described in the referenced underlying specification. Table 9-51. libstdcxx - Class __gnu_cxx::stdio_filebuf > Data Interfaces typeinfo for __gnu_cxx::stdio_filebuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for __gnu_cxx::stdio_filebuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.16. Class __gnu_cxx::stdio_filebuf> __________________________________________________________ 9.1.16.1. Class data for __gnu_cxx::stdio_filebuf > The virtual table for the __gnu_cxx::stdio_filebuf > class is described by Table 9-52 Table 9-52. Primary vtable for __gnu_cxx::stdio_sync_filebuf > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __gnu_cxx::stdio_sync_filebuf > vfunc[0]: Unspecified vfunc[1]: Unspecified vfunc[2]: basic_streambuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: Unspecified vfunc[5]: Unspecified vfunc[6]: Unspecified vfunc[7]: basic_streambuf >::showmanyc() vfunc[8]: Unspecified vfunc[9]: Unspecified vfunc[10]: Unspecified vfunc[11]: Unspecified vfunc[12]: Unspecified vfunc[13]: Unspecified __________________________________________________________ 9.1.16.2. Interfaces for Class __gnu_cxx::stdio_filebuf > No external methods are defined for libstdcxx - Class __gnu_cxx::stdio_filebuf > in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class __gnu_cxx::stdio_filebuf > specified in Table 9-53, with the full mandatory functionality as described in the referenced underlying specification. Table 9-53. libstdcxx - Class __gnu_cxx::stdio_filebuf > Data Interfaces typeinfo for __gnu_cxx::stdio_filebuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for __gnu_cxx::stdio_filebuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.17. Class __gnu_cxx::__pool_alloc_base __________________________________________________________ 9.1.17.1. Interfaces for Class __gnu_cxx::__pool_alloc_base An LSB conforming implementation shall provide the generic methods for Class __gnu_cxx::__pool_alloc_base specified in Table 9-54, with the full mandatory functionality as described in the referenced underlying specification. Table 9-54. libstdcxx - Class __gnu_cxx::__pool_alloc_base Function Interfaces __gnu_cxx::__pool_alloc_base::_M_get_mutex()(GLIBCXX_3.4.2) [LSB] __________________________________________________________ 9.1.18. Class __gnu_cxx::stdio_sync_filebuf > __________________________________________________________ 9.1.18.1. Interfaces for Class __gnu_cxx::stdio_sync_filebuf > An LSB conforming implementation shall provide the generic methods for Class __gnu_cxx::stdio_sync_filebuf > specified in Table 9-55, with the full mandatory functionality as described in the referenced underlying specification. Table 9-55. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Function Interfaces __gnu_cxx::stdio_sync_filebuf >::file()(GLIBCXX_3.4.2) [LSB] An LSB conforming implementation shall provide the generic data interfaces for Class __gnu_cxx::stdio_sync_filebuf > specified in Table 9-56, with the full mandatory functionality as described in the referenced underlying specification. Table 9-56. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Data Interfaces typeinfo for __gnu_cxx::stdio_sync_filebuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for __gnu_cxx::stdio_sync_filebuf >(GLIBCXX_3.4) [CXXABI] vtable for __gnu_cxx::stdio_sync_filebuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.19. Class __gnu_cxx::stdio_sync_filebuf > __________________________________________________________ 9.1.19.1. Interfaces for Class __gnu_cxx::stdio_sync_filebuf > An LSB conforming implementation shall provide the generic methods for Class __gnu_cxx::stdio_sync_filebuf > specified in Table 9-57, with the full mandatory functionality as described in the referenced underlying specification. Table 9-57. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Function Interfaces __gnu_cxx::stdio_sync_filebuf >::file()(GLIBCXX_3.4.2) [LSB] An LSB conforming implementation shall provide the generic data interfaces for Class __gnu_cxx::stdio_sync_filebuf > specified in Table 9-58, with the full mandatory functionality as described in the referenced underlying specification. Table 9-58. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf > Data Interfaces typeinfo for __gnu_cxx::stdio_sync_filebuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for __gnu_cxx::stdio_sync_filebuf >(GLIBCXX_3.4) [CXXABI] vtable for __gnu_cxx::stdio_sync_filebuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.20. Class exception __________________________________________________________ 9.1.20.1. Class data for exception The virtual table for the std::exception class is described by Table 9-59 Table 9-59. Primary vtable for exception Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for exception vfunc[0]: exception::~exception() vfunc[1]: exception::~exception() vfunc[2]: exception::what() const The Run Time Type Information for the std::exception class is described by Table 9-60 Table 9-60. typeinfo for exception Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for exception __________________________________________________________ 9.1.20.2. Interfaces for Class exception An LSB conforming implementation shall provide the generic methods for Class std::exception specified in Table 9-61, with the full mandatory functionality as described in the referenced underlying specification. Table 9-61. libstdcxx - Class exception Function Interfaces exception::what() const(GLIBCXX_3.4) [ISOCXX] exception::~exception()(GLIBCXX_3.4) [ISOCXX] exception::~exception()(GLIBCXX_3.4) [ISOCXX] exception::~exception()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::exception specified in Table 9-62, with the full mandatory functionality as described in the referenced underlying specification. Table 9-62. libstdcxx - Class exception Data Interfaces typeinfo for exception(GLIBCXX_3.4) [CXXABI] typeinfo name for exception(GLIBCXX_3.4) [CXXABI] vtable for exception(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.21. Class bad_typeid __________________________________________________________ 9.1.21.1. Class data for bad_typeid The virtual table for the std::bad_typeid class is described by Table 9-63 Table 9-63. Primary vtable for bad_typeid Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for bad_typeid vfunc[0]: bad_typeid::~bad_typeid() vfunc[1]: bad_typeid::~bad_typeid() vfunc[2]: exception::what() const The Run Time Type Information for the std::bad_typeid class is described by Table 9-64 Table 9-64. typeinfo for bad_typeid Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for bad_typeid __________________________________________________________ 9.1.21.2. Interfaces for Class bad_typeid An LSB conforming implementation shall provide the generic methods for Class std::bad_typeid specified in Table 9-65, with the full mandatory functionality as described in the referenced underlying specification. Table 9-65. libstdcxx - Class bad_typeid Function Interfaces bad_typeid::~bad_typeid()(GLIBCXX_3.4) [ISOCXX] bad_typeid::~bad_typeid()(GLIBCXX_3.4) [ISOCXX] bad_typeid::~bad_typeid()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_typeid specified in Table 9-66, with the full mandatory functionality as described in the referenced underlying specification. Table 9-66. libstdcxx - Class bad_typeid Data Interfaces typeinfo for bad_typeid(GLIBCXX_3.4) [CXXABI] typeinfo name for bad_typeid(GLIBCXX_3.4) [CXXABI] vtable for bad_typeid(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.22. Class logic_error __________________________________________________________ 9.1.22.1. Class data for logic_error The virtual table for the std::logic_error class is described by Table 9-67 Table 9-67. Primary vtable for logic_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for logic_error vfunc[0]: logic_error::~logic_error() vfunc[1]: logic_error::~logic_error() vfunc[2]: logic_error::what() const The Run Time Type Information for the std::logic_error class is described by Table 9-68 Table 9-68. typeinfo for logic_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for logic_error __________________________________________________________ 9.1.22.2. Interfaces for Class logic_error An LSB conforming implementation shall provide the generic methods for Class std::logic_error specified in Table 9-69, with the full mandatory functionality as described in the referenced underlying specification. Table 9-69. libstdcxx - Class logic_error Function Interfaces logic_error::what() const(GLIBCXX_3.4) [ISOCXX] logic_error::logic_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] logic_error::logic_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] logic_error::~logic_error()(GLIBCXX_3.4) [ISOCXX] logic_error::~logic_error()(GLIBCXX_3.4) [ISOCXX] logic_error::~logic_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::logic_error specified in Table 9-70, with the full mandatory functionality as described in the referenced underlying specification. Table 9-70. libstdcxx - Class logic_error Data Interfaces typeinfo for logic_error(GLIBCXX_3.4) [CXXABI] typeinfo name for logic_error(GLIBCXX_3.4) [CXXABI] vtable for logic_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.23. Class range_error __________________________________________________________ 9.1.23.1. Class data for range_error The virtual table for the std::range_error class is described by Table 9-71 Table 9-71. Primary vtable for range_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for range_error vfunc[0]: range_error::~range_error() vfunc[1]: range_error::~range_error() vfunc[2]: runtime_error::what() const The Run Time Type Information for the std::range_error class is described by Table 9-72 Table 9-72. typeinfo for range_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for range_error __________________________________________________________ 9.1.23.2. Interfaces for Class range_error An LSB conforming implementation shall provide the generic methods for Class std::range_error specified in Table 9-73, with the full mandatory functionality as described in the referenced underlying specification. Table 9-73. libstdcxx - Class range_error Function Interfaces range_error::range_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] range_error::range_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] range_error::~range_error()(GLIBCXX_3.4) [ISOCXX] range_error::~range_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::range_error specified in Table 9-74, with the full mandatory functionality as described in the referenced underlying specification. Table 9-74. libstdcxx - Class range_error Data Interfaces typeinfo for range_error(GLIBCXX_3.4) [CXXABI] typeinfo name for range_error(GLIBCXX_3.4) [CXXABI] vtable for range_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.24. Class domain_error __________________________________________________________ 9.1.24.1. Class data for domain_error The virtual table for the std::domain_error class is described by Table 9-75 Table 9-75. Primary vtable for domain_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for domain_error vfunc[0]: domain_error::~domain_error() vfunc[1]: domain_error::~domain_error() vfunc[2]: logic_error::what() const The Run Time Type Information for the std::domain_error class is described by Table 9-76 Table 9-76. typeinfo for domain_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for domain_error __________________________________________________________ 9.1.24.2. Interfaces for Class domain_error An LSB conforming implementation shall provide the generic methods for Class std::domain_error specified in Table 9-77, with the full mandatory functionality as described in the referenced underlying specification. Table 9-77. libstdcxx - Class domain_error Function Interfaces domain_error::domain_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] domain_error::domain_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] domain_error::~domain_error()(GLIBCXX_3.4) [ISOCXX] domain_error::~domain_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::domain_error specified in Table 9-78, with the full mandatory functionality as described in the referenced underlying specification. Table 9-78. libstdcxx - Class domain_error Data Interfaces typeinfo for domain_error(GLIBCXX_3.4) [CXXABI] typeinfo name for domain_error(GLIBCXX_3.4) [CXXABI] vtable for domain_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.25. Class length_error __________________________________________________________ 9.1.25.1. Class data for length_error The virtual table for the std::length_error class is described by Table 9-79 Table 9-79. Primary vtable for length_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for length_error vfunc[0]: length_error::~length_error() vfunc[1]: length_error::~length_error() vfunc[2]: logic_error::what() const The Run Time Type Information for the std::length_error class is described by Table 9-80 Table 9-80. typeinfo for length_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for length_error __________________________________________________________ 9.1.25.2. Interfaces for Class length_error An LSB conforming implementation shall provide the generic methods for Class std::length_error specified in Table 9-81, with the full mandatory functionality as described in the referenced underlying specification. Table 9-81. libstdcxx - Class length_error Function Interfaces length_error::length_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] length_error::length_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] length_error::~length_error()(GLIBCXX_3.4) [ISOCXX] length_error::~length_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::length_error specified in Table 9-82, with the full mandatory functionality as described in the referenced underlying specification. Table 9-82. libstdcxx - Class length_error Data Interfaces typeinfo for length_error(GLIBCXX_3.4) [CXXABI] typeinfo name for length_error(GLIBCXX_3.4) [CXXABI] vtable for length_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.26. Class out_of_range __________________________________________________________ 9.1.26.1. Class data for out_of_range The virtual table for the std::out_of_range class is described by Table 9-83 Table 9-83. Primary vtable for out_of_range Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for out_of_range vfunc[0]: out_of_range::~out_of_range() vfunc[1]: out_of_range::~out_of_range() vfunc[2]: logic_error::what() const The Run Time Type Information for the std::out_of_range class is described by Table 9-84 Table 9-84. typeinfo for out_of_range Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for out_of_range __________________________________________________________ 9.1.26.2. Interfaces for Class out_of_range An LSB conforming implementation shall provide the generic methods for Class std::out_of_range specified in Table 9-85, with the full mandatory functionality as described in the referenced underlying specification. Table 9-85. libstdcxx - Class out_of_range Function Interfaces out_of_range::out_of_range(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] out_of_range::out_of_range(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] out_of_range::~out_of_range()(GLIBCXX_3.4) [ISOCXX] out_of_range::~out_of_range()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::out_of_range specified in Table 9-86, with the full mandatory functionality as described in the referenced underlying specification. Table 9-86. libstdcxx - Class out_of_range Data Interfaces typeinfo for out_of_range(GLIBCXX_3.4) [CXXABI] typeinfo name for out_of_range(GLIBCXX_3.4) [CXXABI] vtable for out_of_range(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.27. Class bad_exception __________________________________________________________ 9.1.27.1. Class data for bad_exception The virtual table for the std::bad_exception class is described by Table 9-87 Table 9-87. Primary vtable for bad_exception Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for bad_exception vfunc[0]: bad_exception::~bad_exception() vfunc[1]: bad_exception::~bad_exception() vfunc[2]: exception::what() const The Run Time Type Information for the std::bad_exception class is described by Table 9-88 Table 9-88. typeinfo for bad_exception Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for bad_exception __________________________________________________________ 9.1.27.2. Interfaces for Class bad_exception An LSB conforming implementation shall provide the generic methods for Class std::bad_exception specified in Table 9-89, with the full mandatory functionality as described in the referenced underlying specification. Table 9-89. libstdcxx - Class bad_exception Function Interfaces bad_exception::~bad_exception()(GLIBCXX_3.4) [ISOCXX] bad_exception::~bad_exception()(GLIBCXX_3.4) [ISOCXX] bad_exception::~bad_exception()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_exception specified in Table 9-90, with the full mandatory functionality as described in the referenced underlying specification. Table 9-90. libstdcxx - Class bad_exception Data Interfaces typeinfo for bad_exception(GLIBCXX_3.4) [CXXABI] typeinfo name for bad_exception(GLIBCXX_3.4) [CXXABI] vtable for bad_exception(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.28. Class runtime_error __________________________________________________________ 9.1.28.1. Class data for runtime_error The virtual table for the std::runtime_error class is described by Table 9-91 Table 9-91. Primary vtable for runtime_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for runtime_error vfunc[0]: runtime_error::~runtime_error() vfunc[1]: runtime_error::~runtime_error() vfunc[2]: runtime_error::what() const The Run Time Type Information for the std::runtime_error class is described by Table 9-92 Table 9-92. typeinfo for runtime_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for runtime_error __________________________________________________________ 9.1.28.2. Interfaces for Class runtime_error An LSB conforming implementation shall provide the generic methods for Class std::runtime_error specified in Table 9-93, with the full mandatory functionality as described in the referenced underlying specification. Table 9-93. libstdcxx - Class runtime_error Function Interfaces runtime_error::what() const(GLIBCXX_3.4) [ISOCXX] runtime_error::runtime_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] runtime_error::runtime_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] runtime_error::~runtime_error()(GLIBCXX_3.4) [ISOCXX] runtime_error::~runtime_error()(GLIBCXX_3.4) [ISOCXX] runtime_error::~runtime_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::runtime_error specified in Table 9-94, with the full mandatory functionality as described in the referenced underlying specification. Table 9-94. libstdcxx - Class runtime_error Data Interfaces typeinfo for runtime_error(GLIBCXX_3.4) [CXXABI] typeinfo name for runtime_error(GLIBCXX_3.4) [CXXABI] vtable for runtime_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.29. Class overflow_error __________________________________________________________ 9.1.29.1. Class data for overflow_error The virtual table for the std::overflow_error class is described by Table 9-95 Table 9-95. Primary vtable for overflow_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for overflow_error vfunc[0]: overflow_error::~overflow_error() vfunc[1]: overflow_error::~overflow_error() vfunc[2]: runtime_error::what() const The Run Time Type Information for the std::overflow_error class is described by Table 9-96 Table 9-96. typeinfo for overflow_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for overflow_error __________________________________________________________ 9.1.29.2. Interfaces for Class overflow_error An LSB conforming implementation shall provide the generic methods for Class std::overflow_error specified in Table 9-97, with the full mandatory functionality as described in the referenced underlying specification. Table 9-97. libstdcxx - Class overflow_error Function Interfaces overflow_error::overflow_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] overflow_error::overflow_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] overflow_error::~overflow_error()(GLIBCXX_3.4) [ISOCXX] overflow_error::~overflow_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::overflow_error specified in Table 9-98, with the full mandatory functionality as described in the referenced underlying specification. Table 9-98. libstdcxx - Class overflow_error Data Interfaces typeinfo for overflow_error(GLIBCXX_3.4) [CXXABI] typeinfo name for overflow_error(GLIBCXX_3.4) [CXXABI] vtable for overflow_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.30. Class underflow_error __________________________________________________________ 9.1.30.1. Class data for underflow_error The virtual table for the std::underflow_error class is described by Table 9-99 Table 9-99. Primary vtable for underflow_error Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for underflow_error vfunc[0]: underflow_error::~underflow_error() vfunc[1]: underflow_error::~underflow_error() vfunc[2]: runtime_error::what() const The Run Time Type Information for the std::underflow_error class is described by Table 9-100 Table 9-100. typeinfo for underflow_error Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for underflow_error __________________________________________________________ 9.1.30.2. Interfaces for Class underflow_error An LSB conforming implementation shall provide the generic methods for Class std::underflow_error specified in Table 9-101, with the full mandatory functionality as described in the referenced underlying specification. Table 9-101. libstdcxx - Class underflow_error Function Interfaces underflow_error::underflow_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] underflow_error::underflow_error(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] underflow_error::~underflow_error()(GLIBCXX_3.4) [ISOCXX] underflow_error::~underflow_error()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::underflow_error specified in Table 9-102, with the full mandatory functionality as described in the referenced underlying specification. Table 9-102. libstdcxx - Class underflow_error Data Interfaces typeinfo for underflow_error(GLIBCXX_3.4) [CXXABI] typeinfo name for underflow_error(GLIBCXX_3.4) [CXXABI] vtable for underflow_error(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.31. Class invalid_argument __________________________________________________________ 9.1.31.1. Class data for invalid_argument The virtual table for the std::invalid_argument class is described by Table 9-103 Table 9-103. Primary vtable for invalid_argument Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for invalid_argument vfunc[0]: invalid_argument::~invalid_argument() vfunc[1]: invalid_argument::~invalid_argument() vfunc[2]: logic_error::what() const The Run Time Type Information for the std::invalid_argument class is described by Table 9-104 Table 9-104. typeinfo for invalid_argument Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for invalid_argument __________________________________________________________ 9.1.31.2. Interfaces for Class invalid_argument An LSB conforming implementation shall provide the generic methods for Class std::invalid_argument specified in Table 9-105, with the full mandatory functionality as described in the referenced underlying specification. Table 9-105. libstdcxx - Class invalid_argument Function Interfaces invalid_argument::invalid_argument(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] invalid_argument::invalid_argument(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] invalid_argument::~invalid_argument()(GLIBCXX_3.4) [ISOCXX] invalid_argument::~invalid_argument()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::invalid_argument specified in Table 9-106, with the full mandatory functionality as described in the referenced underlying specification. Table 9-106. libstdcxx - Class invalid_argument Data Interfaces typeinfo for invalid_argument(GLIBCXX_3.4) [CXXABI] typeinfo name for invalid_argument(GLIBCXX_3.4) [CXXABI] vtable for invalid_argument(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.32. Class bad_cast __________________________________________________________ 9.1.32.1. Class data for bad_cast The virtual table for the std::bad_cast class is described by Table 9-107 Table 9-107. Primary vtable for bad_cast Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for bad_cast vfunc[0]: bad_cast::~bad_cast() vfunc[1]: bad_cast::~bad_cast() vfunc[2]: exception::what() const The Run Time Type Information for the std::bad_cast class is described by Table 9-108 Table 9-108. typeinfo for bad_cast Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for bad_cast __________________________________________________________ 9.1.32.2. Interfaces for Class bad_cast An LSB conforming implementation shall provide the generic methods for Class std::bad_cast specified in Table 9-109, with the full mandatory functionality as described in the referenced underlying specification. Table 9-109. libstdcxx - Class bad_cast Function Interfaces bad_cast::~bad_cast()(GLIBCXX_3.4) [ISOCXX] bad_cast::~bad_cast()(GLIBCXX_3.4) [ISOCXX] bad_cast::~bad_cast()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_cast specified in Table 9-110, with the full mandatory functionality as described in the referenced underlying specification. Table 9-110. libstdcxx - Class bad_cast Data Interfaces typeinfo for bad_cast(GLIBCXX_3.4) [CXXABI] typeinfo name for bad_cast(GLIBCXX_3.4) [CXXABI] vtable for bad_cast(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.33. Class bad_alloc __________________________________________________________ 9.1.33.1. Class data for bad_alloc The virtual table for the std::bad_alloc class is described by Table 9-111 Table 9-111. Primary vtable for bad_alloc Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for bad_alloc vfunc[0]: bad_alloc::~bad_alloc() vfunc[1]: bad_alloc::~bad_alloc() vfunc[2]: exception::what() const The Run Time Type Information for the std::bad_alloc class is described by Table 9-112 Table 9-112. typeinfo for bad_alloc Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for bad_alloc __________________________________________________________ 9.1.33.2. Interfaces for Class bad_alloc An LSB conforming implementation shall provide the generic methods for Class std::bad_alloc specified in Table 9-113, with the full mandatory functionality as described in the referenced underlying specification. Table 9-113. libstdcxx - Class bad_alloc Function Interfaces bad_alloc::~bad_alloc()(GLIBCXX_3.4) [ISOCXX] bad_alloc::~bad_alloc()(GLIBCXX_3.4) [ISOCXX] bad_alloc::~bad_alloc()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_alloc specified in Table 9-114, with the full mandatory functionality as described in the referenced underlying specification. Table 9-114. libstdcxx - Class bad_alloc Data Interfaces typeinfo for bad_alloc(GLIBCXX_3.4) [CXXABI] typeinfo name for bad_alloc(GLIBCXX_3.4) [CXXABI] vtable for bad_alloc(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.34. struct __numeric_limits_base __________________________________________________________ 9.1.34.1. Interfaces for struct __numeric_limits_base No external methods are defined for libstdcxx - struct __numeric_limits_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct __numeric_limits_base specified in Table 9-115, with the full mandatory functionality as described in the referenced underlying specification. Table 9-115. libstdcxx - struct __numeric_limits_base Data Interfaces __numeric_limits_base::has_denorm(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_bounded(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_integer(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::round_style(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::has_infinity(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::max_exponent(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::min_exponent(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_specialized(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::max_exponent10(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::min_exponent10(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::tinyness_before(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::radix(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::traps(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::digits(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::digits10(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_exact(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_iec559(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_modulo(GLIBCXX_3.4) [ISOCXX] __numeric_limits_base::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.35. struct numeric_limits __________________________________________________________ 9.1.35.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-116, with the full mandatory functionality as described in the referenced underlying specification. Table 9-116. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.36. struct numeric_limits __________________________________________________________ 9.1.36.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-117, with the full mandatory functionality as described in the referenced underlying specification. Table 9-117. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.37. struct numeric_limits __________________________________________________________ 9.1.37.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-118, with the full mandatory functionality as described in the referenced underlying specification. Table 9-118. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.38. struct numeric_limits __________________________________________________________ 9.1.38.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-119, with the full mandatory functionality as described in the referenced underlying specification. Table 9-119. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.39. struct numeric_limits __________________________________________________________ 9.1.39.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-120, with the full mandatory functionality as described in the referenced underlying specification. Table 9-120. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.40. struct numeric_limits __________________________________________________________ 9.1.40.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-121, with the full mandatory functionality as described in the referenced underlying specification. Table 9-121. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.41. struct numeric_limits __________________________________________________________ 9.1.41.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-122, with the full mandatory functionality as described in the referenced underlying specification. Table 9-122. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.42. struct numeric_limits __________________________________________________________ 9.1.42.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-123, with the full mandatory functionality as described in the referenced underlying specification. Table 9-123. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.43. struct numeric_limits __________________________________________________________ 9.1.43.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-124, with the full mandatory functionality as described in the referenced underlying specification. Table 9-124. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.44. struct numeric_limits __________________________________________________________ 9.1.44.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-125, with the full mandatory functionality as described in the referenced underlying specification. Table 9-125. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.45. struct numeric_limits __________________________________________________________ 9.1.45.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-126, with the full mandatory functionality as described in the referenced underlying specification. Table 9-126. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.46. struct numeric_limits __________________________________________________________ 9.1.46.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-127, with the full mandatory functionality as described in the referenced underlying specification. Table 9-127. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.47. struct numeric_limits __________________________________________________________ 9.1.47.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-128, with the full mandatory functionality as described in the referenced underlying specification. Table 9-128. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.48. struct numeric_limits __________________________________________________________ 9.1.48.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-129, with the full mandatory functionality as described in the referenced underlying specification. Table 9-129. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.49. struct numeric_limits __________________________________________________________ 9.1.49.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-130, with the full mandatory functionality as described in the referenced underlying specification. Table 9-130. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.50. struct numeric_limits __________________________________________________________ 9.1.50.1. Interfaces for struct numeric_limits No external methods are defined for libstdcxx - struct numeric_limits in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits specified in Table 9-131, with the full mandatory functionality as described in the referenced underlying specification. Table 9-131. libstdcxx - struct numeric_limits Data Interfaces numeric_limits::has_denorm(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_bounded(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_integer(GLIBCXX_3.4) [ISOCXX] numeric_limits::round_style(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_infinity(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_quiet_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_specialized(GLIBCXX_3.4) [ISOCXX] numeric_limits::max_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::min_exponent10(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_denorm_loss(GLIBCXX_3.4) [ISOCXX] numeric_limits::tinyness_before(GLIBCXX_3.4) [ISOCXX] numeric_limits::has_signaling_NaN(GLIBCXX_3.4) [ISOCXX] numeric_limits::radix(GLIBCXX_3.4) [ISOCXX] numeric_limits::traps(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits(GLIBCXX_3.4) [ISOCXX] numeric_limits::digits10(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_exact(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_iec559(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_modulo(GLIBCXX_3.4) [ISOCXX] numeric_limits::is_signed(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.51. Class ctype_base __________________________________________________________ 9.1.51.1. Class data for ctype_base The Run Time Type Information for the std::ctype_base class is described by Table 9-132 Table 9-132. typeinfo for ctype_base Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for ctype_base __________________________________________________________ 9.1.51.2. Interfaces for Class ctype_base No external methods are defined for libstdcxx - Class std::ctype_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype_base specified in Table 9-133, with the full mandatory functionality as described in the referenced underlying specification. Table 9-133. libstdcxx - Class ctype_base Data Interfaces ctype_base::alnum(GLIBCXX_3.4) [ISOCXX] ctype_base::alpha(GLIBCXX_3.4) [ISOCXX] ctype_base::cntrl(GLIBCXX_3.4) [ISOCXX] ctype_base::digit(GLIBCXX_3.4) [ISOCXX] ctype_base::graph(GLIBCXX_3.4) [ISOCXX] ctype_base::lower(GLIBCXX_3.4) [ISOCXX] ctype_base::print(GLIBCXX_3.4) [ISOCXX] ctype_base::punct(GLIBCXX_3.4) [ISOCXX] ctype_base::space(GLIBCXX_3.4) [ISOCXX] ctype_base::upper(GLIBCXX_3.4) [ISOCXX] ctype_base::xdigit(GLIBCXX_3.4) [ISOCXX] typeinfo for ctype_base(GLIBCXX_3.4) [CXXABI] typeinfo name for ctype_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.52. Class __ctype_abstract_base __________________________________________________________ 9.1.52.1. Class data for __ctype_abstract_base The virtual table for the std::__ctype_abstract_base class is described by Table 9-134 Table 9-134. Primary vtable for __ctype_abstract_base Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __ctype_abstract_base vfunc[0]: vfunc[1]: vfunc[2]: __cxa_pure_virtual vfunc[3]: __cxa_pure_virtual vfunc[4]: __cxa_pure_virtual vfunc[5]: __cxa_pure_virtual vfunc[6]: __cxa_pure_virtual vfunc[7]: __cxa_pure_virtual vfunc[8]: __cxa_pure_virtual vfunc[9]: __cxa_pure_virtual vfunc[10]: __cxa_pure_virtual vfunc[11]: __cxa_pure_virtual vfunc[12]: __cxa_pure_virtual vfunc[13]: __cxa_pure_virtual __________________________________________________________ 9.1.52.2. Interfaces for Class __ctype_abstract_base No external methods are defined for libstdcxx - Class std::__ctype_abstract_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::__ctype_abstract_base specified in Table 9-135, with the full mandatory functionality as described in the referenced underlying specification. Table 9-135. libstdcxx - Class __ctype_abstract_base Data Interfaces typeinfo for __ctype_abstract_base(GLIBCXX_3.4) [CXXABI] typeinfo name for __ctype_abstract_base(GLIBCXX_3.4) [CXXABI] vtable for __ctype_abstract_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.53. Class __ctype_abstract_base __________________________________________________________ 9.1.53.1. Class data for __ctype_abstract_base The virtual table for the std::__ctype_abstract_base class is described by Table 9-136 Table 9-136. Primary vtable for __ctype_abstract_base Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __ctype_abstract_base vfunc[0]: vfunc[1]: vfunc[2]: __cxa_pure_virtual vfunc[3]: __cxa_pure_virtual vfunc[4]: __cxa_pure_virtual vfunc[5]: __cxa_pure_virtual vfunc[6]: __cxa_pure_virtual vfunc[7]: __cxa_pure_virtual vfunc[8]: __cxa_pure_virtual vfunc[9]: __cxa_pure_virtual vfunc[10]: __cxa_pure_virtual vfunc[11]: __cxa_pure_virtual vfunc[12]: __cxa_pure_virtual vfunc[13]: __cxa_pure_virtual __________________________________________________________ 9.1.53.2. Interfaces for Class __ctype_abstract_base No external methods are defined for libstdcxx - Class std::__ctype_abstract_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::__ctype_abstract_base specified in Table 9-137, with the full mandatory functionality as described in the referenced underlying specification. Table 9-137. libstdcxx - Class __ctype_abstract_base Data Interfaces typeinfo for __ctype_abstract_base(GLIBCXX_3.4) [CXXABI] typeinfo name for __ctype_abstract_base(GLIBCXX_3.4) [CXXABI] vtable for __ctype_abstract_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.54. Class ctype __________________________________________________________ 9.1.54.1. Class data for ctype The virtual table for the std::ctype class is described by Table 9-138 Table 9-138. Primary vtable for ctype Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for ctype vfunc[0]: ctype::~ctype() vfunc[1]: ctype::~ctype() vfunc[2]: ctype::do_toupper(char) const vfunc[3]: ctype::do_toupper(char*, char const*) const vfunc[4]: ctype::do_tolower(char) const vfunc[5]: ctype::do_tolower(char*, char const*) const vfunc[6]: ctype::do_widen(char) const vfunc[7]: ctype::do_widen(char const*, char const*, char*) const vfunc[8]: ctype::do_narrow(char, char) const vfunc[9]: ctype::do_narrow(char const*, char const*, char, char*) const __________________________________________________________ 9.1.54.2. Interfaces for Class ctype An LSB conforming implementation shall provide the generic methods for Class std::ctype specified in Table 9-139, with the full mandatory functionality as described in the referenced underlying specification. Table 9-139. libstdcxx - Class ctype Function Interfaces ctype::do_tolower(char*, char const*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_tolower(char) const(GLIBCXX_3.4) [ISOCXX] ctype::do_toupper(char*, char const*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_toupper(char) const(GLIBCXX_3.4) [ISOCXX] ctype::do_widen(char const*, char const*, char*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_widen(char) const(GLIBCXX_3.4) [ISOCXX] ctype::do_narrow(char const*, char const*, char, char*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_narrow(char, char) const(GLIBCXX_3.4) [ISOCXX] ctype::classic_table()(GLIBCXX_3.4) [ISOCXX] ctype::~ctype()(GLIBCXX_3.4) [ISOCXX] ctype::~ctype()(GLIBCXX_3.4) [ISOCXX] ctype::~ctype()(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype specified in Table 9-140, with the full mandatory functionality as described in the referenced underlying specification. Table 9-140. libstdcxx - Class ctype Data Interfaces ctype::table_size(GLIBCXX_3.4) [ISOCXX] ctype::id(GLIBCXX_3.4) [ISOCXX] typeinfo for ctype(GLIBCXX_3.4) [CXXABI] typeinfo name for ctype(GLIBCXX_3.4) [CXXABI] vtable for ctype(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.55. Class ctype __________________________________________________________ 9.1.55.1. Class data for ctype The virtual table for the std::ctype class is described by Table 9-141 Table 9-141. Primary vtable for ctype Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for ctype vfunc[0]: ctype::~ctype() vfunc[1]: ctype::~ctype() vfunc[2]: ctype::do_is(unsigned short, wchar_t) const vfunc[3]: ctype::do_is(wchar_t const*, wchar_t const*, unsigned short*) const vfunc[4]: ctype::do_scan_is(unsigned short, wchar_t const*, wchar_t const*) const vfunc[5]: ctype::do_scan_not(unsigned short, wchar_t const*, wchar_t const*) const vfunc[6]: ctype::do_toupper(wchar_t) const vfunc[7]: ctype::do_toupper(wchar_t*, wchar_t const*) const vfunc[8]: ctype::do_tolower(wchar_t) const vfunc[9]: ctype::do_tolower(wchar_t*, wchar_t const*) const vfunc[10]: ctype::do_widen(char) const vfunc[11]: ctype::do_widen(char const*, char const*, wchar_t*) const vfunc[12]: ctype::do_narrow(wchar_t, char) const vfunc[13]: ctype::do_narrow(wchar_t const*, wchar_t const*, char, char*) const The Run Time Type Information for the std::ctype class is described by Table 9-142 Table 9-142. typeinfo for ctype Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for ctype __________________________________________________________ 9.1.55.2. Interfaces for Class ctype An LSB conforming implementation shall provide the generic methods for Class std::ctype specified in Table 9-143, with the full mandatory functionality as described in the referenced underlying specification. Table 9-143. libstdcxx - Class ctype Function Interfaces ctype::do_scan_is(unsigned short, wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_tolower(wchar_t*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_tolower(wchar_t) const(GLIBCXX_3.4) [ISOCXX] ctype::do_toupper(wchar_t*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_toupper(wchar_t) const(GLIBCXX_3.4) [ISOCXX] ctype::do_scan_not(unsigned short, wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] ctype::_M_convert_to_wmask(unsigned short) const(GLIBCXX_3.4) [ISOCXX] ctype::do_is(wchar_t const*, wchar_t const*, unsigned short*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_is(unsigned short, wchar_t) const(GLIBCXX_3.4) [ISOCXX] ctype::do_widen(char const*, char const*, wchar_t*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_widen(char) const(GLIBCXX_3.4) [ISOCXX] ctype::do_narrow(wchar_t const*, wchar_t const*, char, char*) const(GLIBCXX_3.4) [ISOCXX] ctype::do_narrow(wchar_t, char) const(GLIBCXX_3.4) [ISOCXX] ctype::_M_initialize_ctype()(GLIBCXX_3.4) [ISOCXX] ctype::~ctype()(GLIBCXX_3.4) [ISOCXX] ctype::~ctype()(GLIBCXX_3.4) [ISOCXX] ctype::~ctype()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype specified in Table 9-144, with the full mandatory functionality as described in the referenced underlying specification. Table 9-144. libstdcxx - Class ctype Data Interfaces ctype::id(GLIBCXX_3.4) [ISOCXX] typeinfo for ctype(GLIBCXX_3.4) [CXXABI] typeinfo name for ctype(GLIBCXX_3.4) [CXXABI] vtable for ctype(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.56. Class ctype_byname __________________________________________________________ 9.1.56.1. Class data for ctype_byname The virtual table for the std::ctype_byname class is described by Table 9-145 Table 9-145. Primary vtable for ctype_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for ctype_byname vfunc[0]: ctype_byname::~ctype_byname() vfunc[1]: ctype_byname::~ctype_byname() vfunc[2]: ctype::do_toupper(char) const vfunc[3]: ctype::do_toupper(char*, char const*) const vfunc[4]: ctype::do_tolower(char) const vfunc[5]: ctype::do_tolower(char*, char const*) const vfunc[6]: ctype::do_widen(char) const vfunc[7]: ctype::do_widen(char const*, char const*, char*) const vfunc[8]: ctype::do_narrow(char, char) const vfunc[9]: ctype::do_narrow(char const*, char const*, char, char*) const The Run Time Type Information for the std::ctype_byname class is described by Table 9-146 Table 9-146. typeinfo for ctype_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for ctype_byname __________________________________________________________ 9.1.56.2. Interfaces for Class ctype_byname An LSB conforming implementation shall provide the generic methods for Class std::ctype_byname specified in Table 9-147, with the full mandatory functionality as described in the referenced underlying specification. Table 9-147. libstdcxx - Class ctype_byname Function Interfaces ctype_byname::~ctype_byname()(GLIBCXX_3.4) [ISOCXX] ctype_byname::~ctype_byname()(GLIBCXX_3.4) [ISOCXX] ctype_byname::~ctype_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype_byname specified in Table 9-148, with the full mandatory functionality as described in the referenced underlying specification. Table 9-148. libstdcxx - Class ctype_byname Data Interfaces typeinfo for ctype_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for ctype_byname(GLIBCXX_3.4) [CXXABI] vtable for ctype_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.57. Class ctype_byname __________________________________________________________ 9.1.57.1. Interfaces for Class ctype_byname An LSB conforming implementation shall provide the generic methods for Class std::ctype_byname specified in Table 9-149, with the full mandatory functionality as described in the referenced underlying specification. Table 9-149. libstdcxx - Class ctype_byname Function Interfaces ctype_byname::~ctype_byname()(GLIBCXX_3.4) [CXXABI] ctype_byname::~ctype_byname()(GLIBCXX_3.4) [CXXABI] ctype_byname::~ctype_byname()(GLIBCXX_3.4) [CXXABI] An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype_byname specified in Table 9-150, with the full mandatory functionality as described in the referenced underlying specification. Table 9-150. libstdcxx - Class ctype_byname Data Interfaces typeinfo for ctype_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for ctype_byname(GLIBCXX_3.4) [CXXABI] vtable for ctype_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.58. Class basic_string, allocator > __________________________________________________________ 9.1.58.1. Interfaces for Class basic_string,allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_string, std::allocator > specified in Table 9-151, with the full mandatory functionality as described in the referenced underlying specification. Table 9-151. libstdcxx - Class basic_string, allocator > Function Interfaces basic_string, allocator >::get_allocator() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::end() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_is_leaked() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_is_shared() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::data() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rend() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::size() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::begin() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::c_str() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::empty() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_rep() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::length() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rbegin() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_data() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_iend() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::compare(char const*) const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::compare(basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::capacity() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::max_size() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_ibegin() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Alloc_hider::_Alloc_hider(char*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Alloc_hider::_Alloc_hider(char*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_leak_hard()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_empty_rep()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(char*, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(char*, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(char*, char const*, char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(char*, char*, char*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::end()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_destroy(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_dispose(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_refcopy()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_refdata()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_S_empty_rep()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_set_leaked()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_set_sharable()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_grab(allocator const&, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rend()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::swap(basic_string, allocator >&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::begin()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::clear()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::erase(__gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::erase(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::append(char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::append(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::assign(char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::assign(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::insert(__gnu_cxx::__normal_iterator, allocator > >, char)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rbegin()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_data(char*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_leak()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, char const*, char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, char*, char*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::push_back(char)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(char const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string<__gnu_cxx::__normal_iterator, allocator > > >(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(char const*, char const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(char*, char*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(char const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string<__gnu_cxx::__normal_iterator, allocator > > >(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(char const*, char const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(char*, char*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::~basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::~basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator=(char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator=(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator=(char)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator+=(char const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator+=(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator+=(char)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_string, std::allocator > specified in Table 9-152, with the full mandatory functionality as described in the referenced underlying specification. Table 9-152. libstdcxx - Class basic_string, allocator > Data Interfaces basic_string, allocator >::_Rep::_S_max_size(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_S_terminal(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_S_empty_rep_storage(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::npos(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.59. Class basic_string, allocator > __________________________________________________________ 9.1.59.1. Interfaces for Class basic_string, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_string, std::allocator > specified in Table 9-153, with the full mandatory functionality as described in the referenced underlying specification. Table 9-153. libstdcxx - Class basic_string, allocator > Function Interfaces basic_string, allocator >::get_allocator() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::end() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_is_leaked() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_is_shared() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::data() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rend() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::size() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::begin() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::c_str() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::empty() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_rep() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::length() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rbegin() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_data() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_iend() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::compare(wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::compare(basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::capacity() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::max_size() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_ibegin() const(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Alloc_hider::_Alloc_hider(wchar_t*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Alloc_hider::_Alloc_hider(wchar_t*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_leak_hard()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_empty_rep()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(wchar_t*, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(wchar_t*, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(wchar_t*, wchar_t const*, wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_S_copy_chars(wchar_t*, wchar_t*, wchar_t*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::end()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_destroy(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_dispose(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_refcopy()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_refdata()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_S_empty_rep()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_set_leaked()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_set_sharable()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_M_grab(allocator const&, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rend()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::swap(basic_string, allocator >&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::begin()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::clear()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::erase(__gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::erase(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::append(wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::append(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::assign(wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::assign(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::insert(__gnu_cxx::__normal_iterator, allocator > >, wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::rbegin()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_data(wchar_t*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_M_leak()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, wchar_t const*, wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, wchar_t*, wchar_t*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::replace(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::push_back(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(wchar_t const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string<__gnu_cxx::__normal_iterator, allocator > > >(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(wchar_t const*, wchar_t const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(wchar_t*, wchar_t*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(wchar_t const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string<__gnu_cxx::__normal_iterator, allocator > > >(__gnu_cxx::__normal_iterator, allocator > >, __gnu_cxx::__normal_iterator, allocator > >, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(wchar_t const*, wchar_t const*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::basic_string(wchar_t*, wchar_t*, allocator const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::~basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::~basic_string()(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator=(wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator=(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator=(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator+=(wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator+=(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::operator+=(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator > operator+, allocator >(char const*, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator > operator+, allocator >(basic_string, allocator > const&, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator > operator+, allocator >(char, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator > operator+, allocator >(wchar_t const*, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator > operator+, allocator >(basic_string, allocator > const&, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_string, allocator > operator+, allocator >(wchar_t, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_string, std::allocator > specified in Table 9-154, with the full mandatory functionality as described in the referenced underlying specification. Table 9-154. libstdcxx - Class basic_string, allocator > Data Interfaces basic_string, allocator >::_Rep::_S_max_size(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_S_terminal(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::_Rep::_S_empty_rep_storage(GLIBCXX_3.4) [ISOCXX] basic_string, allocator >::npos(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.60. Class basic_stringstream, allocator > __________________________________________________________ 9.1.60.1. Class data for basic_stringstream,allocator > The virtual table for the std::basic_stringstream, std::allocator > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_stringstream, std::allocator > class is described by Table 9-155 Table 9-155. VTT for basic_stringstream, allocator > VTT Name _ZTTSt18basic_stringstreamIcSt11char_traitsIcESaIcEE Number of Entries 10 __________________________________________________________ 9.1.60.2. Interfaces for Class basic_stringstream, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_stringstream, std::allocator > specified in Table 9-156, with the full mandatory functionality as described in the referenced underlying specification. Table 9-156. libstdcxx - Class basic_stringstream, allocator > Function Interfaces basic_stringstream, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::~basic_stringstream()(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::~basic_stringstream()(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::~basic_stringstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringstream, std::allocator > specified in Table 9-157, with the full mandatory functionality as described in the referenced underlying specification. Table 9-157. libstdcxx - Class basic_stringstream, allocator > Data Interfaces typeinfo for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] VTT for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.61. Class basic_stringstream, allocator > __________________________________________________________ 9.1.61.1. Class data for basic_stringstream, allocator > The virtual table for the std::basic_stringstream, std::allocator > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_stringstream, std::allocator > class is described by Table 9-158 Table 9-158. VTT for basic_stringstream, allocator > VTT Name _ZTTSt18basic_stringstreamIwSt11char_traitsIwESaIwEE Number of Entries 10 __________________________________________________________ 9.1.61.2. Interfaces for Class basic_stringstream, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_stringstream, std::allocator > specified in Table 9-159, with the full mandatory functionality as described in the referenced underlying specification. Table 9-159. libstdcxx - Class basic_stringstream, allocator > Function Interfaces basic_stringstream, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::basic_stringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::~basic_stringstream()(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::~basic_stringstream()(GLIBCXX_3.4) [ISOCXX] basic_stringstream, allocator >::~basic_stringstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringstream, std::allocator > specified in Table 9-160, with the full mandatory functionality as described in the referenced underlying specification. Table 9-160. libstdcxx - Class basic_stringstream, allocator > Data Interfaces typeinfo for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] VTT for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_stringstream, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.62. Class basic_istringstream, allocator > __________________________________________________________ 9.1.62.1. Class data for basic_istringstream, allocator > The virtual table for the std::basic_istringstream, std::allocator > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_istringstream, std::allocator > class is described by Table 9-161 Table 9-161. VTT for basic_istringstream, allocator > VTT Name _ZTTSt19basic_istringstreamIcSt11char_traitsIcESaIcEE Number of Entries 4 __________________________________________________________ 9.1.62.2. Interfaces for Class basic_istringstream, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_istringstream, std::allocator > specified in Table 9-162, with the full mandatory functionality as described in the referenced underlying specification. Table 9-162. libstdcxx - Class basic_istringstream, allocator > Function Interfaces basic_istringstream, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::~basic_istringstream()(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::~basic_istringstream()(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::~basic_istringstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istringstream, std::allocator > specified in Table 9-163, with the full mandatory functionality as described in the referenced underlying specification. Table 9-163. libstdcxx - Class basic_istringstream, allocator > Data Interfaces typeinfo for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] VTT for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.63. Class basic_istringstream, allocator > __________________________________________________________ 9.1.63.1. Class data for basic_istringstream, allocator > The virtual table for the std::basic_istringstream, std::allocator > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_istringstream, std::allocator > class is described by Table 9-164 Table 9-164. VTT for basic_istringstream, allocator > VTT Name _ZTTSt19basic_istringstreamIwSt11char_traitsIwESaIwEE Number of Entries 4 __________________________________________________________ 9.1.63.2. Interfaces for Class basic_istringstream, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_istringstream, std::allocator > specified in Table 9-165, with the full mandatory functionality as described in the referenced underlying specification. Table 9-165. libstdcxx - Class basic_istringstream, allocator > Function Interfaces basic_istringstream, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::basic_istringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::~basic_istringstream()(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::~basic_istringstream()(GLIBCXX_3.4) [ISOCXX] basic_istringstream, allocator >::~basic_istringstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istringstream, std::allocator > specified in Table 9-166, with the full mandatory functionality as described in the referenced underlying specification. Table 9-166. libstdcxx - Class basic_istringstream, allocator > Data Interfaces typeinfo for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] VTT for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_istringstream, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.64. Class basic_ostringstream, allocator > __________________________________________________________ 9.1.64.1. Class data for basic_ostringstream, allocator > The virtual table for the std::basic_ostringstream, std::allocator > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ostringstream, std::allocator > class is described by Table 9-167 Table 9-167. VTT for basic_ostringstream, allocator > VTT Name _ZTTSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE Number of Entries 4 __________________________________________________________ 9.1.64.2. Interfaces for Class basic_ostringstream, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_ostringstream, std::allocator > specified in Table 9-168, with the full mandatory functionality as described in the referenced underlying specification. Table 9-168. libstdcxx - Class basic_ostringstream, allocator > Function Interfaces basic_ostringstream, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::~basic_ostringstream()(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::~basic_ostringstream()(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::~basic_ostringstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostringstream, std::allocator > specified in Table 9-169, with the full mandatory functionality as described in the referenced underlying specification. Table 9-169. libstdcxx - Class basic_ostringstream, allocator > Data Interfaces typeinfo for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] VTT for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.65. Class basic_ostringstream, allocator > __________________________________________________________ 9.1.65.1. Class data for basic_ostringstream, allocator > The virtual table for the std::basic_ostringstream, std::allocator > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ostringstream, std::allocator > class is described by Table 9-170 Table 9-170. VTT for basic_ostringstream, allocator > VTT Name _ZTTSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE Number of Entries 4 __________________________________________________________ 9.1.65.2. Interfaces for Class basic_ostringstream, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_ostringstream, std::allocator > specified in Table 9-171, with the full mandatory functionality as described in the referenced underlying specification. Table 9-171. libstdcxx - Class basic_ostringstream, allocator > Function Interfaces basic_ostringstream, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::basic_ostringstream(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::~basic_ostringstream()(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::~basic_ostringstream()(GLIBCXX_3.4) [ISOCXX] basic_ostringstream, allocator >::~basic_ostringstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostringstream, std::allocator > specified in Table 9-172, with the full mandatory functionality as described in the referenced underlying specification. Table 9-172. libstdcxx - Class basic_ostringstream, allocator > Data Interfaces typeinfo for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] VTT for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_ostringstream, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.66. Class basic_stringbuf, allocator > __________________________________________________________ 9.1.66.1. Class data for basic_stringbuf, allocator > The virtual table for the std::basic_stringbuf, std::allocator > class is described by Table 9-173 Table 9-173. Primary vtable for basic_stringbuf, allocator > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_stringbuf, allocator > vfunc[0]: basic_stringbuf, allocator >::~basic_stringbuf() vfunc[1]: basic_stringbuf, allocator >::~basic_stringbuf() vfunc[2]: basic_streambuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: See The Architecture Specific Specification vfunc[5]: basic_stringbuf, allocator >::seekpos(fpos<__mbstate_t>, _Ios_Openmode) vfunc[6]: basic_streambuf >::sync() vfunc[7]: basic_streambuf >::showmanyc() vfunc[8]: See The Architecture Specific Specification vfunc[9]: basic_stringbuf, allocator >::underflow() vfunc[10]: basic_streambuf >::uflow() vfunc[11]: basic_stringbuf, allocator >::pbackfail(int) vfunc[12]: See The Architecture Specific Specification vfunc[13]: basic_stringbuf, allocator >::overflow(int) The Run Time Type Information for the std::basic_stringbuf, std::allocator > class is described by Table 9-174 Table 9-174. typeinfo for basic_stringbuf, allocator > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for basic_stringbuf, allocator > __________________________________________________________ 9.1.66.2. Interfaces for Class basic_stringbuf, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_stringbuf, std::allocator > specified in Table 9-175, with the full mandatory functionality as described in the referenced underlying specification. Table 9-175. libstdcxx - Class basic_stringbuf, allocator > Function Interfaces basic_stringbuf, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::_M_update_egptr()(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::_M_stringbuf_init(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::overflow(int)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::pbackfail(int)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::underflow()(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::~basic_stringbuf()(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::~basic_stringbuf()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringbuf, std::allocator > specified in Table 9-176, with the full mandatory functionality as described in the referenced underlying specification. Table 9-176. libstdcxx - Class basic_stringbuf, allocator > Data Interfaces typeinfo for basic_stringbuf, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_stringbuf, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_stringbuf, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.67. Class basic_stringbuf, allocator > __________________________________________________________ 9.1.67.1. Class data for basic_stringbuf, allocator > The virtual table for the std::basic_stringbuf, std::allocator > class is described by Table 9-177 Table 9-177. Primary vtable for basic_stringbuf, allocator > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_stringbuf, allocator > vfunc[0]: basic_stringbuf, allocator >::~basic_stringbuf() vfunc[1]: basic_stringbuf, allocator >::~basic_stringbuf() vfunc[2]: basic_streambuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: See The Architecture Specific Specification vfunc[5]: basic_stringbuf, allocator >::seekpos(fpos<__mbstate_t>, _Ios_Openmode) vfunc[6]: basic_streambuf >::sync() vfunc[7]: basic_streambuf >::showmanyc() vfunc[8]: See The Architecture Specific Specification vfunc[9]: basic_stringbuf, allocator >::underflow() vfunc[10]: basic_streambuf >::uflow() vfunc[11]: basic_stringbuf, allocator >::pbackfail(unsigned int) vfunc[12]: See The Architecture Specific Specification vfunc[13]: basic_stringbuf, allocator >::overflow(unsigned int) The Run Time Type Information for the std::basic_stringbuf, std::allocator > class is described by Table 9-178 Table 9-178. typeinfo for basic_stringbuf, allocator > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for basic_stringbuf, allocator > __________________________________________________________ 9.1.67.2. Interfaces for Class basic_stringbuf, allocator > An LSB conforming implementation shall provide the generic methods for Class std::basic_stringbuf, std::allocator > specified in Table 9-179, with the full mandatory functionality as described in the referenced underlying specification. Table 9-179. libstdcxx - Class basic_stringbuf, allocator > Function Interfaces basic_stringbuf, allocator >::str() const(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::_M_update_egptr()(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::_M_stringbuf_init(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::str(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::overflow(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::pbackfail(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::underflow()(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(basic_string, allocator > const&, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::basic_stringbuf(_Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::~basic_stringbuf()(GLIBCXX_3.4) [ISOCXX] basic_stringbuf, allocator >::~basic_stringbuf()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringbuf, std::allocator > specified in Table 9-180, with the full mandatory functionality as described in the referenced underlying specification. Table 9-180. libstdcxx - Class basic_stringbuf, allocator > Data Interfaces typeinfo for basic_stringbuf, allocator >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_stringbuf, allocator >(GLIBCXX_3.4) [CXXABI] vtable for basic_stringbuf, allocator >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.68. Class basic_iostream > __________________________________________________________ 9.1.68.1. Class data for basic_iostream > The virtual table for the std::basic_iostream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_iostream > class is described by Table 9-181 Table 9-181. VTT for basic_iostream > VTT Name _ZTTSd Number of Entries 7 __________________________________________________________ 9.1.68.2. Interfaces for Class basic_iostream > An LSB conforming implementation shall provide the generic methods for Class std::basic_iostream > specified in Table 9-182, with the full mandatory functionality as described in the referenced underlying specification. Table 9-182. libstdcxx - Class basic_iostream > Function Interfaces basic_iostream >::basic_iostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_iostream >::basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::basic_iostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_iostream >::basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::~basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::~basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::~basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, signed char*)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_iostream > specified in Table 9-183, with the full mandatory functionality as described in the referenced underlying specification. Table 9-183. libstdcxx - Class basic_iostream > Data Interfaces typeinfo for basic_iostream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_iostream >(GLIBCXX_3.4) [CXXABI] VTT for basic_iostream >(GLIBCXX_3.4) [CXXABI] vtable for basic_iostream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.69. Class basic_iostream > __________________________________________________________ 9.1.69.1. Class data for basic_iostream > The virtual table for the std::basic_iostream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_iostream > class is described by Table 9-184 Table 9-184. VTT for basic_iostream > VTT Name _ZTTSt14basic_iostreamIwSt11char_traitsIwEE Number of Entries 7 __________________________________________________________ 9.1.69.2. Interfaces for Class basic_iostream > An LSB conforming implementation shall provide the generic methods for Class std::basic_iostream > specified in Table 9-185, with the full mandatory functionality as described in the referenced underlying specification. Table 9-185. libstdcxx - Class basic_iostream > Function Interfaces basic_iostream >::basic_iostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_iostream >::basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::basic_iostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_iostream >::basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::~basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::~basic_iostream()(GLIBCXX_3.4) [ISOCXX] basic_iostream >::~basic_iostream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_iostream > specified in Table 9-186, with the full mandatory functionality as described in the referenced underlying specification. Table 9-186. libstdcxx - Class basic_iostream > Data Interfaces typeinfo for basic_iostream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_iostream >(GLIBCXX_3.4) [CXXABI] VTT for basic_iostream >(GLIBCXX_3.4) [CXXABI] vtable for basic_iostream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.70. Class basic_istream > __________________________________________________________ 9.1.70.1. Class data for basic_istream > The virtual table for the std::basic_istream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_istream > class is described by Table 9-187 Table 9-187. VTT for basic_istream > VTT Name _ZTTSi Number of Entries 2 __________________________________________________________ 9.1.70.2. Interfaces for Class basic_istream> An LSB conforming implementation shall provide the generic methods for Class std::basic_istream > specified in Table 9-188, with the full mandatory functionality as described in the referenced underlying specification. Table 9-188. libstdcxx - Class basic_istream > Function Interfaces basic_istream >::gcount() const(GLIBCXX_3.4) [ISOCXX] basic_istream >::sentry::operator bool() const(GLIBCXX_3.4) [ISOCXX] basic_istream >::get(basic_streambuf >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::get(basic_streambuf >&, char)(GLIBCXX_3.4) [ISOCXX] basic_istream >::get(char&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::get()(GLIBCXX_3.4) [ISOCXX] basic_istream >::peek()(GLIBCXX_3.4) [ISOCXX] basic_istream >::sync()(GLIBCXX_3.4) [ISOCXX] basic_istream >::seekg(fpos<__mbstate_t>)(GLIBCXX_3.4) [ISOCXX] basic_istream >::tellg()(GLIBCXX_3.4) [ISOCXX] basic_istream >::unget()(GLIBCXX_3.4) [ISOCXX] basic_istream >::sentry::sentry(basic_istream >&, bool)(GLIBCXX_3.4) [ISOCXX] basic_istream >::sentry::sentry(basic_istream >&, bool)(GLIBCXX_3.4) [ISOCXX] basic_istream >::putback(char)(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::~basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::~basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::~basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(basic_istream >& (*)(basic_istream >&))(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(ios_base& (*)(ios_base&))(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(basic_ios >& (*)(basic_ios >&))(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(void*&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(bool&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(double&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(long double&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(float&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(int&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned int&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(short&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned short&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(long long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned long long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& ws >(basic_istream >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& getline, allocator >(basic_istream >&, basic_string, allocator >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& getline, allocator >(basic_istream >&, basic_string, allocator >&, char)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, unsigned char*)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, signed char&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, unsigned char&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, char*)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, char&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setiosflags)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setprecision)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Resetiosflags)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setw)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setbase)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setfill)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>>, allocator >(basic_istream >&, basic_string, allocator >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, complex&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, complex&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, complex&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istream > specified in Table 9-189, with the full mandatory functionality as described in the referenced underlying specification. Table 9-189. libstdcxx - Class basic_istream > Data Interfaces typeinfo for basic_istream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_istream >(GLIBCXX_3.4) [CXXABI] VTT for basic_istream >(GLIBCXX_3.4) [CXXABI] vtable for basic_istream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.71. Class basic_istream > __________________________________________________________ 9.1.71.1. Class data for basic_istream> The virtual table for the std::basic_istream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_istream > class is described by Table 9-190 Table 9-190. VTT for basic_istream > VTT Name _ZTTSt13basic_istreamIwSt11char_traitsIwEE Number of Entries 2 __________________________________________________________ 9.1.71.2. Interfaces for Class basic_istream > An LSB conforming implementation shall provide the generic methods for Class std::basic_istream > specified in Table 9-191, with the full mandatory functionality as described in the referenced underlying specification. Table 9-191. libstdcxx - Class basic_istream > Function Interfaces basic_istream >::gcount() const(GLIBCXX_3.4) [ISOCXX] basic_istream >::sentry::operator bool() const(GLIBCXX_3.4) [ISOCXX] basic_istream >::get(basic_streambuf >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::get(basic_streambuf >&, wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_istream >::get(wchar_t&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::get()(GLIBCXX_3.4) [ISOCXX] basic_istream >::peek()(GLIBCXX_3.4) [ISOCXX] basic_istream >::sync()(GLIBCXX_3.4) [ISOCXX] basic_istream >::seekg(fpos<__mbstate_t>)(GLIBCXX_3.4) [ISOCXX] basic_istream >::tellg()(GLIBCXX_3.4) [ISOCXX] basic_istream >::unget()(GLIBCXX_3.4) [ISOCXX] basic_istream >::sentry::sentry(basic_istream >&, bool)(GLIBCXX_3.4) [ISOCXX] basic_istream >::sentry::sentry(basic_istream >&, bool)(GLIBCXX_3.4) [ISOCXX] basic_istream >::putback(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_istream >::~basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::~basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::~basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(basic_istream >& (*)(basic_istream >&))(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(ios_base& (*)(ios_base&))(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(basic_ios >& (*)(basic_ios >&))(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(void*&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(bool&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(double&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(long double&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(float&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(int&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned int&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(short&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned short&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(long long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >::operator>>(unsigned long long&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& ws >(basic_istream >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& getline, allocator >(basic_istream >&, basic_string, allocator >&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& getline, allocator >(basic_istream >&, basic_string, allocator >&, wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, complex&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, complex&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, complex&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, wchar_t*)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, wchar_t&)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setiosflags)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setprecision)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Resetiosflags)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setw)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setbase)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>> >(basic_istream >&, _Setfill)(GLIBCXX_3.4) [ISOCXX] basic_istream >& operator>>, allocator >(basic_istream >&, basic_string, allocator >&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istream > specified in Table 9-192, with the full mandatory functionality as described in the referenced underlying specification. Table 9-192. libstdcxx - Class basic_istream > Data Interfaces typeinfo for basic_istream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_istream >(GLIBCXX_3.4) [CXXABI] VTT for basic_istream >(GLIBCXX_3.4) [CXXABI] vtable for basic_istream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.72. Class istreambuf_iterator > __________________________________________________________ 9.1.72.1. Interfaces for Class istreambuf_iterator > No external methods are defined for libstdcxx - Class std::istreambuf_iterator > in this part of the specification. See also the relevant architecture specific part of this specification. __________________________________________________________ 9.1.73. Class istreambuf_iterator > __________________________________________________________ 9.1.73.1. Interfaces for Class istreambuf_iterator > No external methods are defined for libstdcxx - Class std::istreambuf_iterator > in this part of the specification. See also the relevant architecture specific part of this specification. __________________________________________________________ 9.1.74. Class basic_ostream > __________________________________________________________ 9.1.74.1. Class data for basic_ostream > The virtual table for the std::basic_ostream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ostream > class is described by Table 9-193 Table 9-193. VTT for basic_ostream > VTT Name _ZTTSo Number of Entries 2 __________________________________________________________ 9.1.74.2. Interfaces for Class basic_ostream> An LSB conforming implementation shall provide the generic methods for Class std::basic_ostream > specified in Table 9-194, with the full mandatory functionality as described in the referenced underlying specification. Table 9-194. libstdcxx - Class basic_ostream > Function Interfaces basic_ostream >::sentry::operator bool() const(GLIBCXX_3.4) [ISOCXX] basic_ostream >::put(char)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::flush()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::seekp(fpos<__mbstate_t>)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::tellp()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::sentry(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::sentry(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::~sentry()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::~sentry()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::~basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::~basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::~basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(basic_ostream >& (*)(basic_ostream >&))(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(ios_base& (*)(ios_base&))(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(basic_ios >& (*)(basic_ios >&))(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(void const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(bool)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(double)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(long double)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(float)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(int)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(short)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned short)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(long long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned long long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& endl >(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& ends >(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& flush >(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, signed char const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, char const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, unsigned char const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, signed char)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, char)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, unsigned char)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setiosflags)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setprecision)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Resetiosflags)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setw)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setbase)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setfill)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< , allocator >(basic_ostream >&, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, complex const&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, complex const&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, complex const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostream > specified in Table 9-195, with the full mandatory functionality as described in the referenced underlying specification. Table 9-195. libstdcxx - Class basic_ostream > Data Interfaces typeinfo for basic_ostream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ostream >(GLIBCXX_3.4) [CXXABI] VTT for basic_ostream >(GLIBCXX_3.4) [CXXABI] vtable for basic_ostream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.75. Class basic_ostream > __________________________________________________________ 9.1.75.1. Class data for basic_ostream> The virtual table for the std::basic_ostream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ostream > class is described by Table 9-196 Table 9-196. VTT for basic_ostream > VTT Name _ZTTSt13basic_ostreamIwSt11char_traitsIwEE Number of Entries 2 __________________________________________________________ 9.1.75.2. Interfaces for Class basic_ostream > An LSB conforming implementation shall provide the generic methods for Class std::basic_ostream > specified in Table 9-197, with the full mandatory functionality as described in the referenced underlying specification. Table 9-197. libstdcxx - Class basic_ostream > Function Interfaces basic_ostream >::sentry::operator bool() const(GLIBCXX_3.4) [ISOCXX] basic_ostream >::put(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::flush()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::seekp(fpos<__mbstate_t>)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::tellp()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::sentry(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::sentry(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::~sentry()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::sentry::~sentry()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::~basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::~basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::~basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(basic_ostream >& (*)(basic_ostream >&))(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(ios_base& (*)(ios_base&))(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(basic_ios >& (*)(basic_ios >&))(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(void const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(bool)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(double)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(long double)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(float)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(int)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(short)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned short)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(long long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >::operator<<(unsigned long long)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& endl >(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& ends >(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& flush >(basic_ostream >&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, complex const&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, complex const&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, complex const&)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, wchar_t const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, char const*)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setiosflags)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setprecision)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Resetiosflags)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setw)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setbase)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, _Setfill)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< >(basic_ostream >&, char)(GLIBCXX_3.4) [ISOCXX] basic_ostream >& operator<< , allocator >(basic_ostream >&, basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostream > specified in Table 9-198, with the full mandatory functionality as described in the referenced underlying specification. Table 9-198. libstdcxx - Class basic_ostream > Data Interfaces typeinfo for basic_ostream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ostream >(GLIBCXX_3.4) [CXXABI] VTT for basic_ostream >(GLIBCXX_3.4) [CXXABI] vtable for basic_ostream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.76. Class basic_fstream > __________________________________________________________ 9.1.76.1. Class data for basic_fstream > The virtual table for the std::basic_fstream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_fstream > class is described by Table 9-199 Table 9-199. VTT for basic_fstream > VTT Name _ZTTSt13basic_fstreamIcSt11char_traitsIcEE Number of Entries 10 __________________________________________________________ 9.1.76.2. Interfaces for Class basic_fstream> An LSB conforming implementation shall provide the generic methods for Class std::basic_fstream > specified in Table 9-200, with the full mandatory functionality as described in the referenced underlying specification. Table 9-200. libstdcxx - Class basic_fstream > Function Interfaces basic_fstream >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_fstream >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_fstream >::close()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::is_open()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::~basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::~basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::~basic_fstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_fstream > specified in Table 9-201, with the full mandatory functionality as described in the referenced underlying specification. Table 9-201. libstdcxx - Class basic_fstream > Data Interfaces typeinfo for basic_fstream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_fstream >(GLIBCXX_3.4) [CXXABI] VTT for basic_fstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_fstream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.77. Class basic_fstream > __________________________________________________________ 9.1.77.1. Class data for basic_fstream> The virtual table for the std::basic_fstream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_fstream > class is described by Table 9-202 Table 9-202. VTT for basic_fstream > VTT Name _ZTTSt13basic_fstreamIwSt11char_traitsIwEE Number of Entries 10 __________________________________________________________ 9.1.77.2. Interfaces for Class basic_fstream > An LSB conforming implementation shall provide the generic methods for Class std::basic_fstream > specified in Table 9-203, with the full mandatory functionality as described in the referenced underlying specification. Table 9-203. libstdcxx - Class basic_fstream > Function Interfaces basic_fstream >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_fstream >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_fstream >::close()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::is_open()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_fstream >::basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::~basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::~basic_fstream()(GLIBCXX_3.4) [ISOCXX] basic_fstream >::~basic_fstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_fstream > specified in Table 9-204, with the full mandatory functionality as described in the referenced underlying specification. Table 9-204. libstdcxx - Class basic_fstream > Data Interfaces typeinfo for basic_fstream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_fstream >(GLIBCXX_3.4) [CXXABI] VTT for basic_fstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_fstream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.78. Class basic_ifstream > __________________________________________________________ 9.1.78.1. Class data for basic_ifstream > The virtual table for the std::basic_ifstream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ifstream > class is described by Table 9-205 Table 9-205. VTT for basic_ifstream > VTT Name _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE Number of Entries 4 __________________________________________________________ 9.1.78.2. Interfaces for Class basic_ifstream > An LSB conforming implementation shall provide the generic methods for Class std::basic_ifstream > specified in Table 9-206, with the full mandatory functionality as described in the referenced underlying specification. Table 9-206. libstdcxx - Class basic_ifstream > Function Interfaces basic_ifstream >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::close()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::is_open()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::~basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::~basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::~basic_ifstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ifstream > specified in Table 9-207, with the full mandatory functionality as described in the referenced underlying specification. Table 9-207. libstdcxx - Class basic_ifstream > Data Interfaces typeinfo for basic_ifstream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ifstream >(GLIBCXX_3.4) [CXXABI] VTT for basic_ifstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_ifstream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.79. Class basic_ifstream > __________________________________________________________ 9.1.79.1. Class data for basic_ifstream > The virtual table for the std::basic_ifstream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ifstream > class is described by Table 9-208 Table 9-208. VTT for basic_ifstream > VTT Name _ZTTSt14basic_ifstreamIwSt11char_traitsIwEE Number of Entries 4 __________________________________________________________ 9.1.79.2. Interfaces for Class basic_ifstream > An LSB conforming implementation shall provide the generic methods for Class std::basic_ifstream > specified in Table 9-209, with the full mandatory functionality as described in the referenced underlying specification. Table 9-209. libstdcxx - Class basic_ifstream > Function Interfaces basic_ifstream >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::close()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::is_open()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::~basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::~basic_ifstream()(GLIBCXX_3.4) [ISOCXX] basic_ifstream >::~basic_ifstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ifstream > specified in Table 9-210, with the full mandatory functionality as described in the referenced underlying specification. Table 9-210. libstdcxx - Class basic_ifstream > Data Interfaces typeinfo for basic_ifstream >(GLIBCXX_3.4) [CXXABI] typeinfo for basic_streambuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ifstream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_streambuf >(GLIBCXX_3.4) [CXXABI] VTT for basic_ifstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_ifstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_streambuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.80. Class basic_ofstream > __________________________________________________________ 9.1.80.1. Class data for basic_ofstream > The virtual table for the std::basic_ofstream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ofstream > class is described by Table 9-211 Table 9-211. VTT for basic_ofstream > VTT Name _ZTTSt14basic_ofstreamIcSt11char_traitsIcEE Number of Entries 4 __________________________________________________________ 9.1.80.2. Interfaces for Class basic_ofstream > An LSB conforming implementation shall provide the generic methods for Class std::basic_ofstream > specified in Table 9-212, with the full mandatory functionality as described in the referenced underlying specification. Table 9-212. libstdcxx - Class basic_ofstream > Function Interfaces basic_ofstream >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::close()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::is_open()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::~basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::~basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::~basic_ofstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ofstream > specified in Table 9-213, with the full mandatory functionality as described in the referenced underlying specification. Table 9-213. libstdcxx - Class basic_ofstream > Data Interfaces typeinfo for basic_ofstream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ofstream >(GLIBCXX_3.4) [CXXABI] VTT for basic_ofstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_ofstream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.81. Class basic_ofstream > __________________________________________________________ 9.1.81.1. Class data for basic_ofstream > The virtual table for the std::basic_ofstream > class is described in the relevant architecture specific part of this specification. The VTT for the std::basic_ofstream > class is described by Table 9-214 Table 9-214. VTT for basic_ofstream > VTT Name _ZTTSt14basic_ofstreamIwSt11char_traitsIwEE Number of Entries 4 __________________________________________________________ 9.1.81.2. Interfaces for Class basic_ofstream > An LSB conforming implementation shall provide the generic methods for Class std::basic_ofstream > specified in Table 9-215, with the full mandatory functionality as described in the referenced underlying specification. Table 9-215. libstdcxx - Class basic_ofstream > Function Interfaces basic_ofstream >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::close()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::is_open()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::~basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::~basic_ofstream()(GLIBCXX_3.4) [ISOCXX] basic_ofstream >::~basic_ofstream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ofstream > specified in Table 9-216, with the full mandatory functionality as described in the referenced underlying specification. Table 9-216. libstdcxx - Class basic_ofstream > Data Interfaces typeinfo for basic_ofstream >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ofstream >(GLIBCXX_3.4) [CXXABI] VTT for basic_ofstream >(GLIBCXX_3.4) [CXXABI] vtable for basic_ofstream >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.82. Class basic_streambuf > __________________________________________________________ 9.1.82.1. Class data for basic_streambuf > The virtual table for the std::basic_streambuf > class is described by Table 9-217 Table 9-217. Primary vtable for basic_streambuf > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_streambuf > vfunc[0]: basic_streambuf >::~basic_streambuf() vfunc[1]: basic_streambuf >::~basic_streambuf() vfunc[2]: basic_streambuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: See The Architecture Specific Specification vfunc[5]: basic_streambuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode) vfunc[6]: basic_streambuf >::sync() vfunc[7]: basic_streambuf >::showmanyc() vfunc[8]: See The Architecture Specific Specification vfunc[9]: basic_streambuf >::underflow() vfunc[10]: basic_streambuf >::uflow() vfunc[11]: basic_streambuf >::pbackfail(int) vfunc[12]: See The Architecture Specific Specification vfunc[13]: basic_streambuf >::overflow(int) The Run Time Type Information for the std::basic_streambuf > class is described by Table 9-218 Table 9-218. typeinfo for basic_streambuf > Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for basic_streambuf > __________________________________________________________ 9.1.82.2. Interfaces for Class basic_streambuf > An LSB conforming implementation shall provide the generic methods for Class std::basic_streambuf > specified in Table 9-219, with the full mandatory functionality as described in the referenced underlying specification. Table 9-219. libstdcxx - Class basic_streambuf > Function Interfaces basic_streambuf >::gptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::eback() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::egptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::epptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pbase() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::getloc() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pubseekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::setg(char*, char*, char*)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::setp(char*, char*)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sync()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::gbump(int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pbump(int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sgetc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sputc(char)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::uflow()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sbumpc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::snextc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pubsync()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sungetc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::in_avail()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::overflow(int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pubimbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pbackfail(int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::showmanyc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sputbackc(char)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::underflow()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf(basic_streambuf > const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf(basic_streambuf > const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::~basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::~basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::~basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::operator=(basic_streambuf > const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_streambuf > specified in Table 9-220, with the full mandatory functionality as described in the referenced underlying specification. Table 9-220. libstdcxx - Class basic_streambuf > Data Interfaces typeinfo for basic_streambuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_streambuf >(GLIBCXX_3.4) [CXXABI] vtable for basic_streambuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.83. Class basic_streambuf > __________________________________________________________ 9.1.83.1. Class data for basic_streambuf > The virtual table for the std::basic_streambuf > class is described by Table 9-221 Table 9-221. Primary vtable for basic_streambuf > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_streambuf > vfunc[0]: basic_streambuf >::~basic_streambuf() vfunc[1]: basic_streambuf >::~basic_streambuf() vfunc[2]: basic_streambuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: See The Architecture Specific Specification vfunc[5]: basic_streambuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode) vfunc[6]: basic_streambuf >::sync() vfunc[7]: basic_streambuf >::showmanyc() vfunc[8]: See The Architecture Specific Specification vfunc[9]: basic_streambuf >::underflow() vfunc[10]: basic_streambuf >::uflow() vfunc[11]: basic_streambuf >::pbackfail(unsigned int) vfunc[12]: See The Architecture Specific Specification vfunc[13]: basic_streambuf >::overflow(unsigned int) The Run Time Type Information for the std::basic_streambuf > class is described by Table 9-222 Table 9-222. typeinfo for basic_streambuf > Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for basic_streambuf > __________________________________________________________ 9.1.83.2. Interfaces for Class basic_streambuf > An LSB conforming implementation shall provide the generic methods for Class std::basic_streambuf > specified in Table 9-223, with the full mandatory functionality as described in the referenced underlying specification. Table 9-223. libstdcxx - Class basic_streambuf > Function Interfaces basic_streambuf >::gptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::eback() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::egptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::epptr() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pbase() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::getloc() const(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pubseekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::setg(wchar_t*, wchar_t*, wchar_t*)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::setp(wchar_t*, wchar_t*)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sync()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::gbump(int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pbump(int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sgetc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sputc(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::uflow()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sbumpc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::snextc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pubsync()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sungetc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::in_avail()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::overflow(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pubimbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::pbackfail(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::showmanyc()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::sputbackc(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::underflow()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf(basic_streambuf > const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf(basic_streambuf > const&)(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::~basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::~basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::~basic_streambuf()(GLIBCXX_3.4) [ISOCXX] basic_streambuf >::operator=(basic_streambuf > const&)(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.84. Class basic_filebuf > __________________________________________________________ 9.1.84.1. Class data for basic_filebuf > The virtual table for the std::basic_filebuf > class is described by Table 9-224 Table 9-224. Primary vtable for basic_filebuf > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_filebuf > vfunc[0]: basic_filebuf >::~basic_filebuf() vfunc[1]: basic_filebuf >::~basic_filebuf() vfunc[2]: basic_filebuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: See The Architecture Specific Specification vfunc[5]: basic_filebuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode) vfunc[6]: basic_filebuf >::sync() vfunc[7]: basic_filebuf >::showmanyc() vfunc[8]: See The Architecture Specific Specification vfunc[9]: basic_filebuf >::underflow() vfunc[10]: basic_streambuf >::uflow() vfunc[11]: basic_filebuf >::pbackfail(int) vfunc[12]: See The Architecture Specific Specification vfunc[13]: basic_filebuf >::overflow(int) The Run Time Type Information for the std::basic_filebuf > class is described by Table 9-225 Table 9-225. typeinfo for basic_filebuf > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for basic_filebuf > __________________________________________________________ 9.1.84.2. Interfaces for Class basic_filebuf> An LSB conforming implementation shall provide the generic methods for Class std::basic_filebuf > specified in Table 9-226, with the full mandatory functionality as described in the referenced underlying specification. Table 9-226. libstdcxx - Class basic_filebuf > Function Interfaces basic_filebuf >::is_open() const(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_create_pback()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_destroy_pback()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_terminate_output()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_destroy_internal_buffer()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_allocate_internal_buffer()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::sync()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::close()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::overflow(int)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::pbackfail(int)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::showmanyc()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::underflow()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::~basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::~basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::~basic_filebuf()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_filebuf > specified in Table 9-227, with the full mandatory functionality as described in the referenced underlying specification. Table 9-227. libstdcxx - Class basic_filebuf > Data Interfaces typeinfo for basic_filebuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_filebuf >(GLIBCXX_3.4) [CXXABI] vtable for basic_filebuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.85. Class basic_filebuf > __________________________________________________________ 9.1.85.1. Class data for basic_filebuf> The virtual table for the std::basic_filebuf > class is described by Table 9-228 Table 9-228. Primary vtable for basic_filebuf > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_filebuf > vfunc[0]: basic_filebuf >::~basic_filebuf() vfunc[1]: basic_filebuf >::~basic_filebuf() vfunc[2]: basic_filebuf >::imbue(locale const&) vfunc[3]: See The Architecture Specific Specification vfunc[4]: See The Architecture Specific Specification vfunc[5]: basic_filebuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode) vfunc[6]: basic_filebuf >::sync() vfunc[7]: basic_filebuf >::showmanyc() vfunc[8]: See The Architecture Specific Specification vfunc[9]: basic_filebuf >::underflow() vfunc[10]: basic_streambuf >::uflow() vfunc[11]: basic_filebuf >::pbackfail(unsigned int) vfunc[12]: See The Architecture Specific Specification vfunc[13]: basic_filebuf >::overflow(unsigned int) The Run Time Type Information for the std::basic_filebuf > class is described by Table 9-229 Table 9-229. typeinfo for basic_filebuf > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for basic_filebuf > __________________________________________________________ 9.1.85.2. Interfaces for Class basic_filebuf > An LSB conforming implementation shall provide the generic methods for Class std::basic_filebuf > specified in Table 9-230, with the full mandatory functionality as described in the referenced underlying specification. Table 9-230. libstdcxx - Class basic_filebuf > Function Interfaces basic_filebuf >::is_open() const(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_create_pback()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_destroy_pback()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_terminate_output()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_destroy_internal_buffer()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::_M_allocate_internal_buffer()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::open(char const*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::sync()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::close()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::overflow(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::pbackfail(unsigned int)(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::showmanyc()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::underflow()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::~basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::~basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_filebuf >::~basic_filebuf()(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_istream >::basic_istream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream()(GLIBCXX_3.4) [ISOCXX] basic_ostream >::basic_ostream()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_filebuf > specified in Table 9-231, with the full mandatory functionality as described in the referenced underlying specification. Table 9-231. libstdcxx - Class basic_filebuf > Data Interfaces typeinfo for basic_filebuf >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_filebuf >(GLIBCXX_3.4) [CXXABI] vtable for basic_filebuf >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.86. Class ios_base __________________________________________________________ 9.1.86.1. Class data for ios_base The Run Time Type Information for the std::ios_base class is described by Table 9-232 Table 9-232. typeinfo for ios_base Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for ios_base __________________________________________________________ 9.1.86.2. Interfaces for Class ios_base An LSB conforming implementation shall provide the generic methods for Class std::ios_base specified in Table 9-233, with the full mandatory functionality as described in the referenced underlying specification. Table 9-233. libstdcxx - Class ios_base Function Interfaces ios_base::_M_grow_words(int, bool)(GLIBCXX_3.4) [ISOCXX] ios_base::sync_with_stdio(bool)(GLIBCXX_3.4) [ISOCXX] ios_base::register_callback(void (*)(ios_base::event, ios_base&, int), int)(GLIBCXX_3.4) [ISOCXX] ios_base::Init::Init()(GLIBCXX_3.4) [ISOCXX] ios_base::Init::Init()(GLIBCXX_3.4) [ISOCXX] ios_base::Init::~Init()(GLIBCXX_3.4) [ISOCXX] ios_base::Init::~Init()(GLIBCXX_3.4) [ISOCXX] ios_base::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] ios_base::xalloc()(GLIBCXX_3.4) [ISOCXX] ios_base::_M_init()(GLIBCXX_3.4) [ISOCXX] ios_base::failure::failure(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] ios_base::failure::failure(basic_string, allocator > const&)(GLIBCXX_3.4) [ISOCXX] ios_base::failure::~failure()(GLIBCXX_3.4) [ISOCXX] ios_base::failure::~failure()(GLIBCXX_3.4) [ISOCXX] ios_base::failure::~failure()(GLIBCXX_3.4) [ISOCXX] ios_base::ios_base()(GLIBCXX_3.4) [ISOCXX] ios_base::ios_base()(GLIBCXX_3.4) [ISOCXX] ios_base::~ios_base()(GLIBCXX_3.4) [ISOCXX] ios_base::~ios_base()(GLIBCXX_3.4) [ISOCXX] ios_base::~ios_base()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::ios_base specified in Table 9-234, with the full mandatory functionality as described in the referenced underlying specification. Table 9-234. libstdcxx - Class ios_base Data Interfaces ios_base::floatfield(GLIBCXX_3.4) [ISOCXX] ios_base::scientific(GLIBCXX_3.4) [ISOCXX] ios_base::adjustfield(GLIBCXX_3.4) [ISOCXX] ios_base::in(GLIBCXX_3.4) [ISOCXX] ios_base::app(GLIBCXX_3.4) [ISOCXX] ios_base::ate(GLIBCXX_3.4) [ISOCXX] ios_base::beg(GLIBCXX_3.4) [ISOCXX] ios_base::cur(GLIBCXX_3.4) [ISOCXX] ios_base::dec(GLIBCXX_3.4) [ISOCXX] ios_base::end(GLIBCXX_3.4) [ISOCXX] ios_base::hex(GLIBCXX_3.4) [ISOCXX] ios_base::oct(GLIBCXX_3.4) [ISOCXX] ios_base::out(GLIBCXX_3.4) [ISOCXX] ios_base::left(GLIBCXX_3.4) [ISOCXX] ios_base::fixed(GLIBCXX_3.4) [ISOCXX] ios_base::right(GLIBCXX_3.4) [ISOCXX] ios_base::trunc(GLIBCXX_3.4) [ISOCXX] ios_base::badbit(GLIBCXX_3.4) [ISOCXX] ios_base::binary(GLIBCXX_3.4) [ISOCXX] ios_base::eofbit(GLIBCXX_3.4) [ISOCXX] ios_base::skipws(GLIBCXX_3.4) [ISOCXX] ios_base::failbit(GLIBCXX_3.4) [ISOCXX] ios_base::goodbit(GLIBCXX_3.4) [ISOCXX] ios_base::showpos(GLIBCXX_3.4) [ISOCXX] ios_base::unitbuf(GLIBCXX_3.4) [ISOCXX] ios_base::internal(GLIBCXX_3.4) [ISOCXX] ios_base::showbase(GLIBCXX_3.4) [ISOCXX] ios_base::basefield(GLIBCXX_3.4) [ISOCXX] ios_base::boolalpha(GLIBCXX_3.4) [ISOCXX] ios_base::showpoint(GLIBCXX_3.4) [ISOCXX] ios_base::uppercase(GLIBCXX_3.4) [ISOCXX] typeinfo for ios_base(GLIBCXX_3.4) [CXXABI] typeinfo name for ios_base(GLIBCXX_3.4) [CXXABI] vtable for ios_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.87. Class basic_ios > __________________________________________________________ 9.1.87.1. Class data for basic_ios > The virtual table for the std::basic_ios > class is described by Table 9-235 Table 9-235. Primary vtable for basic_ios > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for basic_ios > vfunc[0]: basic_ios >::~basic_ios() vfunc[1]: basic_ios >::~basic_ios() __________________________________________________________ 9.1.87.2. Interfaces for Class basic_ios > An LSB conforming implementation shall provide the generic methods for Class std::basic_ios > specified in Table 9-236, with the full mandatory functionality as described in the referenced underlying specification. Table 9-236. libstdcxx - Class basic_ios > Function Interfaces basic_ios >::exceptions() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::bad() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::eof() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::tie() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::fail() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::fill() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::good() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::widen(char) const(GLIBCXX_3.4) [ISOCXX] basic_ios >::narrow(char, char) const(GLIBCXX_3.4) [ISOCXX] basic_ios >::rdstate() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::operator void*() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::operator!() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::exceptions(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::_M_setstate(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::tie(basic_ostream >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::fill(char)(GLIBCXX_3.4) [ISOCXX] basic_ios >::init(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::clear(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_ios >::rdbuf(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::copyfmt(basic_ios > const&)(GLIBCXX_3.4) [ISOCXX] basic_ios >::setstate(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::~basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::~basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::~basic_ios()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ios > specified in Table 9-237, with the full mandatory functionality as described in the referenced underlying specification. Table 9-237. libstdcxx - Class basic_ios > Data Interfaces typeinfo for basic_ios >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ios >(GLIBCXX_3.4) [CXXABI] vtable for basic_ios >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.88. Class basic_ios > __________________________________________________________ 9.1.88.1. Interfaces for Class basic_ios > An LSB conforming implementation shall provide the generic methods for Class std::basic_ios > specified in Table 9-238, with the full mandatory functionality as described in the referenced underlying specification. Table 9-238. libstdcxx - Class basic_ios > Function Interfaces basic_ios >::exceptions() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::bad() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::eof() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::tie() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::fail() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::fill() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::good() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::rdbuf() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::widen(char) const(GLIBCXX_3.4) [ISOCXX] basic_ios >::narrow(wchar_t, char) const(GLIBCXX_3.4) [ISOCXX] basic_ios >::rdstate() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::operator void*() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::operator!() const(GLIBCXX_3.4) [ISOCXX] basic_ios >::exceptions(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::_M_setstate(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::tie(basic_ostream >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::fill(wchar_t)(GLIBCXX_3.4) [ISOCXX] basic_ios >::init(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::clear(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::imbue(locale const&)(GLIBCXX_3.4) [ISOCXX] basic_ios >::rdbuf(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::copyfmt(basic_ios > const&)(GLIBCXX_3.4) [ISOCXX] basic_ios >::setstate(_Ios_Iostate)(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios(basic_streambuf >*)(GLIBCXX_3.4) [ISOCXX] basic_ios >::basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::~basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::~basic_ios()(GLIBCXX_3.4) [ISOCXX] basic_ios >::~basic_ios()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ios > specified in Table 9-239, with the full mandatory functionality as described in the referenced underlying specification. Table 9-239. libstdcxx - Class basic_ios > Data Interfaces typeinfo for basic_ios >(GLIBCXX_3.4) [CXXABI] typeinfo name for basic_ios >(GLIBCXX_3.4) [CXXABI] vtable for basic_ios >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.89. Class ios_base::failure __________________________________________________________ 9.1.89.1. Class data for ios_base::failure The virtual table for the std::ios_base::failure class is described by Table 9-240 Table 9-240. Primary vtable for ios_base::failure Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for ios_base::failure vfunc[0]: ios_base::failure::~failure() vfunc[1]: ios_base::failure::~failure() vfunc[2]: ios_base::failure::what() const The Run Time Type Information for the std::ios_base::failure class is described by Table 9-241 Table 9-241. typeinfo for ios_base::failure Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for ios_base::failure __________________________________________________________ 9.1.89.2. Interfaces for Class ios_base::failure An LSB conforming implementation shall provide the generic methods for Class std::ios_base::failure specified in Table 9-242, with the full mandatory functionality as described in the referenced underlying specification. Table 9-242. libstdcxx - Class ios_base::failure Function Interfaces ios_base::failure::what() const(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::ios_base::failure specified in Table 9-243, with the full mandatory functionality as described in the referenced underlying specification. Table 9-243. libstdcxx - Class ios_base::failure Data Interfaces typeinfo for ios_base::failure(GLIBCXX_3.4) [CXXABI] typeinfo name for ios_base::failure(GLIBCXX_3.4) [CXXABI] vtable for ios_base::failure(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.90. Class __timepunct __________________________________________________________ 9.1.90.1. Class data for __timepunct The virtual table for the std::__timepunct class is described by Table 9-244 Table 9-244. Primary vtable for __timepunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __timepunct vfunc[0]: __timepunct::~__timepunct() vfunc[1]: __timepunct::~__timepunct() The Run Time Type Information for the std::__timepunct class is described by Table 9-245 Table 9-245. typeinfo for __timepunct Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __timepunct __________________________________________________________ 9.1.90.2. Interfaces for Class __timepunct An LSB conforming implementation shall provide the generic methods for Class std::__timepunct specified in Table 9-246, with the full mandatory functionality as described in the referenced underlying specification. Table 9-246. libstdcxx - Class __timepunct Function Interfaces __timepunct::_M_am_pm_format(char const*) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_date_formats(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_time_formats(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_days_abbreviated(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_date_time_formats(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_months_abbreviated(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_days(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_am_pm(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_months(char const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_am_pm_format(wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_initialize_timepunct(__locale_struct*)(GL IBCXX_3.4) [ISOCXX] __timepunct::~__timepunct()(GLIBCXX_3.4) [ISOCXX] __timepunct::~__timepunct()(GLIBCXX_3.4) [ISOCXX] __timepunct::~__timepunct()(GLIBCXX_3.4) [ISOCXX] bool has_facet<__timepunct >(locale const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::__timepunct specified in Table 9-247, with the full mandatory functionality as described in the referenced underlying specification. Table 9-247. libstdcxx - Class __timepunct Data Interfaces guard variable for __timepunct::id(GLIBCXX_3.4) [CXXABI] __timepunct::id(GLIBCXX_3.4) [ISOCXX] typeinfo for __timepunct(GLIBCXX_3.4) [CXXABI] typeinfo name for __timepunct(GLIBCXX_3.4) [CXXABI] vtable for __timepunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.91. Class __timepunct __________________________________________________________ 9.1.91.1. Class data for __timepunct The virtual table for the std::__timepunct class is described by Table 9-248 Table 9-248. Primary vtable for __timepunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __timepunct vfunc[0]: __timepunct::~__timepunct() vfunc[1]: __timepunct::~__timepunct() The Run Time Type Information for the std::__timepunct class is described by Table 9-249 Table 9-249. typeinfo for __timepunct Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for __timepunct __________________________________________________________ 9.1.91.2. Interfaces for Class __timepunct An LSB conforming implementation shall provide the generic methods for Class std::__timepunct specified in Table 9-250, with the full mandatory functionality as described in the referenced underlying specification. Table 9-250. libstdcxx - Class __timepunct Function Interfaces __timepunct::_M_date_formats(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_time_formats(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_days_abbreviated(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_date_time_formats(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_months_abbreviated(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_days(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_am_pm(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_months(wchar_t const**) const(GLIBCXX_3.4) [ISOCXX] __timepunct::_M_initialize_timepunct(__locale_struct*) (GLIBCXX_3.4) [ISOCXX] __timepunct::~__timepunct()(GLIBCXX_3.4) [ISOCXX] __timepunct::~__timepunct()(GLIBCXX_3.4) [ISOCXX] __timepunct::~__timepunct()(GLIBCXX_3.4) [ISOCXX] bool has_facet<__timepunct >(locale const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::__timepunct specified in Table 9-251, with the full mandatory functionality as described in the referenced underlying specification. Table 9-251. libstdcxx - Class __timepunct Data Interfaces guard variable for __timepunct::id(GLIBCXX_3.4) [CXXABI] __timepunct::id(GLIBCXX_3.4) [ISOCXX] typeinfo for __timepunct(GLIBCXX_3.4) [CXXABI] typeinfo name for __timepunct(GLIBCXX_3.4) [CXXABI] vtable for __timepunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.92. Class messages_base __________________________________________________________ 9.1.92.1. Class data for messages_base The Run Time Type Information for the std::messages_base class is described by Table 9-252 Table 9-252. typeinfo for messages_base Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for messages_base __________________________________________________________ 9.1.92.2. Interfaces for Class messages_base No external methods are defined for libstdcxx - Class std::messages_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::messages_base specified in Table 9-253, with the full mandatory functionality as described in the referenced underlying specification. Table 9-253. libstdcxx - Class messages_base Data Interfaces typeinfo for messages_base(GLIBCXX_3.4) [CXXABI] typeinfo name for messages_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.93. Class messages __________________________________________________________ 9.1.93.1. Class data for messages The virtual table for the std::messages class is described by Table 9-254 Table 9-254. Primary vtable for messages Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for messages vfunc[0]: messages::~messages() vfunc[1]: messages::~messages() vfunc[2]: messages::do_open(basic_string, allocator > const&, locale const&) const vfunc[3]: messages::do_get(int, int, int, basic_string, allocator > const&) const vfunc[4]: messages::do_close(int) const __________________________________________________________ 9.1.93.2. Interfaces for Class messages An LSB conforming implementation shall provide the generic methods for Class std::messages specified in Table 9-255, with the full mandatory functionality as described in the referenced underlying specification. Table 9-255. libstdcxx - Class messages Function Interfaces messages::_M_convert_to_char(basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] messages::_M_convert_from_char(char*) const(GLIBCXX_3.4) [ISOCXX] messages::get(int, int, int, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] messages::open(basic_string, allocator > const&, locale const&) const(GLIBCXX_3.4) [ISOCXX] messages::open(basic_string, allocator > const&, locale const&, char const*) const(GLIBCXX_3.4) [ISOCXX] messages::close(int) const(GLIBCXX_3.4) [ISOCXX] messages::do_get(int, int, int, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] messages::do_open(basic_string, allocator > const&, locale const&) const(GLIBCXX_3.4) [ISOCXX] messages::do_close(int) const(GLIBCXX_3.4) [ISOCXX] messages::~messages()(GLIBCXX_3.4) [ISOCXX] messages::~messages()(GLIBCXX_3.4) [ISOCXX] messages::~messages()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::messages specified in Table 9-256, with the full mandatory functionality as described in the referenced underlying specification. Table 9-256. libstdcxx - Class messages Data Interfaces guard variable for messages::id(GLIBCXX_3.4) [CXXABI] messages::id(GLIBCXX_3.4) [ISOCXX] typeinfo for messages(GLIBCXX_3.4) [CXXABI] typeinfo name for messages(GLIBCXX_3.4) [CXXABI] vtable for messages(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.94. Class messages __________________________________________________________ 9.1.94.1. Class data for messages The virtual table for the std::messages class is described by Table 9-257 Table 9-257. Primary vtable for messages Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for messages vfunc[0]: messages::~messages() vfunc[1]: messages::~messages() vfunc[2]: messages::do_open(basic_string, allocator > const&, locale const&) const vfunc[3]: messages::do_get(int, int, int, basic_string, allocator > const&) const vfunc[4]: messages::do_close(int) const __________________________________________________________ 9.1.94.2. Interfaces for Class messages An LSB conforming implementation shall provide the generic methods for Class std::messages specified in Table 9-258, with the full mandatory functionality as described in the referenced underlying specification. Table 9-258. libstdcxx - Class messages Function Interfaces messages::_M_convert_to_char(basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] messages::_M_convert_from_char(char*) const(GLIBCXX_3.4) [ISOCXX] messages::get(int, int, int, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] messages::open(basic_string, allocator > const&, locale const&) const(GLIBCXX_3.4) [ISOCXX] messages::open(basic_string, allocator > const&, locale const&, char const*) const(GLIBCXX_3.4) [ISOCXX] messages::close(int) const(GLIBCXX_3.4) [ISOCXX] messages::do_get(int, int, int, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] messages::do_open(basic_string, allocator > const&, locale const&) const(GLIBCXX_3.4) [ISOCXX] messages::do_close(int) const(GLIBCXX_3.4) [ISOCXX] messages::~messages()(GLIBCXX_3.4) [ISOCXX] messages::~messages()(GLIBCXX_3.4) [ISOCXX] messages::~messages()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::messages specified in Table 9-259, with the full mandatory functionality as described in the referenced underlying specification. Table 9-259. libstdcxx - Class messages Data Interfaces guard variable for messages::id(GLIBCXX_3.4) [CXXABI] messages::id(GLIBCXX_3.4) [ISOCXX] typeinfo for messages(GLIBCXX_3.4) [CXXABI] typeinfo name for messages(GLIBCXX_3.4) [CXXABI] vtable for messages(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.95. Class messages_byname __________________________________________________________ 9.1.95.1. Class data for messages_byname The virtual table for the std::messages_byname class is described by Table 9-260 Table 9-260. Primary vtable for messages_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for messages_byname vfunc[0]: messages_byname::~messages_byname() vfunc[1]: messages_byname::~messages_byname() vfunc[2]: messages::do_open(basic_string, allocator > const&, locale const&) const vfunc[3]: messages::do_get(int, int, int, basic_string, allocator > const&) const vfunc[4]: messages::do_close(int) const The Run Time Type Information for the std::messages_byname class is described by Table 9-261 Table 9-261. typeinfo for messages_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for messages_byname __________________________________________________________ 9.1.95.2. Interfaces for Class messages_byname An LSB conforming implementation shall provide the generic methods for Class std::messages_byname specified in Table 9-262, with the full mandatory functionality as described in the referenced underlying specification. Table 9-262. libstdcxx - Class messages_byname Function Interfaces messages_byname::~messages_byname()(GLIBCXX_3.4) [ISOCXX] messages_byname::~messages_byname()(GLIBCXX_3.4) [ISOCXX] messages_byname::~messages_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::messages_byname specified in Table 9-263, with the full mandatory functionality as described in the referenced underlying specification. Table 9-263. libstdcxx - Class messages_byname Data Interfaces typeinfo for messages_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for messages_byname(GLIBCXX_3.4) [CXXABI] vtable for messages_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.96. Class messages_byname __________________________________________________________ 9.1.96.1. Class data for messages_byname The virtual table for the std::messages_byname class is described by Table 9-264 Table 9-264. Primary vtable for messages_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for messages_byname vfunc[0]: messages_byname::~messages_byname() vfunc[1]: messages_byname::~messages_byname() vfunc[2]: messages::do_open(basic_string, allocator > const&, locale const&) const vfunc[3]: messages::do_get(int, int, int, basic_string, allocator > const&) const vfunc[4]: messages::do_close(int) const The Run Time Type Information for the std::messages_byname class is described by Table 9-265 Table 9-265. typeinfo for messages_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for messages_byname __________________________________________________________ 9.1.96.2. Interfaces for Class messages_byname An LSB conforming implementation shall provide the generic methods for Class std::messages_byname specified in Table 9-266, with the full mandatory functionality as described in the referenced underlying specification. Table 9-266. libstdcxx - Class messages_byname Function Interfaces messages_byname::~messages_byname()(GLIBCXX_3.4) [ISOCXX] messages_byname::~messages_byname()(GLIBCXX_3.4) [ISOCXX] messages_byname::~messages_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::messages_byname specified in Table 9-267, with the full mandatory functionality as described in the referenced underlying specification. Table 9-267. libstdcxx - Class messages_byname Data Interfaces typeinfo for messages_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for messages_byname(GLIBCXX_3.4) [CXXABI] vtable for messages_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.97. Class numpunct __________________________________________________________ 9.1.97.1. Class data for numpunct The virtual table for the std::numpunct class is described by Table 9-268 Table 9-268. Primary vtable for numpunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for numpunct vfunc[0]: numpunct::~numpunct() vfunc[1]: numpunct::~numpunct() vfunc[2]: numpunct::do_decimal_point() const vfunc[3]: numpunct::do_thousands_sep() const vfunc[4]: numpunct::do_grouping() const vfunc[5]: numpunct::do_truename() const vfunc[6]: numpunct::do_falsename() const The Run Time Type Information for the std::numpunct class is described by Table 9-269 Table 9-269. typeinfo for numpunct Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for numpunct __________________________________________________________ 9.1.97.2. Interfaces for Class numpunct An LSB conforming implementation shall provide the generic methods for Class std::numpunct specified in Table 9-270, with the full mandatory functionality as described in the referenced underlying specification. Table 9-270. libstdcxx - Class numpunct Function Interfaces numpunct::do_grouping() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_truename() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_falsename() const(GLIBCXX_3.4) [ISOCXX] numpunct::decimal_point() const(GLIBCXX_3.4) [ISOCXX] numpunct::thousands_sep() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_decimal_point() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_thousands_sep() const(GLIBCXX_3.4) [ISOCXX] numpunct::grouping() const(GLIBCXX_3.4) [ISOCXX] numpunct::truename() const(GLIBCXX_3.4) [ISOCXX] numpunct::falsename() const(GLIBCXX_3.4) [ISOCXX] numpunct::_M_initialize_numpunct(__locale_struct*)(GLIBCX X_3.4) [ISOCXX] numpunct::~numpunct()(GLIBCXX_3.4) [ISOCXX] numpunct::~numpunct()(GLIBCXX_3.4) [ISOCXX] numpunct::~numpunct()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct specified in Table 9-271, with the full mandatory functionality as described in the referenced underlying specification. Table 9-271. libstdcxx - Class numpunct Data Interfaces guard variable for numpunct::id(GLIBCXX_3.4) [CXXABI] numpunct::id(GLIBCXX_3.4) [ISOCXX] typeinfo for numpunct(GLIBCXX_3.4) [CXXABI] typeinfo name for numpunct(GLIBCXX_3.4) [CXXABI] vtable for numpunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.98. Class numpunct __________________________________________________________ 9.1.98.1. Class data for numpunct The virtual table for the std::numpunct class is described by Table 9-272 Table 9-272. Primary vtable for numpunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for numpunct vfunc[0]: numpunct::~numpunct() vfunc[1]: numpunct::~numpunct() vfunc[2]: numpunct::do_decimal_point() const vfunc[3]: numpunct::do_thousands_sep() const vfunc[4]: numpunct::do_grouping() const vfunc[5]: numpunct::do_truename() const vfunc[6]: numpunct::do_falsename() const The Run Time Type Information for the std::numpunct class is described by Table 9-273 Table 9-273. typeinfo for numpunct Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for numpunct __________________________________________________________ 9.1.98.2. Interfaces for Class numpunct An LSB conforming implementation shall provide the generic methods for Class std::numpunct specified in Table 9-274, with the full mandatory functionality as described in the referenced underlying specification. Table 9-274. libstdcxx - Class numpunct Function Interfaces numpunct::do_grouping() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_truename() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_falsename() const(GLIBCXX_3.4) [ISOCXX] numpunct::decimal_point() const(GLIBCXX_3.4) [ISOCXX] numpunct::thousands_sep() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_decimal_point() const(GLIBCXX_3.4) [ISOCXX] numpunct::do_thousands_sep() const(GLIBCXX_3.4) [ISOCXX] numpunct::grouping() const(GLIBCXX_3.4) [ISOCXX] numpunct::truename() const(GLIBCXX_3.4) [ISOCXX] numpunct::falsename() const(GLIBCXX_3.4) [ISOCXX] numpunct::_M_initialize_numpunct(__locale_struct*)(GLI BCXX_3.4) [ISOCXX] numpunct::~numpunct()(GLIBCXX_3.4) [ISOCXX] numpunct::~numpunct()(GLIBCXX_3.4) [ISOCXX] numpunct::~numpunct()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct specified in Table 9-275, with the full mandatory functionality as described in the referenced underlying specification. Table 9-275. libstdcxx - Class numpunct Data Interfaces guard variable for numpunct::id(GLIBCXX_3.4) [CXXABI] numpunct::id(GLIBCXX_3.4) [ISOCXX] typeinfo for numpunct(GLIBCXX_3.4) [CXXABI] typeinfo name for numpunct(GLIBCXX_3.4) [CXXABI] vtable for numpunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.99. Class numpunct_byname __________________________________________________________ 9.1.99.1. Class data for numpunct_byname The virtual table for the std::numpunct_byname class is described by Table 9-276 Table 9-276. Primary vtable for numpunct_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for numpunct_byname vfunc[0]: numpunct_byname::~numpunct_byname() vfunc[1]: numpunct_byname::~numpunct_byname() vfunc[2]: numpunct::do_decimal_point() const vfunc[3]: numpunct::do_thousands_sep() const vfunc[4]: numpunct::do_grouping() const vfunc[5]: numpunct::do_truename() const vfunc[6]: numpunct::do_falsename() const The Run Time Type Information for the std::numpunct_byname class is described by Table 9-277 Table 9-277. typeinfo for numpunct_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for numpunct_byname __________________________________________________________ 9.1.99.2. Interfaces for Class numpunct_byname An LSB conforming implementation shall provide the generic methods for Class std::numpunct_byname specified in Table 9-278, with the full mandatory functionality as described in the referenced underlying specification. Table 9-278. libstdcxx - Class numpunct_byname Function Interfaces numpunct_byname::~numpunct_byname()(GLIBCXX_3.4) [ISOCXX] numpunct_byname::~numpunct_byname()(GLIBCXX_3.4) [ISOCXX] numpunct_byname::~numpunct_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct_byname specified in Table 9-279, with the full mandatory functionality as described in the referenced underlying specification. Table 9-279. libstdcxx - Class numpunct_byname Data Interfaces typeinfo for numpunct_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for numpunct_byname(GLIBCXX_3.4) [CXXABI] vtable for numpunct_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.100. Class numpunct_byname __________________________________________________________ 9.1.100.1. Class data for numpunct_byname The virtual table for the std::numpunct_byname class is described by Table 9-280 Table 9-280. Primary vtable for numpunct_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for numpunct_byname vfunc[0]: numpunct_byname::~numpunct_byname() vfunc[1]: numpunct_byname::~numpunct_byname() vfunc[2]: numpunct::do_decimal_point() const vfunc[3]: numpunct::do_thousands_sep() const vfunc[4]: numpunct::do_grouping() const vfunc[5]: numpunct::do_truename() const vfunc[6]: numpunct::do_falsename() const The Run Time Type Information for the std::numpunct_byname class is described by Table 9-281 Table 9-281. typeinfo for numpunct_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for numpunct_byname __________________________________________________________ 9.1.100.2. Interfaces for Class numpunct_byname An LSB conforming implementation shall provide the generic methods for Class std::numpunct_byname specified in Table 9-282, with the full mandatory functionality as described in the referenced underlying specification. Table 9-282. libstdcxx - Class numpunct_byname Function Interfaces numpunct_byname::~numpunct_byname()(GLIBCXX_3.4) [ISOCXX] numpunct_byname::~numpunct_byname()(GLIBCXX_3.4) [ISOCXX] numpunct_byname::~numpunct_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct_byname specified in Table 9-283, with the full mandatory functionality as described in the referenced underlying specification. Table 9-283. libstdcxx - Class numpunct_byname Data Interfaces typeinfo for numpunct_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for numpunct_byname(GLIBCXX_3.4) [CXXABI] vtable for numpunct_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.101. Class __codecvt_abstract_base __________________________________________________________ 9.1.101.1. Interfaces for Class __codecvt_abstract_base No external methods are defined for libstdcxx - Class std::__codecvt_abstract_base in this part of the specification. See also the relevant architecture specific part of this specification. __________________________________________________________ 9.1.102. Class __codecvt_abstract_base __________________________________________________________ 9.1.102.1. Class data for __codecvt_abstract_base The virtual table for the std::__codecvt_abstract_base class is described by Table 9-284 Table 9-284. Primary vtable for __codecvt_abstract_base Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __codecvt_abstract_base vfunc[0]: vfunc[1]: vfunc[2]: __cxa_pure_virtual vfunc[3]: __cxa_pure_virtual vfunc[4]: __cxa_pure_virtual vfunc[5]: __cxa_pure_virtual vfunc[6]: __cxa_pure_virtual vfunc[7]: __cxa_pure_virtual vfunc[8]: __cxa_pure_virtual __________________________________________________________ 9.1.102.2. Interfaces for Class __codecvt_abstract_base No external methods are defined for libstdcxx - Class std::__codecvt_abstract_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::__codecvt_abstract_base specified in Table 9-285, with the full mandatory functionality as described in the referenced underlying specification. Table 9-285. libstdcxx - Class __codecvt_abstract_base Data Interfaces typeinfo for __codecvt_abstract_base(GLIBCXX_3.4) [CXXABI] typeinfo name for __codecvt_abstract_base(GLIBCXX_3.4) [CXXABI] vtable for __codecvt_abstract_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.103. Class codecvt_base __________________________________________________________ 9.1.103.1. Class data for codecvt_base The Run Time Type Information for the std::codecvt_base class is described by Table 9-286 Table 9-286. typeinfo for codecvt_base Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for codecvt_base __________________________________________________________ 9.1.103.2. Interfaces for Class codecvt_base No external methods are defined for libstdcxx - Class std::codecvt_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt_base specified in Table 9-287, with the full mandatory functionality as described in the referenced underlying specification. Table 9-287. libstdcxx - Class codecvt_base Data Interfaces typeinfo for codecvt_base(GLIBCXX_3.4) [CXXABI] typeinfo name for codecvt_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.104. Class codecvt __________________________________________________________ 9.1.104.1. Class data for codecvt The virtual table for the std::codecvt class is described by Table 9-288 Table 9-288. Primary vtable for codecvt Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for codecvt vfunc[0]: codecvt::~codecvt() vfunc[1]: codecvt::~codecvt() vfunc[2]: codecvt::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const vfunc[3]: codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const vfunc[4]: codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const vfunc[5]: codecvt::do_encoding() const vfunc[6]: codecvt::do_always_noconv() const vfunc[7]: See The Architecture Specific Specification vfunc[8]: codecvt::do_max_length() const The Run Time Type Information for the std::codecvt class is described by Table 9-289 Table 9-289. typeinfo for codecvt Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for codecvt __________________________________________________________ 9.1.104.2. Class data for __codecvt_abstract_base The virtual table for the std::__codecvt_abstract_base class is described by Table 9-290 Table 9-290. Primary vtable for __codecvt_abstract_base Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for __codecvt_abstract_base vfunc[0]: vfunc[1]: vfunc[2]: __cxa_pure_virtual vfunc[3]: __cxa_pure_virtual vfunc[4]: __cxa_pure_virtual vfunc[5]: __cxa_pure_virtual vfunc[6]: __cxa_pure_virtual vfunc[7]: __cxa_pure_virtual vfunc[8]: __cxa_pure_virtual __________________________________________________________ 9.1.104.3. Interfaces for Class codecvt An LSB conforming implementation shall provide the generic methods for Class std::codecvt specified in Table 9-291, with the full mandatory functionality as described in the referenced underlying specification. Table 9-291. libstdcxx - Class codecvt Function Interfaces codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const(GLIBCXX_3.4) [ISOCXX] codecvt::do_encoding() const(GLIBCXX_3.4) [ISOCXX] codecvt::do_max_length() const(GLIBCXX_3.4) [ISOCXX] codecvt::do_always_noconv() const(GLIBCXX_3.4) [ISOCXX] codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const(GLIBCXX_3.4) [ISOCXX] codecvt::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const(GLIBCXX_3.4) [ISOCXX] codecvt::~codecvt()(GLIBCXX_3.4) [ISOCXX] codecvt::~codecvt()(GLIBCXX_3.4) [ISOCXX] codecvt::~codecvt()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt specified in Table 9-292, with the full mandatory functionality as described in the referenced underlying specification. Table 9-292. libstdcxx - Class codecvt Data Interfaces codecvt::id(GLIBCXX_3.4) [ISOCXX] typeinfo for __codecvt_abstract_base(GLIBCXX_3.4) [CXXABI] typeinfo for codecvt(GLIBCXX_3.4) [CXXABI] typeinfo name for __codecvt_abstract_base(GLIBCXX_3.4) [CXXABI] typeinfo name for codecvt(GLIBCXX_3.4) [CXXABI] vtable for __codecvt_abstract_base(GLIBCXX_3.4) [CXXABI] vtable for codecvt(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.105. Class codecvt __________________________________________________________ 9.1.105.1. Class data for codecvt The virtual table for the std::codecvt class is described by Table 9-293 Table 9-293. Primary vtable for codecvt Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for codecvt vfunc[0]: codecvt::~codecvt() vfunc[1]: codecvt::~codecvt() vfunc[2]: codecvt::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t const*&, char*, char*, char*&) const vfunc[3]: codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const vfunc[4]: codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, wchar_t*, wchar_t*, wchar_t*&) const vfunc[5]: codecvt::do_encoding() const vfunc[6]: codecvt::do_always_noconv() const vfunc[7]: See The Architecture Specific Specification vfunc[8]: codecvt::do_max_length() const The Run Time Type Information for the std::codecvt class is described by Table 9-294 Table 9-294. typeinfo for codecvt Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for codecvt __________________________________________________________ 9.1.105.2. Interfaces for Class codecvt An LSB conforming implementation shall provide the generic methods for Class std::codecvt specified in Table 9-295, with the full mandatory functionality as described in the referenced underlying specification. Table 9-295. libstdcxx - Class codecvt Function Interfaces codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const(GLIBCXX_3.4) [ISOCXX] codecvt::do_encoding() const(GLIBCXX_3.4) [ISOCXX] codecvt::do_max_length() const(GLIBCXX_3.4) [ISOCXX] codecvt::do_always_noconv() const(GLIBCXX_3.4) [ISOCXX] codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, wchar_t*, wchar_t*, wchar_t*&) const(GLIBCXX_3.4) [ISOCXX] codecvt::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t const*&, char*, char*, char*&) const(GLIBCXX_3.4) [ISOCXX] codecvt::~codecvt()(GLIBCXX_3.4) [ISOCXX] codecvt::~codecvt()(GLIBCXX_3.4) [ISOCXX] codecvt::~codecvt()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt specified in Table 9-296, with the full mandatory functionality as described in the referenced underlying specification. Table 9-296. libstdcxx - Class codecvt Data Interfaces codecvt::id(GLIBCXX_3.4) [ISOCXX] typeinfo for codecvt(GLIBCXX_3.4) [CXXABI] typeinfo name for codecvt(GLIBCXX_3.4) [CXXABI] vtable for codecvt(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.106. Class codecvt_byname __________________________________________________________ 9.1.106.1. Class data for codecvt_byname The virtual table for the std::codecvt_byname class is described by Table 9-297 Table 9-297. Primary vtable for codecvt_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for codecvt_byname vfunc[0]: codecvt_byname::~codecvt_byname() vfunc[1]: codecvt_byname::~codecvt_byname() vfunc[2]: codecvt::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const vfunc[3]: codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const vfunc[4]: codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const vfunc[5]: codecvt::do_encoding() const vfunc[6]: codecvt::do_always_noconv() const vfunc[7]: See The Architecture Specific Specification vfunc[8]: codecvt::do_max_length() const The Run Time Type Information for the std::codecvt_byname class is described by Table 9-298 Table 9-298. typeinfo for codecvt_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for codecvt_byname __________________________________________________________ 9.1.106.2. Interfaces for Class codecvt_byname An LSB conforming implementation shall provide the generic methods for Class std::codecvt_byname specified in Table 9-299, with the full mandatory functionality as described in the referenced underlying specification. Table 9-299. libstdcxx - Class codecvt_byname Function Interfaces codecvt_byname::~codecvt_byname()(GLIBCXX_3.4) [ISOCXX] codecvt_byname::~codecvt_byname()(GLIBCXX_3.4) [ISOCXX] codecvt_byname::~codecvt_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt_byname specified in Table 9-300, with the full mandatory functionality as described in the referenced underlying specification. Table 9-300. libstdcxx - Class codecvt_byname Data Interfaces typeinfo for codecvt_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for codecvt_byname(GLIBCXX_3.4) [CXXABI] vtable for codecvt_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.107. Class codecvt_byname __________________________________________________________ 9.1.107.1. Class data for codecvt_byname The virtual table for the std::codecvt_byname class is described by Table 9-301 Table 9-301. Primary vtable for codecvt_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for codecvt_byname vfunc[0]: codecvt_byname::~codecvt_byname() vfunc[1]: codecvt_byname::~codecvt_byname() vfunc[2]: codecvt::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t const*&, char*, char*, char*&) const vfunc[3]: codecvt::do_unshift(__mbstate_t&, char*, char*, char*&) const vfunc[4]: codecvt::do_in(__mbstate_t&, char const*, char const*, char const*&, wchar_t*, wchar_t*, wchar_t*&) const vfunc[5]: codecvt::do_encoding() const vfunc[6]: codecvt::do_always_noconv() const vfunc[7]: See The Architecture Specific Specification vfunc[8]: codecvt::do_max_length() const The Run Time Type Information for the std::codecvt_byname class is described by Table 9-302 Table 9-302. typeinfo for codecvt_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for codecvt_byname __________________________________________________________ 9.1.107.2. Class data for collate_byname The virtual table for the std::collate_byname class is described by Table 9-303 Table 9-303. Primary vtable for collate_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for collate_byname vfunc[0]: collate_byname::~collate_byname() vfunc[1]: collate_byname::~collate_byname() vfunc[2]: collate::do_compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const vfunc[3]: collate::do_transform(wchar_t const*, wchar_t const*) const vfunc[4]: collate::do_hash(wchar_t const*, wchar_t const*) const The Run Time Type Information for the std::collate_byname class is described by Table 9-304 Table 9-304. typeinfo for collate_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for collate_byname __________________________________________________________ 9.1.107.3. Interfaces for Class codecvt_byname An LSB conforming implementation shall provide the generic methods for Class std::codecvt_byname specified in Table 9-305, with the full mandatory functionality as described in the referenced underlying specification. Table 9-305. libstdcxx - Class codecvt_byname Function Interfaces codecvt_byname::~codecvt_byname()(GLIBCXX_3.4) [ISOCXX] codecvt_byname::~codecvt_byname()(GLIBCXX_3.4) [ISOCXX] codecvt_byname::~codecvt_byname()(GLIBCXX_3.4) [ISOCXX] collate_byname::~collate_byname()(GLIBCXX_3.4) [ISOCXX] collate_byname::~collate_byname()(GLIBCXX_3.4) [ISOCXX] collate_byname::~collate_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt_byname specified in Table 9-306, with the full mandatory functionality as described in the referenced underlying specification. Table 9-306. libstdcxx - Class codecvt_byname Data Interfaces typeinfo for codecvt_byname(GLIBCXX_3.4) [CXXABI] typeinfo for collate_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for codecvt_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for collate_byname(GLIBCXX_3.4) [CXXABI] vtable for codecvt_byname(GLIBCXX_3.4) [CXXABI] vtable for collate_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.108. Class collate __________________________________________________________ 9.1.108.1. Class data for collate The virtual table for the std::collate class is described by Table 9-307 Table 9-307. Primary vtable for collate Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for collate vfunc[0]: collate::~collate() vfunc[1]: collate::~collate() vfunc[2]: collate::do_compare(char const*, char const*, char const*, char const*) const vfunc[3]: collate::do_transform(char const*, char const*) const vfunc[4]: collate::do_hash(char const*, char const*) const The Run Time Type Information for the std::collate class is described by Table 9-308 Table 9-308. typeinfo for collate Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for collate __________________________________________________________ 9.1.108.2. Interfaces for Class collate An LSB conforming implementation shall provide the generic methods for Class std::collate specified in Table 9-309, with the full mandatory functionality as described in the referenced underlying specification. Table 9-309. libstdcxx - Class collate Function Interfaces collate::_M_compare(char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::do_compare(char const*, char const*, char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::do_transform(char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::hash(char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::compare(char const*, char const*, char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::do_hash(char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::transform(char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] collate::~collate()(GLIBCXX_3.4) [ISOCXX] collate::~collate()(GLIBCXX_3.4) [ISOCXX] collate::~collate()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::collate specified in Table 9-310, with the full mandatory functionality as described in the referenced underlying specification. Table 9-310. libstdcxx - Class collate Data Interfaces guard variable for collate::id(GLIBCXX_3.4) [CXXABI] collate::id(GLIBCXX_3.4) [ISOCXX] typeinfo for collate(GLIBCXX_3.4) [CXXABI] typeinfo name for collate(GLIBCXX_3.4) [CXXABI] vtable for collate(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.109. Class collate __________________________________________________________ 9.1.109.1. Class data for collate The virtual table for the std::collate class is described by Table 9-311 Table 9-311. Primary vtable for collate Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for collate vfunc[0]: collate::~collate() vfunc[1]: collate::~collate() vfunc[2]: collate::do_compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const vfunc[3]: collate::do_transform(wchar_t const*, wchar_t const*) const vfunc[4]: collate::do_hash(wchar_t const*, wchar_t const*) const The Run Time Type Information for the std::collate class is described by Table 9-312 Table 9-312. typeinfo for collate Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for collate __________________________________________________________ 9.1.109.2. Interfaces for Class collate An LSB conforming implementation shall provide the generic methods for Class std::collate specified in Table 9-313, with the full mandatory functionality as described in the referenced underlying specification. Table 9-313. libstdcxx - Class collate Function Interfaces collate::_M_compare(wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::do_compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::do_transform(wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::hash(wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::do_hash(wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::transform(wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] collate::~collate()(GLIBCXX_3.4) [ISOCXX] collate::~collate()(GLIBCXX_3.4) [ISOCXX] collate::~collate()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::collate specified in Table 9-314, with the full mandatory functionality as described in the referenced underlying specification. Table 9-314. libstdcxx - Class collate Data Interfaces guard variable for collate::id(GLIBCXX_3.4) [CXXABI] collate::id(GLIBCXX_3.4) [ISOCXX] typeinfo for collate(GLIBCXX_3.4) [CXXABI] typeinfo name for collate(GLIBCXX_3.4) [CXXABI] vtable for collate(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.110. Class collate_byname __________________________________________________________ 9.1.110.1. Class data for collate_byname The virtual table for the std::collate_byname class is described by Table 9-315 Table 9-315. Primary vtable for collate_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for collate_byname vfunc[0]: collate_byname::~collate_byname() vfunc[1]: collate_byname::~collate_byname() vfunc[2]: collate::do_compare(char const*, char const*, char const*, char const*) const vfunc[3]: collate::do_transform(char const*, char const*) const vfunc[4]: collate::do_hash(char const*, char const*) const The Run Time Type Information for the std::collate_byname class is described by Table 9-316 Table 9-316. typeinfo for collate_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for collate_byname __________________________________________________________ 9.1.110.2. Interfaces for Class collate_byname An LSB conforming implementation shall provide the generic methods for Class std::collate_byname specified in Table 9-317, with the full mandatory functionality as described in the referenced underlying specification. Table 9-317. libstdcxx - Class collate_byname Function Interfaces collate_byname::~collate_byname()(GLIBCXX_3.4) [ISOCXX] collate_byname::~collate_byname()(GLIBCXX_3.4) [ISOCXX] collate_byname::~collate_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::collate_byname specified in Table 9-318, with the full mandatory functionality as described in the referenced underlying specification. Table 9-318. libstdcxx - Class collate_byname Data Interfaces typeinfo for collate_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for collate_byname(GLIBCXX_3.4) [CXXABI] vtable for collate_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.111. Class collate_byname __________________________________________________________ 9.1.111.1. Interfaces for Class collate_byname No external methods are defined for libstdcxx - Class std::collate_byname in this part of the specification. See also the relevant architecture specific part of this specification. __________________________________________________________ 9.1.112. Class time_base __________________________________________________________ 9.1.112.1. Class data for time_base The Run Time Type Information for the std::time_base class is described by Table 9-319 Table 9-319. typeinfo for time_base Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for time_base __________________________________________________________ 9.1.112.2. Interfaces for Class time_base No external methods are defined for libstdcxx - Class std::time_base in this part of the specification. See also the relevant architecture specific part of this specification. An LSB conforming implementation shall provide the generic data interfaces for Class std::time_base specified in Table 9-320, with the full mandatory functionality as described in the referenced underlying specification. Table 9-320. libstdcxx - Class time_base Data Interfaces typeinfo for time_base(GLIBCXX_3.4) [CXXABI] typeinfo name for time_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.113. Class time_get_byname > > __________________________________________________________ 9.1.113.1. Class data for time_get_byname > > The virtual table for the std::time_get_byname > > class is described by Table 9-321 Table 9-321. Primary vtable for time_get_byname > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for time_get_byname > > vfunc[0]: time_get_byname > >::~time_get_byname() vfunc[1]: time_get_byname > >::~time_get_byname() vfunc[2]: time_get > >::do_date_order() const vfunc[3]: time_get > >::do_get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[4]: time_get > >::do_get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[5]: time_get > >::do_get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[6]: time_get > >::do_get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[7]: time_get > >::do_get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const The Run Time Type Information for the std::time_get_byname > > class is described by Table 9-322 Table 9-322. typeinfo for time_get_byname > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for time_get_byname > > __________________________________________________________ 9.1.113.2. Interfaces for Class time_get_byname > > An LSB conforming implementation shall provide the generic methods for Class std::time_get_byname > > specified in Table 9-323, with the full mandatory functionality as described in the referenced underlying specification. Table 9-323. libstdcxx - Class time_get_byname > > Function Interfaces time_get_byname > >::~time_get_byname()(GLIBCXX_3.4) [ISOCXX] time_get_byname > >::~time_get_byname()(GLIBCXX_3.4) [ISOCXX] time_get_byname > >::~time_get_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get_byname > > specified in Table 9-324, with the full mandatory functionality as described in the referenced underlying specification. Table 9-324. libstdcxx - Class time_get_byname > > Data Interfaces typeinfo for time_get_byname > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_get_byname > >(GLIBCXX_3.4) [CXXABI] vtable for time_get_byname > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.114. Class time_get_byname > > __________________________________________________________ 9.1.114.1. Class data for time_get_byname > > The virtual table for the std::time_get_byname > > class is described by Table 9-325 Table 9-325. Primary vtable for time_get_byname > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for time_get_byname > > vfunc[0]: time_get_byname > >::~time_get_byname() vfunc[1]: time_get_byname > >::~time_get_byname() vfunc[2]: time_get > >::do_date_order() const vfunc[3]: time_get > >::do_get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[4]: time_get > >::do_get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[5]: time_get > >::do_get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[6]: time_get > >::do_get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[7]: time_get > >::do_get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const The Run Time Type Information for the std::time_get_byname > > class is described by Table 9-326 Table 9-326. typeinfo for time_get_byname > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for time_get_byname > > __________________________________________________________ 9.1.114.2. Interfaces for Class time_get_byname > > An LSB conforming implementation shall provide the generic methods for Class std::time_get_byname > > specified in Table 9-327, with the full mandatory functionality as described in the referenced underlying specification. Table 9-327. libstdcxx - Class time_get_byname > > Function Interfaces time_get_byname > >::~time_get_byname()(GLIBCXX_3.4) [ISOCXX] time_get_byname > >::~time_get_byname()(GLIBCXX_3.4) [ISOCXX] time_get_byname > >::~time_get_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get_byname > > specified in Table 9-328, with the full mandatory functionality as described in the referenced underlying specification. Table 9-328. libstdcxx - Class time_get_byname > > Data Interfaces typeinfo for time_get_byname > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_get_byname > >(GLIBCXX_3.4) [CXXABI] vtable for time_get_byname > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.115. Class time_put_byname > > __________________________________________________________ 9.1.115.1. Class data for time_put_byname > > The virtual table for the std::time_put_byname > > class is described by Table 9-329 Table 9-329. Primary vtable for time_put_byname > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for time_put_byname > > vfunc[0]: time_put_byname > >::~time_put_byname() vfunc[1]: time_put_byname > >::~time_put_byname() vfunc[2]: time_put > >::do_put(ostreambuf_iterator >, ios_base&, char, tm const*, char, char) const The Run Time Type Information for the std::time_put_byname > > class is described by Table 9-330 Table 9-330. typeinfo for time_put_byname > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for time_put_byname > > __________________________________________________________ 9.1.115.2. Interfaces for Class time_put_byname > > An LSB conforming implementation shall provide the generic methods for Class std::time_put_byname > > specified in Table 9-331, with the full mandatory functionality as described in the referenced underlying specification. Table 9-331. libstdcxx - Class time_put_byname > > Function Interfaces time_put_byname > >::~time_put_byname()(GLIBCXX_3.4) [ISOCXX] time_put_byname > >::~time_put_byname()(GLIBCXX_3.4) [ISOCXX] time_put_byname > >::~time_put_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put_byname > > specified in Table 9-332, with the full mandatory functionality as described in the referenced underlying specification. Table 9-332. libstdcxx - Class time_put_byname > > Data Interfaces typeinfo for time_put_byname > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_put_byname > >(GLIBCXX_3.4) [CXXABI] vtable for time_put_byname > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.116. Class time_put_byname > > __________________________________________________________ 9.1.116.1. Class data for time_put_byname > > The virtual table for the std::time_put_byname > > class is described by Table 9-333 Table 9-333. Primary vtable for time_put_byname > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for time_put_byname > > vfunc[0]: time_put_byname > >::~time_put_byname() vfunc[1]: time_put_byname > >::~time_put_byname() vfunc[2]: time_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, tm const*, char, char) const The Run Time Type Information for the std::time_put_byname > > class is described by Table 9-334 Table 9-334. typeinfo for time_put_byname > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for time_put_byname > > __________________________________________________________ 9.1.116.2. Interfaces for Class time_put_byname > > An LSB conforming implementation shall provide the generic methods for Class std::time_put_byname > > specified in Table 9-335, with the full mandatory functionality as described in the referenced underlying specification. Table 9-335. libstdcxx - Class time_put_byname > > Function Interfaces time_put_byname > >::~time_put_byname()(GLIBCXX_3.4) [ISOCXX] time_put_byname > >::~time_put_byname()(GLIBCXX_3.4) [ISOCXX] time_put_byname > >::~time_put_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put_byname > > specified in Table 9-336, with the full mandatory functionality as described in the referenced underlying specification. Table 9-336. libstdcxx - Class time_put_byname > > Data Interfaces typeinfo for time_put_byname > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_put_byname > >(GLIBCXX_3.4) [CXXABI] vtable for time_put_byname > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.117. Class time_get > > __________________________________________________________ 9.1.117.1. Class data for time_get > > The virtual table for the std::time_get > > class is described by Table 9-337 Table 9-337. Primary vtable for time_get > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for time_get > > vfunc[0]: time_get > >::~time_get() vfunc[1]: time_get > >::~time_get() vfunc[2]: time_get > >::do_date_order() const vfunc[3]: time_get > >::do_get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[4]: time_get > >::do_get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[5]: time_get > >::do_get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[6]: time_get > >::do_get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[7]: time_get > >::do_get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const __________________________________________________________ 9.1.117.2. Interfaces for Class time_get > > An LSB conforming implementation shall provide the generic methods for Class std::time_get > > specified in Table 9-338, with the full mandatory functionality as described in the referenced underlying specification. Table 9-338. libstdcxx - Class time_get > > Function Interfaces time_get > >::date_order() const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_date_order() const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::_M_extract_via_format(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*, char const*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::~time_get()(GLIBCXX_3.4) [ISOCXX] time_get > >::~time_get()(GLIBCXX_3.4) [ISOCXX] time_get > >::~time_get()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get > > specified in Table 9-339, with the full mandatory functionality as described in the referenced underlying specification. Table 9-339. libstdcxx - Class time_get > > Data Interfaces guard variable for time_get > >::id(GLIBCXX_3.4) [CXXABI] time_get > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for time_get > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_get > >(GLIBCXX_3.4) [CXXABI] vtable for time_get > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.118. Class time_get > > __________________________________________________________ 9.1.118.1. Class data for time_get > > The virtual table for the std::time_get > > class is described by Table 9-340 Table 9-340. Primary vtable for time_get > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for time_get > > vfunc[0]: time_get > >::~time_get() vfunc[1]: time_get > >::~time_get() vfunc[2]: time_get > >::do_date_order() const vfunc[3]: time_get > >::do_get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[4]: time_get > >::do_get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[5]: time_get > >::do_get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[6]: time_get > >::do_get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const vfunc[7]: time_get > >::do_get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const __________________________________________________________ 9.1.118.2. Interfaces for Class time_get > > An LSB conforming implementation shall provide the generic methods for Class std::time_get > > specified in Table 9-341, with the full mandatory functionality as described in the referenced underlying specification. Table 9-341. libstdcxx - Class time_get > > Function Interfaces time_get > >::date_order() const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_date_order() const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_weekday(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::do_get_monthname(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::_M_extract_via_format(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_date(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_time(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::get_year(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCXX_3.4) [ISOCXX] time_get > >::~time_get()(GLIBCXX_3.4) [ISOCXX] time_get > >::~time_get()(GLIBCXX_3.4) [ISOCXX] time_get > >::~time_get()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get > > specified in Table 9-342, with the full mandatory functionality as described in the referenced underlying specification. Table 9-342. libstdcxx - Class time_get > > Data Interfaces guard variable for time_get > >::id(GLIBCXX_3.4) [CXXABI] time_get > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for time_get > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_get > >(GLIBCXX_3.4) [CXXABI] vtable for time_get > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.119. Class time_put > > __________________________________________________________ 9.1.119.1. Interfaces for Class time_put > > An LSB conforming implementation shall provide the generic methods for Class std::time_put > > specified in Table 9-343, with the full mandatory functionality as described in the referenced underlying specification. Table 9-343. libstdcxx - Class time_put > > Function Interfaces time_put > >::put(ostreambuf_iterator >, ios_base&, char, tm const*, char const*, char const*) const(GLIBCXX_3.4) [ISOCXX] time_put > >::put(ostreambuf_iterator >, ios_base&, char, tm const*, char, char) const(GLIBCXX_3.4) [ISOCXX] time_put > >::do_put(ostreambuf_iterator >, ios_base&, char, tm const*, char, char) const(GLIBCXX_3.4) [ISOCXX] time_put > >::~time_put()(GLIBCXX_3.4) [ISOCXX] time_put > >::~time_put()(GLIBCXX_3.4) [ISOCXX] time_put > >::~time_put()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put > > specified in Table 9-344, with the full mandatory functionality as described in the referenced underlying specification. Table 9-344. libstdcxx - Class time_put > > Data Interfaces guard variable for time_put > >::id(GLIBCXX_3.4) [CXXABI] time_put > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for time_put > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_put > >(GLIBCXX_3.4) [CXXABI] vtable for time_put > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.120. Class time_put > > __________________________________________________________ 9.1.120.1. Interfaces for Class time_put > > An LSB conforming implementation shall provide the generic methods for Class std::time_put > > specified in Table 9-345, with the full mandatory functionality as described in the referenced underlying specification. Table 9-345. libstdcxx - Class time_put > > Function Interfaces time_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, tm const*, wchar_t const*, wchar_t const*) const(GLIBCXX_3.4) [ISOCXX] time_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, tm const*, char, char) const(GLIBCXX_3.4) [ISOCXX] time_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, tm const*, char, char) const(GLIBCXX_3.4) [ISOCXX] time_put > >::~time_put()(GLIBCXX_3.4) [ISOCXX] time_put > >::~time_put()(GLIBCXX_3.4) [ISOCXX] time_put > >::~time_put()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put > > specified in Table 9-346, with the full mandatory functionality as described in the referenced underlying specification. Table 9-346. libstdcxx - Class time_put > > Data Interfaces guard variable for time_put > >::id(GLIBCXX_3.4) [CXXABI] time_put > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for time_put > >(GLIBCXX_3.4) [CXXABI] typeinfo name for time_put > >(GLIBCXX_3.4) [CXXABI] vtable for time_put > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.121. Class moneypunct __________________________________________________________ 9.1.121.1. Class data for moneypunct The virtual table for the std::moneypunct class is described by Table 9-347 Table 9-347. Primary vtable for moneypunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct vfunc[0]: moneypunct::~moneypunct() vfunc[1]: moneypunct::~moneypunct() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const __________________________________________________________ 9.1.121.2. Interfaces for Class moneypunct An LSB conforming implementation shall provide the generic methods for Class std::moneypunct specified in Table 9-348, with the full mandatory functionality as described in the referenced underlying specification. Table 9-348. libstdcxx - Class moneypunct Function Interfaces moneypunct::neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct specified in Table 9-349, with the full mandatory functionality as described in the referenced underlying specification. Table 9-349. libstdcxx - Class moneypunct Data Interfaces guard variable for moneypunct::id(GLIBCXX_3.4) [CXXABI] moneypunct::id(GLIBCXX_3.4) [ISOCXX] moneypunct::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct(GLIBCXX_3.4) [CXXABI] vtable for moneypunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.122. Class moneypunct __________________________________________________________ 9.1.122.1. Class data for moneypunct The virtual table for the std::moneypunct class is described by Table 9-350 Table 9-350. Primary vtable for moneypunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct vfunc[0]: moneypunct::~moneypunct() vfunc[1]: moneypunct::~moneypunct() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const __________________________________________________________ 9.1.122.2. Interfaces for Class moneypunct An LSB conforming implementation shall provide the generic methods for Class std::moneypunct specified in Table 9-351, with the full mandatory functionality as described in the referenced underlying specification. Table 9-351. libstdcxx - Class moneypunct Function Interfaces moneypunct::neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct specified in Table 9-352, with the full mandatory functionality as described in the referenced underlying specification. Table 9-352. libstdcxx - Class moneypunct Data Interfaces guard variable for moneypunct::id(GLIBCXX_3.4) [CXXABI] moneypunct::id(GLIBCXX_3.4) [ISOCXX] moneypunct::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct(GLIBCXX_3.4) [CXXABI] vtable for moneypunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.123. Class moneypunct __________________________________________________________ 9.1.123.1. Class data for moneypunct The virtual table for the std::moneypunct class is described by Table 9-353 Table 9-353. Primary vtable for moneypunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct vfunc[0]: moneypunct::~moneypunct() vfunc[1]: moneypunct::~moneypunct() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const __________________________________________________________ 9.1.123.2. Interfaces for Class moneypunct An LSB conforming implementation shall provide the generic methods for Class std::moneypunct specified in Table 9-354, with the full mandatory functionality as described in the referenced underlying specification. Table 9-354. libstdcxx - Class moneypunct Function Interfaces moneypunct::neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct specified in Table 9-355, with the full mandatory functionality as described in the referenced underlying specification. Table 9-355. libstdcxx - Class moneypunct Data Interfaces guard variable for moneypunct::id(GLIBCXX_3.4) [CXXABI] moneypunct::id(GLIBCXX_3.4) [ISOCXX] moneypunct::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct(GLIBCXX_3.4) [CXXABI] vtable for moneypunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.124. Class moneypunct __________________________________________________________ 9.1.124.1. Class data for moneypunct The virtual table for the std::moneypunct class is described by Table 9-356 Table 9-356. Primary vtable for moneypunct Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct vfunc[0]: moneypunct::~moneypunct() vfunc[1]: moneypunct::~moneypunct() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const __________________________________________________________ 9.1.124.2. Interfaces for Class moneypunct An LSB conforming implementation shall provide the generic methods for Class std::moneypunct specified in Table 9-357, with the full mandatory functionality as described in the referenced underlying specification. Table 9-357. libstdcxx - Class moneypunct Function Interfaces moneypunct::neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_neg_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_pos_format() const(GLIBCXX_3.4) [ISOCXX] moneypunct::negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_curr_symbol() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_frac_digits() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_decimal_point() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_negative_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_positive_sign() const(GLIBCXX_3.4) [ISOCXX] moneypunct::do_thousands_sep() const(GLIBCXX_3.4) [ISOCXX] moneypunct::grouping() const(GLIBCXX_3.4) [ISOCXX] moneypunct::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] moneypunct::~moneypunct()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct specified in Table 9-358, with the full mandatory functionality as described in the referenced underlying specification. Table 9-358. libstdcxx - Class moneypunct Data Interfaces guard variable for moneypunct::id(GLIBCXX_3.4) [CXXABI] moneypunct::id(GLIBCXX_3.4) [ISOCXX] moneypunct::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct(GLIBCXX_3.4) [CXXABI] vtable for moneypunct(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.125. Class moneypunct_byname __________________________________________________________ 9.1.125.1. Class data for moneypunct_byname The virtual table for the std::moneypunct_byname class is described by Table 9-359 Table 9-359. Primary vtable for moneypunct_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct_byname vfunc[0]: moneypunct_byname::~moneypunct_byname() vfunc[1]: moneypunct_byname::~moneypunct_byname() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const The Run Time Type Information for the std::moneypunct_byname class is described by Table 9-360 Table 9-360. typeinfo for moneypunct_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for moneypunct_byname __________________________________________________________ 9.1.125.2. Interfaces for Class moneypunct_byname An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname specified in Table 9-361, with the full mandatory functionality as described in the referenced underlying specification. Table 9-361. libstdcxx - Class moneypunct_byname Function Interfaces moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname specified in Table 9-362, with the full mandatory functionality as described in the referenced underlying specification. Table 9-362. libstdcxx - Class moneypunct_byname Data Interfaces moneypunct_byname::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct_byname(GLIBCXX_3.4) [CXXABI] vtable for moneypunct_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.126. Class moneypunct_byname __________________________________________________________ 9.1.126.1. Class data for moneypunct_byname The virtual table for the std::moneypunct_byname class is described by Table 9-363 Table 9-363. Primary vtable for moneypunct_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct_byname vfunc[0]: moneypunct_byname::~moneypunct_byname() vfunc[1]: moneypunct_byname::~moneypunct_byname() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const The Run Time Type Information for the std::moneypunct_byname class is described by Table 9-364 Table 9-364. typeinfo for moneypunct_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for moneypunct_byname __________________________________________________________ 9.1.126.2. Interfaces for Class moneypunct_byname An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname specified in Table 9-365, with the full mandatory functionality as described in the referenced underlying specification. Table 9-365. libstdcxx - Class moneypunct_byname Function Interfaces moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname specified in Table 9-366, with the full mandatory functionality as described in the referenced underlying specification. Table 9-366. libstdcxx - Class moneypunct_byname Data Interfaces moneypunct_byname::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct_byname(GLIBCXX_3.4) [CXXABI] vtable for moneypunct_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.127. Class moneypunct_byname __________________________________________________________ 9.1.127.1. Class data for moneypunct_byname The virtual table for the std::moneypunct_byname class is described by Table 9-367 Table 9-367. Primary vtable for moneypunct_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct_byname vfunc[0]: moneypunct_byname::~moneypunct_byname() vfunc[1]: moneypunct_byname::~moneypunct_byname() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const The Run Time Type Information for the std::moneypunct_byname class is described by Table 9-368 Table 9-368. typeinfo for moneypunct_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for moneypunct_byname __________________________________________________________ 9.1.127.2. Interfaces for Class moneypunct_byname An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname specified in Table 9-369, with the full mandatory functionality as described in the referenced underlying specification. Table 9-369. libstdcxx - Class moneypunct_byname Function Interfaces moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname specified in Table 9-370, with the full mandatory functionality as described in the referenced underlying specification. Table 9-370. libstdcxx - Class moneypunct_byname Data Interfaces moneypunct_byname::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct_byname(GLIBCXX_3.4) [CXXABI] vtable for moneypunct_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.128. Class moneypunct_byname __________________________________________________________ 9.1.128.1. Class data for moneypunct_byname The virtual table for the std::moneypunct_byname class is described by Table 9-371 Table 9-371. Primary vtable for moneypunct_byname Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for moneypunct_byname vfunc[0]: moneypunct_byname::~moneypunct_byname() vfunc[1]: moneypunct_byname::~moneypunct_byname() vfunc[2]: moneypunct::do_decimal_point() const vfunc[3]: moneypunct::do_thousands_sep() const vfunc[4]: moneypunct::do_grouping() const vfunc[5]: moneypunct::do_curr_symbol() const vfunc[6]: moneypunct::do_positive_sign() const vfunc[7]: moneypunct::do_negative_sign() const vfunc[8]: moneypunct::do_frac_digits() const vfunc[9]: moneypunct::do_pos_format() const vfunc[10]: moneypunct::do_neg_format() const The Run Time Type Information for the std::moneypunct_byname class is described by Table 9-372 Table 9-372. typeinfo for moneypunct_byname Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for moneypunct_byname __________________________________________________________ 9.1.128.2. Interfaces for Class moneypunct_byname An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname specified in Table 9-373, with the full mandatory functionality as described in the referenced underlying specification. Table 9-373. libstdcxx - Class moneypunct_byname Function Interfaces moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] moneypunct_byname::~moneypunct_byname()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname specified in Table 9-374, with the full mandatory functionality as described in the referenced underlying specification. Table 9-374. libstdcxx - Class moneypunct_byname Data Interfaces moneypunct_byname::intl(GLIBCXX_3.4) [ISOCXX] typeinfo for moneypunct_byname(GLIBCXX_3.4) [CXXABI] typeinfo name for moneypunct_byname(GLIBCXX_3.4) [CXXABI] vtable for moneypunct_byname(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.129. Class money_base __________________________________________________________ 9.1.129.1. Class data for money_base The Run Time Type Information for the std::money_base class is described by Table 9-375 Table 9-375. typeinfo for money_base Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for money_base __________________________________________________________ 9.1.129.2. Interfaces for Class money_base An LSB conforming implementation shall provide the generic methods for Class std::money_base specified in Table 9-376, with the full mandatory functionality as described in the referenced underlying specification. Table 9-376. libstdcxx - Class money_base Function Interfaces money_base::_S_construct_pattern(char, char, char)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::money_base specified in Table 9-377, with the full mandatory functionality as described in the referenced underlying specification. Table 9-377. libstdcxx - Class money_base Data Interfaces money_base::_S_default_pattern(GLIBCXX_3.4) [ISOCXX] money_base::_S_atoms(GLIBCXX_3.4) [ISOCXX] typeinfo for money_base(GLIBCXX_3.4) [CXXABI] typeinfo name for money_base(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.130. Class money_get > > __________________________________________________________ 9.1.130.1. Class data for money_get > > The virtual table for the std::money_get > > class is described by Table 9-378 Table 9-378. Primary vtable for money_get > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for money_get > > vfunc[0]: money_get > >::~money_get() vfunc[1]: money_get > >::~money_get() vfunc[2]: money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, long double&) const vfunc[3]: money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const The Run Time Type Information for the std::money_get > > class is described by Table 9-379 Table 9-379. typeinfo for money_get > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for money_get > > __________________________________________________________ 9.1.130.2. Interfaces for Class money_get > > An LSB conforming implementation shall provide the generic methods for Class std::money_get > > specified in Table 9-380, with the full mandatory functionality as described in the referenced underlying specification. Table 9-380. libstdcxx - Class money_get > > Function Interfaces istreambuf_iterator > money_get > >::_M_extract(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > money_get > >::_M_extract(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::~money_get()(GLIBCXX_3.4) [ISOCXX] money_get > >::~money_get()(GLIBCXX_3.4) [ISOCXX] money_get > >::~money_get()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::money_get > > specified in Table 9-381, with the full mandatory functionality as described in the referenced underlying specification. Table 9-381. libstdcxx - Class money_get > > Data Interfaces guard variable for money_get > >::id(GLIBCXX_3.4) [CXXABI] money_get > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for money_get > >(GLIBCXX_3.4) [CXXABI] typeinfo name for money_get > >(GLIBCXX_3.4) [CXXABI] vtable for money_get > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.131. Class money_get > > __________________________________________________________ 9.1.131.1. Class data for money_get > > The virtual table for the std::money_get > > class is described by Table 9-382 Table 9-382. Primary vtable for money_get > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for money_get > > vfunc[0]: money_get > >::~money_get() vfunc[1]: money_get > >::~money_get() vfunc[2]: money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, long double&) const vfunc[3]: money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const The Run Time Type Information for the std::money_get > > class is described by Table 9-383 Table 9-383. typeinfo for money_get > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for money_get > > __________________________________________________________ 9.1.131.2. Interfaces for Class money_get > > An LSB conforming implementation shall provide the generic methods for Class std::money_get > > specified in Table 9-384, with the full mandatory functionality as described in the referenced underlying specification. Table 9-384. libstdcxx - Class money_get > > Function Interfaces istreambuf_iterator > money_get > >::_M_extract(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > money_get > >::_M_extract(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] money_get > >::~money_get()(GLIBCXX_3.4) [ISOCXX] money_get > >::~money_get()(GLIBCXX_3.4) [ISOCXX] money_get > >::~money_get()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::money_get > > specified in Table 9-385, with the full mandatory functionality as described in the referenced underlying specification. Table 9-385. libstdcxx - Class money_get > > Data Interfaces guard variable for money_get > >::id(GLIBCXX_3.4) [CXXABI] money_get > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for money_get > >(GLIBCXX_3.4) [CXXABI] typeinfo name for money_get > >(GLIBCXX_3.4) [CXXABI] vtable for money_get > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.132. Class money_put > > __________________________________________________________ 9.1.132.1. Class data for money_put > > The virtual table for the std::money_put > > class is described by Table 9-386 Table 9-386. Primary vtable for money_put > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for money_put > > vfunc[0]: money_put > >::~money_put() vfunc[1]: money_put > >::~money_put() vfunc[2]: money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, char, long double) const vfunc[3]: money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, char, basic_string, allocator > const&) const The Run Time Type Information for the std::money_put > > class is described by Table 9-387 Table 9-387. typeinfo for money_put > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for money_put > > __________________________________________________________ 9.1.132.2. Interfaces for Class money_put > > An LSB conforming implementation shall provide the generic methods for Class std::money_put > > specified in Table 9-388, with the full mandatory functionality as described in the referenced underlying specification. Table 9-388. libstdcxx - Class money_put > > Function Interfaces money_put > >::put(ostreambuf_iterator >, bool, ios_base&, char, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] money_put > >::put(ostreambuf_iterator >, bool, ios_base&, char, long double) const(GLIBCXX_3.4) [ISOCXX] money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, char, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, char, long double) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > money_put > >::_M_insert(ostreambuf_iterator >, ios_base&, char, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > money_put > >::_M_insert(ostreambuf_iterator >, ios_base&, char, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] money_put > >::~money_put()(GLIBCXX_3.4) [ISOCXX] money_put > >::~money_put()(GLIBCXX_3.4) [ISOCXX] money_put > >::~money_put()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::money_put > > specified in Table 9-389, with the full mandatory functionality as described in the referenced underlying specification. Table 9-389. libstdcxx - Class money_put > > Data Interfaces guard variable for money_put > >::id(GLIBCXX_3.4) [CXXABI] money_put > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for money_put > >(GLIBCXX_3.4) [CXXABI] typeinfo name for money_put > >(GLIBCXX_3.4) [CXXABI] vtable for money_put > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.133. Class money_put > > __________________________________________________________ 9.1.133.1. Class data for money_put > > The virtual table for the std::money_put > > class is described by Table 9-390 Table 9-390. Primary vtable for money_put > > Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for money_put > > vfunc[0]: money_put > >::~money_put() vfunc[1]: money_put > >::~money_put() vfunc[2]: money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, wchar_t, long double) const vfunc[3]: money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, wchar_t, basic_string, allocator > const&) const The Run Time Type Information for the std::money_put > > class is described by Table 9-391 Table 9-391. typeinfo for money_put > > Base Vtable vtable for __cxxabiv1::__si_class_type_info Name typeinfo name for money_put > > __________________________________________________________ 9.1.133.2. Interfaces for Class money_put > > An LSB conforming implementation shall provide the generic methods for Class std::money_put > > specified in Table 9-392, with the full mandatory functionality as described in the referenced underlying specification. Table 9-392. libstdcxx - Class money_put > > Function Interfaces money_put > >::put(ostreambuf_iterator >, bool, ios_base&, wchar_t, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] money_put > >::put(ostreambuf_iterator >, bool, ios_base&, wchar_t, long double) const(GLIBCXX_3.4) [ISOCXX] money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, wchar_t, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] money_put > >::do_put(ostreambuf_iterator >, bool, ios_base&, wchar_t, long double) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > money_put > >::_M_insert(ostreambuf_iterator >, ios_base&, wchar_t, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > money_put > >::_M_insert(ostreambuf_iterator >, ios_base&, wchar_t, basic_string, allocator > const&) const(GLIBCXX_3.4) [ISOCXX] money_put > >::~money_put()(GLIBCXX_3.4) [ISOCXX] money_put > >::~money_put()(GLIBCXX_3.4) [ISOCXX] money_put > >::~money_put()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::money_put > > specified in Table 9-393, with the full mandatory functionality as described in the referenced underlying specification. Table 9-393. libstdcxx - Class money_put > > Data Interfaces guard variable for money_put > >::id(GLIBCXX_3.4) [CXXABI] money_put > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for money_put > >(GLIBCXX_3.4) [CXXABI] typeinfo name for money_put > >(GLIBCXX_3.4) [CXXABI] vtable for money_put > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.134. Class locale __________________________________________________________ 9.1.134.1. Interfaces for Class locale An LSB conforming implementation shall provide the generic methods for Class std::locale specified in Table 9-394, with the full mandatory functionality as described in the referenced underlying specification. Table 9-394. libstdcxx - Class locale Function Interfaces locale::id::_M_id() const(GLIBCXX_3.4) [ISOCXX] locale::name() const(GLIBCXX_3.4) [ISOCXX] locale::operator==(locale const&) const(GLIBCXX_3.4) [ISOCXX] locale::_M_coalesce(locale const&, locale const&, int)(GLIBCXX_3.4) [ISOCXX] locale::_S_normalize_category(int)(GLIBCXX_3.4) [ISOCXX] locale::_Impl::_M_install_facet(locale::id const*, locale::facet const*)(GLIBCXX_3.4) [LSB] locale::_Impl::_M_replace_facet(locale::_Impl const*, locale::id const*)(GLIBCXX_3.4) [LSB] locale::_Impl::~_Impl()(GLIBCXX_3.4) [LSB] locale::_Impl::~_Impl()(GLIBCXX_3.4) [LSB] locale::global(locale const&)(GLIBCXX_3.4) [ISOCXX] locale::classic()(GLIBCXX_3.4) [ISOCXX] locale::locale(char const*)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale::_Impl*)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale const&)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale const&, locale const&, int)(GLIBCXX_3.4) [ISOCXX] locale::locale()(GLIBCXX_3.4) [ISOCXX] locale::locale(char const*)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale::_Impl*)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale const&)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale const&, char const*, int)(GLIBCXX_3.4) [ISOCXX] locale::locale(locale const&, locale const&, int)(GLIBCXX_3.4) [ISOCXX] locale::locale()(GLIBCXX_3.4) [ISOCXX] locale::~locale()(GLIBCXX_3.4) [ISOCXX] locale::~locale()(GLIBCXX_3.4) [ISOCXX] locale::operator=(locale const&)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::locale specified in Table 9-395, with the full mandatory functionality as described in the referenced underlying specification. Table 9-395. libstdcxx - Class locale Data Interfaces locale::all(GLIBCXX_3.4) [ISOCXX] locale::none(GLIBCXX_3.4) [ISOCXX] locale::time(GLIBCXX_3.4) [ISOCXX] locale::ctype(GLIBCXX_3.4) [ISOCXX] locale::collate(GLIBCXX_3.4) [ISOCXX] locale::numeric(GLIBCXX_3.4) [ISOCXX] locale::messages(GLIBCXX_3.4) [ISOCXX] locale::monetary(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.135. Class locale::facet __________________________________________________________ 9.1.135.1. Class data for locale::facet The virtual table for the std::locale::facet class is described by Table 9-396 Table 9-396. Primary vtable for locale::facet Base Offset 0 Virtual Base Offset 0 RTTI typeinfo for locale::facet vfunc[0]: locale::facet::~facet() vfunc[1]: locale::facet::~facet() The Run Time Type Information for the std::locale::facet class is described by Table 9-397 Table 9-397. typeinfo for locale::facet Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for locale::facet __________________________________________________________ 9.1.135.2. Interfaces for Class locale::facet An LSB conforming implementation shall provide the generic methods for Class std::locale::facet specified in Table 9-398, with the full mandatory functionality as described in the referenced underlying specification. Table 9-398. libstdcxx - Class locale::facet Function Interfaces locale::facet::_S_get_c_locale()(GLIBCXX_3.4) [ISOCXX] locale::facet::_S_clone_c_locale(__locale_struct*&)(GLIBCXX_3.4 ) [ISOCXX] locale::facet::_S_create_c_locale(__locale_struct*&, char const*, __locale_struct*)(GLIBCXX_3.4) [ISOCXX] locale::facet::_S_destroy_c_locale(__locale_struct*&)(GLIBCXX_3 .4) [ISOCXX] locale::facet::~facet()(GLIBCXX_3.4) [ISOCXX] locale::facet::~facet()(GLIBCXX_3.4) [ISOCXX] locale::facet::~facet()(GLIBCXX_3.4) [ISOCXX] locale::locale(locale const&, char const*, int)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::locale::facet specified in Table 9-399, with the full mandatory functionality as described in the referenced underlying specification. Table 9-399. libstdcxx - Class locale::facet Data Interfaces __timepunct_cache::_S_timezones(GLIBCXX_3.4) [ISOCXX] __timepunct_cache::_S_timezones(GLIBCXX_3.4) [ISOCXX] typeinfo for locale::facet(GLIBCXX_3.4) [CXXABI] typeinfo name for locale::facet(GLIBCXX_3.4) [CXXABI] vtable for locale::facet(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.136. facet functions __________________________________________________________ 9.1.136.1. Interfaces for facet functions An LSB conforming implementation shall provide the generic methods for facet functions specified in Table 9-400, with the full mandatory functionality as described in the referenced underlying specification. Table 9-400. libstdcxx - facet functions Function Interfaces void __convert_to_v(char const*, double&, _Ios_Iostate&, __locale_struct* const&)(GLIBCXX_3.4) [ISOCXX] void __convert_to_v(char const*, long double&, _Ios_Iostate&, __locale_struct* const&)(GLIBCXX_3.4) [ISOCXX] void __convert_to_v(char const*, float&, _Ios_Iostate&, __locale_struct* const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] bool has_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] moneypunct const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] moneypunct const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] moneypunct const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] moneypunct const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] __timepunct const& use_facet<__timepunct >(locale const&)(GLIBCXX_3.4) [ISOCXX] __timepunct const& use_facet<__timepunct >(locale const&)(GLIBCXX_3.4) [ISOCXX] ctype const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] ctype const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] codecvt const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] codecvt const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] collate const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] collate const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] num_get > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] num_get > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] num_put > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] num_put > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] messages const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] messages const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] numpunct const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] numpunct const& use_facet >(locale const&)(GLIBCXX_3.4) [ISOCXX] time_get > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] time_get > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] time_put > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] time_put > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] money_get > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] money_get > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] money_put > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] money_put > > const& use_facet > > >(locale const&)(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.137. Class __num_base __________________________________________________________ 9.1.137.1. Class data for __num_base The Run Time Type Information for the std::__num_base class is described by Table 9-401 Table 9-401. Base Vtable vtable for __cxxabiv1::__class_type_info Name typeinfo name for __num_base __________________________________________________________ 9.1.137.2. Interfaces for Class __num_base An LSB conforming implementation shall provide the generic methods for Class std::__num_base specified in Table 9-402, with the full mandatory functionality as described in the referenced underlying specification. Table 9-402. libstdcxx - Class __num_base Function Interfaces __num_base::_S_format_float(ios_base const&, char*, char)(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::__num_base specified in Table 9-403, with the full mandatory functionality as described in the referenced underlying specification. Table 9-403. libstdcxx - Class __num_base Data Interfaces __num_base::_S_atoms_in(GLIBCXX_3.4) [ISOCXX] __num_base::_S_atoms_out(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.138. Class num_get > > __________________________________________________________ 9.1.138.1. Interfaces for Class num_get > > An LSB conforming implementation shall provide the generic methods for Class std::num_get > > specified in Table 9-404, with the full mandatory functionality as described in the referenced underlying specification. Table 9-404. libstdcxx - Class num_get > > Function Interfaces istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::_M_extract_float(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, float&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, float&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::~num_get()(GLIBCXX_3.4) [ISOCXX] num_get > >::~num_get()(GLIBCXX_3.4) [ISOCXX] num_get > >::~num_get()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::num_get > > specified in Table 9-405, with the full mandatory functionality as described in the referenced underlying specification. Table 9-405. libstdcxx - Class num_get > > Data Interfaces guard variable for num_get > >::id(GLIBCXX_3.4) [CXXABI] num_get > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for num_get > >(GLIBCXX_3.4) [CXXABI] typeinfo name for num_get > >(GLIBCXX_3.4) [CXXABI] vtable for num_get > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.139. Class num_get > > __________________________________________________________ 9.1.139.1. Interfaces for Class num_get > > An LSB conforming implementation shall provide the generic methods for Class std::num_get > > specified in Table 9-406, with the full mandatory functionality as described in the referenced underlying specification. Table 9-406. libstdcxx - Class num_get > > Function Interfaces istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCXX_3.4) [ISOCXX] istreambuf_iterator > num_get > >::_M_extract_int(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::_M_extract_float(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, basic_string, allocator >&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, float&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, float&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::do_get(istreambuf_iterator >, istreambuf_iterator >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCXX_3.4) [ISOCXX] num_get > >::~num_get()(GLIBCXX_3.4) [ISOCXX] num_get > >::~num_get()(GLIBCXX_3.4) [ISOCXX] num_get > >::~num_get()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::num_get > > specified in Table 9-407, with the full mandatory functionality as described in the referenced underlying specification. Table 9-407. libstdcxx - Class num_get > > Data Interfaces guard variable for num_get > >::id(GLIBCXX_3.4) [CXXABI] num_get > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for num_get > >(GLIBCXX_3.4) [CXXABI] typeinfo name for num_get > >(GLIBCXX_3.4) [CXXABI] vtable for num_get > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.140. Class num_put > > __________________________________________________________ 9.1.140.1. Interfaces for Class num_put > > An LSB conforming implementation shall provide the generic methods for Class std::num_put > > specified in Table 9-408, with the full mandatory functionality as described in the referenced underlying specification. Table 9-408. libstdcxx - Class num_put > > Function Interfaces ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, char, long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, char, unsigned long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, char, long long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, char, unsigned long long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_float(ostreambuf_iterator >, ios_base&, char, char, double) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_float(ostreambuf_iterator >, ios_base&, char, char, long double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, void const*) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, bool) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, long double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, unsigned long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, char, unsigned long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, void const*) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, bool) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, long double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, unsigned long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, char, unsigned long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::~num_put()(GLIBCXX_3.4) [ISOCXX] num_put > >::~num_put()(GLIBCXX_3.4) [ISOCXX] num_put > >::~num_put()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::num_put > > specified in Table 9-409, with the full mandatory functionality as described in the referenced underlying specification. Table 9-409. libstdcxx - Class num_put > > Data Interfaces guard variable for num_put > >::id(GLIBCXX_3.4) [CXXABI] num_put > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for num_put > >(GLIBCXX_3.4) [CXXABI] typeinfo name for num_put > >(GLIBCXX_3.4) [CXXABI] vtable for num_put > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.141. Class num_put > > __________________________________________________________ 9.1.141.1. Interfaces for Class num_put > > An LSB conforming implementation shall provide the generic methods for Class std::num_put > > specified in Table 9-410, with the full mandatory functionality as described in the referenced underlying specification. Table 9-410. libstdcxx - Class num_put > > Function Interfaces ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, wchar_t, long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, wchar_t, unsigned long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, wchar_t, long long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_int(ostreambuf_iterator >, ios_base&, wchar_t, unsigned long long) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_float(ostreambuf_iterator >, ios_base&, wchar_t, char, double) const(GLIBCXX_3.4) [ISOCXX] ostreambuf_iterator > num_put > >::_M_insert_float(ostreambuf_iterator >, ios_base&, wchar_t, char, long double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, void const*) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, bool) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, long double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, unsigned long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::put(ostreambuf_iterator >, ios_base&, wchar_t, unsigned long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, void const*) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, bool) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, long double) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, unsigned long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::do_put(ostreambuf_iterator >, ios_base&, wchar_t, unsigned long long) const(GLIBCXX_3.4) [ISOCXX] num_put > >::~num_put()(GLIBCXX_3.4) [ISOCXX] num_put > >::~num_put()(GLIBCXX_3.4) [ISOCXX] num_put > >::~num_put()(GLIBCXX_3.4) [ISOCXX] An LSB conforming implementation shall provide the generic data interfaces for Class std::num_put > > specified in Table 9-411, with the full mandatory functionality as described in the referenced underlying specification. Table 9-411. libstdcxx - Class num_put > > Data Interfaces guard variable for num_put > >::id(GLIBCXX_3.4) [CXXABI] num_put > >::id(GLIBCXX_3.4) [ISOCXX] typeinfo for num_put > >(GLIBCXX_3.4) [CXXABI] typeinfo name for num_put > >(GLIBCXX_3.4) [CXXABI] vtable for num_put > >(GLIBCXX_3.4) [CXXABI] __________________________________________________________ 9.1.142. Class gslice __________________________________________________________ 9.1.142.1. Class data for gslice __________________________________________________________ 9.1.142.2. Interfaces for Class gslice No external methods are defined for libstdcxx - Class std::gslice in this part of the specification. See also the relevant architecture specific part of this specification. __________________________________________________________ 9.1.143. Class __basic_file __________________________________________________________ 9.1.143.1. Class data for __basic_file __________________________________________________________ 9.1.143.2. Interfaces for Class __basic_file An LSB conforming implementation shall provide the generic methods for Class std::__basic_file specified in Table 9-412, with the full mandatory functionality as described in the referenced underlying specification. Table 9-412. libstdcxx - Class __basic_file Function Interfaces __basic_file::is_open() const(GLIBCXX_3.4) [ISOCXX] __basic_file::fd()(GLIBCXX_3.4) [ISOCXX] __basic_file::file()(GLIBCXX_3.4.1) [ISOCXX] __basic_file::open(char const*, _Ios_Openmode, int)(GLIBCXX_3.4) [ISOCXX] __basic_file::sync()(GLIBCXX_3.4) [ISOCXX] __basic_file::close()(GLIBCXX_3.4) [ISOCXX] __basic_file::sys_open(_IO_FILE*, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] __basic_file::sys_open(int, _Ios_Openmode)(GLIBCXX_3.4) [ISOCXX] __basic_file::showmanyc()(GLIBCXX_3.4) [ISOCXX] __basic_file::__basic_file(pthread_mutex_t*)(GLIBCXX_3.4) [ISOCXX] __basic_file::__basic_file(pthread_mutex_t*)(GLIBCXX_3.4) [ISOCXX] __basic_file::~__basic_file()(GLIBCXX_3.4) [ISOCXX] __basic_file::~__basic_file()(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.144. Class _List_node_base __________________________________________________________ 9.1.144.1. Interfaces for Class _List_node_base An LSB conforming implementation shall provide the generic methods for Class std::_List_node_base specified in Table 9-413, with the full mandatory functionality as described in the referenced underlying specification. Table 9-413. libstdcxx - Class _List_node_base Function Interfaces _List_node_base::hook(_List_node_base*)(GLIBCXX_3.4) [LSB] _List_node_base::swap(_List_node_base&, _List_node_base&)(GLIBCXX_3.4) [LSB] _List_node_base::unhook()(GLIBCXX_3.4) [LSB] _List_node_base::reverse()(GLIBCXX_3.4) [LSB] _List_node_base::transfer(_List_node_base*, _List_node_base*)(GLIBCXX_3.4) [LSB] __________________________________________________________ 9.1.145. Class valarray __________________________________________________________ 9.1.145.1. Class data for valarray __________________________________________________________ 9.1.145.2. Interfaces for Class valarray No external methods are defined for libstdcxx - Class std::valarray in this part of the specification. See also the relevant architecture specific part of this specification. __________________________________________________________ 9.1.146. Class allocator __________________________________________________________ 9.1.146.1. Interfaces for Class allocator An LSB conforming implementation shall provide the generic methods for Class std::allocator specified in Table 9-414, with the full mandatory functionality as described in the referenced underlying specification. Table 9-414. libstdcxx - Class allocator Function Interfaces allocator::allocator()(GLIBCXX_3.4) [ISOCXX] allocator::~allocator()(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.1.147. Class allocator __________________________________________________________ 9.1.147.1. Interfaces for Class allocator An LSB conforming implementation shall provide the generic methods for Class std::allocator specified in Table 9-415, with the full mandatory functionality as described in the referenced underlying specification. Table 9-415. libstdcxx - Class allocator Function Interfaces allocator::allocator()(GLIBCXX_3.4) [ISOCXX] allocator::~allocator()(GLIBCXX_3.4) [ISOCXX] __________________________________________________________ 9.2. Interface Definitions for libstdcxx The interfaces defined on the following pages are included in libstdcxx and are defined by this specification. Unless otherwise noted, these interfaces shall be included in the source standard. Other interfaces listed in Section 9.1 shall behave as described in the referenced base document. __________________________________________________________ Appendix A. GNU Free Documentation License (Informative) This specification is published under the terms of the GNU Free Documentation License, Version 1.1, March 2000 Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. __________________________________________________________ A.1. PREAMBLE The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. __________________________________________________________ A.2. APPLICABILITY AND DEFINITIONS This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only. The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. __________________________________________________________ A.3. VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. __________________________________________________________ A.4. COPYING IN QUANTITY If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. __________________________________________________________ A.5. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five). C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. I. Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. In any section entitled "Acknowledgements" or "Dedications", preserve the section's title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. __________________________________________________________ A.6. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements." __________________________________________________________ A.7. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. __________________________________________________________ A.8. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document's Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate. __________________________________________________________ A.9. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail. __________________________________________________________ A.10. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. __________________________________________________________ A.11. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. __________________________________________________________ A.12. How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License". If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.