Linux Standard Base C++ Specification 2.1

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 are 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

These excerpts are being used in accordance with their respective licenses.

Linux is a trademark of Linus Torvalds.

UNIX a registered trademark of the Open Group in the United States and other countries.

LSB is a trademark of the Free Standards Group in the USA and other countries.

AMD is a trademark of Advanced Micro Devices, Inc.

Intel and Itanium are registered trademarks and Intel386 is a trademarks of Intel 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
IV. Package Information
10. Package Dependencies
10.1. Package Dependencies
A. GNU Free Documentation License
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 - struct numeric_limits<long double> Data Interfaces
9-6. libstdcxx - struct __numeric_limits_base Data Interfaces
9-7. libstdcxx - struct numeric_limits<long long> Data Interfaces
9-8. libstdcxx - struct numeric_limits<unsigned long long> Data Interfaces
9-9. libstdcxx - struct numeric_limits<float> Data Interfaces
9-10. libstdcxx - struct numeric_limits<double> Data Interfaces
9-11. libstdcxx - struct numeric_limits<short> Data Interfaces
9-12. libstdcxx - struct numeric_limits<unsigned short> Data Interfaces
9-13. libstdcxx - struct numeric_limits<int> Data Interfaces
9-14. libstdcxx - struct numeric_limits<unsigned int> Data Interfaces
9-15. libstdcxx - struct numeric_limits<long> Data Interfaces
9-16. libstdcxx - struct numeric_limits<unsigned long> Data Interfaces
9-17. libstdcxx - struct numeric_limits<wchar_t> Data Interfaces
9-18. libstdcxx - struct numeric_limits<unsigned char> Data Interfaces
9-19. libstdcxx - struct numeric_limits<signed char> Data Interfaces
9-20. libstdcxx - struct numeric_limits<char> Data Interfaces
9-21. libstdcxx - struct numeric_limits<bool> Data Interfaces
9-22. libstdcxx - Class allocator<char> Function Interfaces
9-23. libstdcxx - Class allocator<wchar_t> Function Interfaces
9-24. libstdcxx - facet functions Function Interfaces
9-25. libstdcxx - Class basic_string Function Interfaces
9-26. libstdcxx - Class basic_string Data Interfaces
9-27. libstdcxx - Class istreambuf_iterator<wchar_t, char_traits<wchar_t> > Function Interfaces
9-28. libstdcxx - Class istreambuf_iterator<char, char_traits<char> > Function Interfaces
9-29. libstdcxx - Class __basic_file<char> Function Interfaces
9-30. libstdcxx - Class __default_alloc_template<true, 0> Function Interfaces
9-31. libstdcxx - Class __default_alloc_template<true, 0> Data Interfaces
9-32. libstdcxx - Class basic_string<char, char_traits<char>, allocator<char> > Function Interfaces
9-33. libstdcxx - Class basic_string<char, char_traits<char>, allocator<char> > Data Interfaces
9-34. libstdcxx - Class locale Function Interfaces
9-35. libstdcxx - Class locale Data Interfaces
9-36. vtable for __cxxabiv1::__enum_type_info
9-37. typeinfo for __cxxabiv1::__enum_type_info
9-38. libstdcxx - Class __cxxabiv1::__enum_type_info Function Interfaces
9-39. libstdcxx - Class __cxxabiv1::__enum_type_info Data Interfaces
9-40. vtable for __cxxabiv1::__array_type_info
9-41. typeinfo for __cxxabiv1::__array_type_info
9-42. libstdcxx - Class __cxxabiv1::__array_type_info Function Interfaces
9-43. libstdcxx - Class __cxxabiv1::__array_type_info Data Interfaces
9-44. vtable for __cxxabiv1::__class_type_info
9-45. typeinfo for __cxxabiv1::__class_type_info
9-46. libstdcxx - Class __cxxabiv1::__class_type_info Function Interfaces
9-47. libstdcxx - Class __cxxabiv1::__class_type_info Data Interfaces
9-48. vtable for __cxxabiv1::__pbase_type_info
9-49. typeinfo for __cxxabiv1::__pbase_type_info
9-50. libstdcxx - Class __cxxabiv1::__pbase_type_info Function Interfaces
9-51. libstdcxx - Class __cxxabiv1::__pbase_type_info Data Interfaces
9-52. vtable for __cxxabiv1::__pointer_type_info
9-53. typeinfo for __cxxabiv1::__pointer_type_info
9-54. libstdcxx - Class __cxxabiv1::__pointer_type_info Function Interfaces
9-55. libstdcxx - Class __cxxabiv1::__pointer_type_info Data Interfaces
9-56. vtable for __cxxabiv1::__function_type_info
9-57. typeinfo for __cxxabiv1::__function_type_info
9-58. libstdcxx - Class __cxxabiv1::__function_type_info Function Interfaces
9-59. libstdcxx - Class __cxxabiv1::__function_type_info Data Interfaces
9-60. vtable for __cxxabiv1::__si_class_type_info
9-61. typeinfo for __cxxabiv1::__si_class_type_info
9-62. libstdcxx - Class __cxxabiv1::__si_class_type_info Function Interfaces
9-63. libstdcxx - Class __cxxabiv1::__si_class_type_info Data Interfaces
9-64. vtable for __cxxabiv1::__vmi_class_type_info
9-65. typeinfo for __cxxabiv1::__vmi_class_type_info
9-66. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Function Interfaces
9-67. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Data Interfaces
9-68. vtable for __cxxabiv1::__fundamental_type_info
9-69. typeinfo for __cxxabiv1::__fundamental_type_info
9-70. libstdcxx - Class __cxxabiv1::__fundamental_type_info Function Interfaces
9-71. libstdcxx - Class __cxxabiv1::__fundamental_type_info Data Interfaces
9-72. vtable for __cxxabiv1::__pointer_to_member_type_info
9-73. typeinfo for __cxxabiv1::__pointer_to_member_type_info
9-74. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Function Interfaces
9-75. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Data Interfaces
9-76. vtable for __gnu_cxx::stdio_filebuf<char, char_traits<char> >
9-77. typeinfo for __gnu_cxx::stdio_filebuf<char, char_traits<char> >
9-78. libstdcxx - Class __gnu_cxx::stdio_filebuf<char, char_traits<char> > Data Interfaces
9-79. vtable for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >
9-80. typeinfo for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >
9-81. libstdcxx - Class __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces
9-82. vtable for locale::facet
9-83. typeinfo for locale::facet
9-84. libstdcxx - Class locale::facet Function Interfaces
9-85. libstdcxx - Class locale::facet Data Interfaces
9-86. vtable for ios_base::failure
9-87. typeinfo for ios_base::failure
9-88. libstdcxx - Class ios_base::failure Function Interfaces
9-89. libstdcxx - Class ios_base::failure Data Interfaces
9-90. vtable for basic_iostream<char, char_traits<char> >
9-91. typeinfo for basic_iostream<char, char_traits<char> >
9-92. libstdcxx - Class _ZSdE Function Interfaces
9-93. libstdcxx - Class _ZSdE Data Interfaces
9-94. vtable for basic_istream<char, char_traits<char> >
9-95. typeinfo for basic_istream<char, char_traits<char> >
9-96. libstdcxx - Class _ZSiE Function Interfaces
9-97. libstdcxx - Class _ZSiE Data Interfaces
9-98. vtable for basic_ostream<char, char_traits<char> >
9-99. typeinfo for basic_ostream<char, char_traits<char> >
9-100. libstdcxx - Class _ZSoE Function Interfaces
9-101. libstdcxx - Class _ZSoE Data Interfaces
9-102. typeinfo for __num_base
9-103. libstdcxx - Class __num_base Function Interfaces
9-104. libstdcxx - Class __num_base Data Interfaces
9-105. vtable for bad_typeid
9-106. typeinfo for bad_typeid
9-107. libstdcxx - Class bad_typeid Function Interfaces
9-108. libstdcxx - Class bad_typeid Data Interfaces
9-109. typeinfo for ctype_base
9-110. libstdcxx - Class ctype_base Data Interfaces
9-111. vtable for istrstream
9-112. typeinfo for istrstream
9-113. libstdcxx - Class istrstream Function Interfaces
9-114. libstdcxx - Class istrstream Data Interfaces
9-115. typeinfo for money_base
9-116. libstdcxx - Class money_base Function Interfaces
9-117. libstdcxx - Class money_base Data Interfaces
9-118. vtable for moneypunct<char, false>
9-119. typeinfo for moneypunct<char, false>
9-120. libstdcxx - Class moneypunct<char, false> Function Interfaces
9-121. libstdcxx - Class moneypunct<char, false> Data Interfaces
9-122. vtable for moneypunct<char, true>
9-123. typeinfo for moneypunct<char, true>
9-124. libstdcxx - Class moneypunct<char, true> Function Interfaces
9-125. libstdcxx - Class moneypunct<char, true> Data Interfaces
9-126. vtable for moneypunct<wchar_t, false>
9-127. typeinfo for moneypunct<wchar_t, false>
9-128. libstdcxx - Class moneypunct<wchar_t, false> Function Interfaces
9-129. libstdcxx - Class moneypunct<wchar_t, false> Data Interfaces
9-130. vtable for moneypunct<wchar_t, true>
9-131. typeinfo for moneypunct<wchar_t, true>
9-132. libstdcxx - Class moneypunct<wchar_t, true> Function Interfaces
9-133. libstdcxx - Class moneypunct<wchar_t, true> Data Interfaces
9-134. vtable for ostrstream
9-135. typeinfo for ostrstream
9-136. libstdcxx - Class ostrstream Function Interfaces
9-137. libstdcxx - Class ostrstream Data Interfaces
9-138. vtable for __timepunct<char>
9-139. typeinfo for __timepunct<char>
9-140. libstdcxx - Class __timepunct<char> Function Interfaces
9-141. libstdcxx - Class __timepunct<char> Data Interfaces
9-142. vtable for __timepunct<wchar_t>
9-143. typeinfo for __timepunct<wchar_t>
9-144. libstdcxx - Class __timepunct<wchar_t> Function Interfaces
9-145. libstdcxx - Class __timepunct<wchar_t> Data Interfaces
9-146. vtable for logic_error
9-147. typeinfo for logic_error
9-148. libstdcxx - Class logic_error Function Interfaces
9-149. libstdcxx - Class logic_error Data Interfaces
9-150. vtable for range_error
9-151. typeinfo for range_error
9-152. libstdcxx - Class range_error Function Interfaces
9-153. libstdcxx - Class range_error Data Interfaces
9-154. typeinfo for codecvt_base
9-155. libstdcxx - Class codecvt_base Data Interfaces
9-156. vtable for ctype_byname<char>
9-157. typeinfo for ctype_byname<char>
9-158. libstdcxx - Class ctype_byname<char> Function Interfaces
9-159. libstdcxx - Class ctype_byname<char> Data Interfaces
9-160. libstdcxx - Class ctype_byname<wchar_t> Function Interfaces
9-161. libstdcxx - Class ctype_byname<wchar_t> Data Interfaces
9-162. vtable for domain_error
9-163. typeinfo for domain_error
9-164. libstdcxx - Class domain_error Function Interfaces
9-165. libstdcxx - Class domain_error Data Interfaces
9-166. vtable for length_error
9-167. typeinfo for length_error
9-168. libstdcxx - Class length_error Function Interfaces
9-169. libstdcxx - Class length_error Data Interfaces
9-170. vtable for out_of_range
9-171. typeinfo for out_of_range
9-172. libstdcxx - Class out_of_range Function Interfaces
9-173. libstdcxx - Class out_of_range Data Interfaces
9-174. vtable for strstreambuf
9-175. typeinfo for strstreambuf
9-176. libstdcxx - Class strstreambuf Function Interfaces
9-177. libstdcxx - Class strstreambuf Data Interfaces
9-178. vtable for bad_exception
9-179. typeinfo for bad_exception
9-180. libstdcxx - Class bad_exception Function Interfaces
9-181. libstdcxx - Class bad_exception Data Interfaces
9-182. vtable for basic_filebuf<char, char_traits<char> >
9-183. typeinfo for basic_filebuf<char, char_traits<char> >
9-184. libstdcxx - Class basic_filebuf<char, char_traits<char> > Function Interfaces
9-185. libstdcxx - Class basic_filebuf<char, char_traits<char> > Data Interfaces
9-186. vtable for basic_filebuf<wchar_t, char_traits<wchar_t> >
9-187. typeinfo for basic_filebuf<wchar_t, char_traits<wchar_t> >
9-188. libstdcxx - Class basic_filebuf<wchar_t, char_traits<wchar_t> > Function Interfaces
9-189. libstdcxx - Class basic_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces
9-190. vtable for basic_fstream<char, char_traits<char> >
9-191. typeinfo for basic_fstream<char, char_traits<char> >
9-192. libstdcxx - Class basic_fstream<char, char_traits<char> > Function Interfaces
9-193. libstdcxx - Class basic_fstream<char, char_traits<char> > Data Interfaces
9-194. vtable for basic_fstream<wchar_t, char_traits<wchar_t> >
9-195. typeinfo for basic_fstream<wchar_t, char_traits<wchar_t> >
9-196. libstdcxx - Class basic_fstream<wchar_t, char_traits<wchar_t> > Function Interfaces
9-197. libstdcxx - Class basic_fstream<wchar_t, char_traits<wchar_t> > Data Interfaces
9-198. vtable for basic_istream<wchar_t, char_traits<wchar_t> >
9-199. typeinfo for basic_istream<wchar_t, char_traits<wchar_t> >
9-200. libstdcxx - Class basic_istream<wchar_t, char_traits<wchar_t> > Function Interfaces
9-201. libstdcxx - Class basic_istream<wchar_t, char_traits<wchar_t> > Data Interfaces
9-202. vtable for basic_ostream<wchar_t, char_traits<wchar_t> >
9-203. typeinfo for basic_ostream<wchar_t, char_traits<wchar_t> >
9-204. libstdcxx - Class basic_ostream<wchar_t, char_traits<wchar_t> > Function Interfaces
9-205. libstdcxx - Class basic_ostream<wchar_t, char_traits<wchar_t> > Data Interfaces
9-206. typeinfo for messages_base
9-207. libstdcxx - Class messages_base Data Interfaces
9-208. vtable for runtime_error
9-209. typeinfo for runtime_error
9-210. libstdcxx - Class runtime_error Function Interfaces
9-211. libstdcxx - Class runtime_error Data Interfaces
9-212. vtable for basic_ifstream<char, char_traits<char> >
9-213. typeinfo for basic_ifstream<char, char_traits<char> >
9-214. libstdcxx - Class basic_ifstream<char, char_traits<char> > Function Interfaces
9-215. libstdcxx - Class basic_ifstream<char, char_traits<char> > Data Interfaces
9-216. vtable for basic_ifstream<wchar_t, char_traits<wchar_t> >
9-217. typeinfo for basic_ifstream<wchar_t, char_traits<wchar_t> >
9-218. libstdcxx - Class basic_ifstream<wchar_t, char_traits<wchar_t> > Function Interfaces
9-219. libstdcxx - Class basic_ifstream<wchar_t, char_traits<wchar_t> > Data Interfaces
9-220. vtable for basic_iostream<wchar_t, char_traits<wchar_t> >
9-221. typeinfo for basic_iostream<wchar_t, char_traits<wchar_t> >
9-222. libstdcxx - Class basic_iostream<wchar_t, char_traits<wchar_t> > Function Interfaces
9-223. libstdcxx - Class basic_iostream<wchar_t, char_traits<wchar_t> > Data Interfaces
9-224. vtable for basic_ofstream<char, char_traits<char> >
9-225. typeinfo for basic_ofstream<char, char_traits<char> >
9-226. libstdcxx - Class basic_ofstream<char, char_traits<char> > Function Interfaces
9-227. libstdcxx - Class basic_ofstream<char, char_traits<char> > Data Interfaces
9-228. vtable for basic_ofstream<wchar_t, char_traits<wchar_t> >
9-229. typeinfo for basic_ofstream<wchar_t, char_traits<wchar_t> >
9-230. libstdcxx - Class basic_ofstream<wchar_t, char_traits<wchar_t> > Function Interfaces
9-231. libstdcxx - Class basic_ofstream<wchar_t, char_traits<wchar_t> > Data Interfaces
9-232. vtable for codecvt_byname<char, char, __mbstate_t>
9-233. typeinfo for codecvt_byname<char, char, __mbstate_t>
9-234. libstdcxx - Class codecvt_byname<char, char, __mbstate_t> Function Interfaces
9-235. libstdcxx - Class codecvt_byname<char, char, __mbstate_t> Data Interfaces
9-236. vtable for codecvt_byname<wchar_t, char, __mbstate_t>
9-237. typeinfo for codecvt_byname<wchar_t, char, __mbstate_t>
9-238. vtable for collate_byname<wchar_t>
9-239. typeinfo for collate_byname<wchar_t>
9-240. libstdcxx - Class codecvt_byname<wchar_t, char, __mbstate_t> Function Interfaces
9-241. libstdcxx - Class codecvt_byname<wchar_t, char, __mbstate_t> Data Interfaces
9-242. vtable for collate_byname<char>
9-243. typeinfo for collate_byname<char>
9-244. libstdcxx - Class collate_byname<char> Function Interfaces
9-245. libstdcxx - Class collate_byname<char> Data Interfaces
9-246. vtable for overflow_error
9-247. typeinfo for overflow_error
9-248. libstdcxx - Class overflow_error Function Interfaces
9-249. libstdcxx - Class overflow_error Data Interfaces
9-250. vtable for basic_streambuf<char, char_traits<char> >
9-251. typeinfo for basic_streambuf<char, char_traits<char> >
9-252. libstdcxx - Class basic_streambuf<char, char_traits<char> > Function Interfaces
9-253. libstdcxx - Class basic_streambuf<char, char_traits<char> > Data Interfaces
9-254. vtable for basic_streambuf<wchar_t, char_traits<wchar_t> >
9-255. typeinfo for basic_streambuf<wchar_t, char_traits<wchar_t> >
9-256. libstdcxx - Class basic_streambuf<wchar_t, char_traits<wchar_t> > Function Interfaces
9-257. libstdcxx - Class basic_streambuf<wchar_t, char_traits<wchar_t> > Data Interfaces
9-258. vtable for basic_stringbuf<char, char_traits<char>, allocator<char> >
9-259. typeinfo for basic_stringbuf<char, char_traits<char>, allocator<char> >
9-260. libstdcxx - Class basic_stringbuf<char, char_traits<char>, allocator<char> > Function Interfaces
9-261. libstdcxx - Class basic_stringbuf<char, char_traits<char>, allocator<char> > Data Interfaces
9-262. vtable for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-263. typeinfo for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-264. libstdcxx - Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
9-265. libstdcxx - Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
9-266. vtable for messages_byname<char>
9-267. typeinfo for messages_byname<char>
9-268. libstdcxx - Class messages_byname<char> Function Interfaces
9-269. libstdcxx - Class messages_byname<char> Data Interfaces
9-270. vtable for messages_byname<wchar_t>
9-271. typeinfo for messages_byname<wchar_t>
9-272. libstdcxx - Class messages_byname<wchar_t> Function Interfaces
9-273. libstdcxx - Class messages_byname<wchar_t> Data Interfaces
9-274. vtable for numpunct_byname<char>
9-275. typeinfo for numpunct_byname<char>
9-276. libstdcxx - Class numpunct_byname<char> Function Interfaces
9-277. libstdcxx - Class numpunct_byname<char> Data Interfaces
9-278. vtable for numpunct_byname<wchar_t>
9-279. typeinfo for numpunct_byname<wchar_t>
9-280. libstdcxx - Class numpunct_byname<wchar_t> Function Interfaces
9-281. libstdcxx - Class numpunct_byname<wchar_t> Data Interfaces
9-282. vtable for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
9-283. typeinfo for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
9-284. libstdcxx - Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-285. libstdcxx - Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-286. vtable for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-287. typeinfo for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-288. libstdcxx - Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-289. libstdcxx - Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-290. vtable for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >
9-291. typeinfo for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >
9-292. libstdcxx - Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-293. libstdcxx - Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-294. vtable for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-295. typeinfo for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-296. libstdcxx - Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-297. libstdcxx - Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-298. vtable for underflow_error
9-299. typeinfo for underflow_error
9-300. libstdcxx - Class underflow_error Function Interfaces
9-301. libstdcxx - Class underflow_error Data Interfaces
9-302. vtable for invalid_argument
9-303. typeinfo for invalid_argument
9-304. libstdcxx - Class invalid_argument Function Interfaces
9-305. libstdcxx - Class invalid_argument Data Interfaces
9-306. vtable for moneypunct_byname<char, false>
9-307. typeinfo for moneypunct_byname<char, false>
9-308. libstdcxx - Class moneypunct_byname<char, false> Function Interfaces
9-309. libstdcxx - Class moneypunct_byname<char, false> Data Interfaces
9-310. vtable for moneypunct_byname<char, true>
9-311. typeinfo for moneypunct_byname<char, true>
9-312. libstdcxx - Class moneypunct_byname<char, true> Function Interfaces
9-313. libstdcxx - Class moneypunct_byname<char, true> Data Interfaces
9-314. vtable for moneypunct_byname<wchar_t, false>
9-315. typeinfo for moneypunct_byname<wchar_t, false>
9-316. libstdcxx - Class moneypunct_byname<wchar_t, false> Function Interfaces
9-317. libstdcxx - Class moneypunct_byname<wchar_t, false> Data Interfaces
9-318. vtable for moneypunct_byname<wchar_t, true>
9-319. typeinfo for moneypunct_byname<wchar_t, true>
9-320. libstdcxx - Class moneypunct_byname<wchar_t, true> Function Interfaces
9-321. libstdcxx - Class moneypunct_byname<wchar_t, true> Data Interfaces
9-322. vtable for basic_stringstream<char, char_traits<char>, allocator<char> >
9-323. typeinfo for basic_stringstream<char, char_traits<char>, allocator<char> >
9-324. libstdcxx - Class basic_stringstream<char, char_traits<char>, allocator<char> > Function Interfaces
9-325. libstdcxx - Class basic_stringstream<char, char_traits<char>, allocator<char> > Data Interfaces
9-326. vtable for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-327. typeinfo for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-328. libstdcxx - Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
9-329. libstdcxx - Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
9-330. vtable for basic_istringstream<char, char_traits<char>, allocator<char> >
9-331. typeinfo for basic_istringstream<char, char_traits<char>, allocator<char> >
9-332. libstdcxx - Class basic_istringstream<char, char_traits<char>, allocator<char> > Function Interfaces
9-333. libstdcxx - Class basic_istringstream<char, char_traits<char>, allocator<char> > Data Interfaces
9-334. vtable for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-335. typeinfo for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-336. libstdcxx - Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
9-337. libstdcxx - Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
9-338. vtable for basic_ostringstream<char, char_traits<char>, allocator<char> >
9-339. typeinfo for basic_ostringstream<char, char_traits<char>, allocator<char> >
9-340. libstdcxx - Class basic_ostringstream<char, char_traits<char>, allocator<char> > Function Interfaces
9-341. libstdcxx - Class basic_ostringstream<char, char_traits<char>, allocator<char> > Data Interfaces
9-342. vtable for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-343. typeinfo for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
9-344. libstdcxx - Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
9-345. libstdcxx - Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
9-346. vtable for __ctype_abstract_base<char>
9-347. typeinfo for __ctype_abstract_base<char>
9-348. libstdcxx - Class __ctype_abstract_base<char> Data Interfaces
9-349. vtable for __ctype_abstract_base<wchar_t>
9-350. typeinfo for __ctype_abstract_base<wchar_t>
9-351. libstdcxx - Class __ctype_abstract_base<wchar_t> Data Interfaces
9-352. vtable for __codecvt_abstract_base<wchar_t, char, __mbstate_t>
9-353. typeinfo for __codecvt_abstract_base<wchar_t, char, __mbstate_t>
9-354. libstdcxx - Class __codecvt_abstract_base<wchar_t, char, __mbstate_t> Data Interfaces
9-355. vtable for ctype<char>
9-356. typeinfo for ctype<char>
9-357. libstdcxx - Class ctype<char> Function Interfaces
9-358. libstdcxx - Class ctype<char> Data Interfaces
9-359. vtable for ctype<wchar_t>
9-360. typeinfo for ctype<wchar_t>
9-361. libstdcxx - Class ctype<wchar_t> Function Interfaces
9-362. libstdcxx - Class ctype<wchar_t> Data Interfaces
9-363. vtable for codecvt<char, char, __mbstate_t>
9-364. typeinfo for codecvt<char, char, __mbstate_t>
9-365. vtable for __codecvt_abstract_base<char, char, __mbstate_t>
9-366. typeinfo for __codecvt_abstract_base<char, char, __mbstate_t>
9-367. libstdcxx - Class codecvt<char, char, __mbstate_t> Function Interfaces
9-368. libstdcxx - Class codecvt<char, char, __mbstate_t> Data Interfaces
9-369. vtable for codecvt<wchar_t, char, __mbstate_t>
9-370. typeinfo for codecvt<wchar_t, char, __mbstate_t>
9-371. libstdcxx - Class codecvt<wchar_t, char, __mbstate_t> Function Interfaces
9-372. libstdcxx - Class codecvt<wchar_t, char, __mbstate_t> Data Interfaces
9-373. vtable for collate<char>
9-374. typeinfo for collate<char>
9-375. libstdcxx - Class collate<char> Function Interfaces
9-376. libstdcxx - Class collate<char> Data Interfaces
9-377. vtable for collate<wchar_t>
9-378. typeinfo for collate<wchar_t>
9-379. libstdcxx - Class collate<wchar_t> Function Interfaces
9-380. libstdcxx - Class collate<wchar_t> Data Interfaces
9-381. vtable for num_get<char, istreambuf_iterator<char, char_traits<char> > >
9-382. typeinfo for num_get<char, istreambuf_iterator<char, char_traits<char> > >
9-383. libstdcxx - Class num_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-384. libstdcxx - Class num_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-385. vtable for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-386. typeinfo for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-387. libstdcxx - Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-388. libstdcxx - Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-389. vtable for num_put<char, ostreambuf_iterator<char, char_traits<char> > >
9-390. typeinfo for num_put<char, ostreambuf_iterator<char, char_traits<char> > >
9-391. libstdcxx - Class num_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-392. libstdcxx - Class num_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-393. vtable for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-394. typeinfo for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-395. libstdcxx - Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-396. libstdcxx - Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-397. vtable for bad_cast
9-398. typeinfo for bad_cast
9-399. libstdcxx - Class bad_cast Function Interfaces
9-400. libstdcxx - Class bad_cast Data Interfaces
9-401. typeinfo for ios_base
9-402. libstdcxx - Class ios_base Function Interfaces
9-403. libstdcxx - Class ios_base Data Interfaces
9-404. vtable for messages<char>
9-405. typeinfo for messages<char>
9-406. libstdcxx - Class messages<char> Function Interfaces
9-407. libstdcxx - Class messages<char> Data Interfaces
9-408. vtable for messages<wchar_t>
9-409. typeinfo for messages<wchar_t>
9-410. libstdcxx - Class messages<wchar_t> Function Interfaces
9-411. libstdcxx - Class messages<wchar_t> Data Interfaces
9-412. vtable for numpunct<char>
9-413. typeinfo for numpunct<char>
9-414. libstdcxx - Class numpunct<char> Function Interfaces
9-415. libstdcxx - Class numpunct<char> Data Interfaces
9-416. vtable for numpunct<wchar_t>
9-417. typeinfo for numpunct<wchar_t>
9-418. libstdcxx - Class numpunct<wchar_t> Function Interfaces
9-419. libstdcxx - Class numpunct<wchar_t> Data Interfaces
9-420. vtable for time_get<char, istreambuf_iterator<char, char_traits<char> > >
9-421. typeinfo for time_get<char, istreambuf_iterator<char, char_traits<char> > >
9-422. libstdcxx - Class time_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-423. libstdcxx - Class time_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-424. vtable for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-425. typeinfo for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-426. libstdcxx - Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-427. libstdcxx - Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-428. vtable for time_put<char, ostreambuf_iterator<char, char_traits<char> > >
9-429. typeinfo for time_put<char, ostreambuf_iterator<char, char_traits<char> > >
9-430. libstdcxx - Class time_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-431. libstdcxx - Class time_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-432. vtable for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-433. typeinfo for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-434. libstdcxx - Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-435. libstdcxx - Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-436. vtable for bad_alloc
9-437. typeinfo for bad_alloc
9-438. libstdcxx - Class bad_alloc Function Interfaces
9-439. libstdcxx - Class bad_alloc Data Interfaces
9-440. vtable for basic_ios<char, char_traits<char> >
9-441. typeinfo for basic_ios<char, char_traits<char> >
9-442. libstdcxx - Class basic_ios<char, char_traits<char> > Function Interfaces
9-443. libstdcxx - Class basic_ios<char, char_traits<char> > Data Interfaces
9-444. vtable for basic_ios<wchar_t, char_traits<wchar_t> >
9-445. typeinfo for basic_ios<wchar_t, char_traits<wchar_t> >
9-446. libstdcxx - Class basic_ios<wchar_t, char_traits<wchar_t> > Function Interfaces
9-447. libstdcxx - Class basic_ios<wchar_t, char_traits<wchar_t> > Data Interfaces
9-448. vtable for exception
9-449. typeinfo for exception
9-450. libstdcxx - Class exception Function Interfaces
9-451. libstdcxx - Class exception Data Interfaces
9-452. vtable for money_get<char, istreambuf_iterator<char, char_traits<char> > >
9-453. typeinfo for money_get<char, istreambuf_iterator<char, char_traits<char> > >
9-454. libstdcxx - Class money_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-455. libstdcxx - Class money_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-456. vtable for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-457. typeinfo for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-458. libstdcxx - Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-459. libstdcxx - Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-460. vtable for money_put<char, ostreambuf_iterator<char, char_traits<char> > >
9-461. typeinfo for money_put<char, ostreambuf_iterator<char, char_traits<char> > >
9-462. libstdcxx - Class money_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
9-463. libstdcxx - Class money_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
9-464. vtable for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-465. typeinfo for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
9-466. libstdcxx - Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
9-467. libstdcxx - Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
9-468. vtable for strstream
9-469. typeinfo for strstream
9-470. libstdcxx - Class strstream Function Interfaces
9-471. libstdcxx - Class strstream Data Interfaces
9-472. typeinfo for time_base
9-473. libstdcxx - Class time_base Data Interfaces
9-474. vtable for type_info
9-475. typeinfo for type_info
9-476. libstdcxx - Class type_info Function Interfaces
9-477. libstdcxx - Class type_info Data Interfaces
9-478. libstdcxx - Class basic_istream<char, char_traits<char> > Function Interfaces
9-479. libstdcxx - Class basic_ostream<char, char_traits<char> > Function Interfaces

Foreword

This is version 2.1 of the Linux Standard Base C++ Specification. An implementation of this version of the specification may not claim to be an implementation of the Linux Standard Base unless it has successfully completed the compliance process as defined by the Free Standards Group.


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:

I. Introductory Elements


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") describing those parts of the interface that remain constant across all implementations of the LSB, and an architecture-specific specification ("LSB-arch") describing the parts of the interface that vary by processor architecture. Together, the LSB-generic and the architecture-specific supplement for a single hardware architecture provide a complete interface specification for compiled application programs on systems that share a common hardware architecture.

The LSB-generic document shall be used in conjunction with an architecture-specific supplement. Whenever a section of the LSB-generic specification shall be supplemented by architecture-specific information, the LSB-generic document includes a reference to the architecture supplement. Architecture supplements 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 shall provide 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

NameTitleURL
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

http://www.unix.org/version3/
ISO/IEC 14882: 2003 C++ LanguageISO/IEC 14882: 2003 Programming languages --C++
Itanium C++ ABIItanium C++ ABI (Revision: 1.75)http://www.codesourcery.com/cxx-abi/abi.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

LibraryRuntime Name
libstdcxxlibstdc++.so.5

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) [1]

refers to the interface named forkpty() with symbol version GLIBC_2.0 that is defined in the first of the listed references below the table.

II. Low Level System Information


Chapter 7. C++ Class Representations

7.1. C++ Data Representation

Support for the C++ language shall be as specified in Itanium 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 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

ObjectContains
Class DataAll non-static Class members
Virtual TableInformation needed to dispatch virtual functions, access virtual base class subobjects and to access the RTTI information
RTTIRun-Time Type Information used by the typeid and dynamic_cast operators, and exception handlers
Typeinfo NameString representation of Class name
Construction Virtual TableInformation needed during construction and destruction of Classes with non-trivial inheritance relationships.
VTTA 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 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 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 C++ ABI.

III. Base Libraries

Table of Contents
9. Libraries

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.5

All symbols are in the std:: namespace.

The behavior of the interfaces in this library is specified by the following specifications:

Itanium C++ ABI
ISO/IEC 14882: 2003 C++ Language


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 functionality as described in the referenced underlying specification.

Table 9-2. libstdcxx - C++ Runtime Support Function Interfaces

__gnu_cxx::__verbose_terminate_handler()(CXXABI_1.2) [1]
unexpected()(GLIBCPP_3.2) [2]
set_terminate(void (*)())(GLIBCPP_3.2) [2]
void __convert_to_v<double>(char const*, double&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
void __convert_to_v<long double>(char const*, long double&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
void __convert_to_v<float>(char const*, float&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
void __convert_to_v<long>(char const*, long&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
void __convert_to_v<unsigned long>(char const*, unsigned long&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
void __convert_to_v<long long>(char const*, long long&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
void __convert_to_v<unsigned long long>(char const*, unsigned long long&, _Ios_Iostate&, __locale_struct* const&, int)(GLIBCPP_3.2) [2]
set_unexpected(void (*)())(GLIBCPP_3.2) [2]
set_new_handler(void (*)())(GLIBCPP_3.2) [2]
__throw_bad_cast()(GLIBCPP_3.2) [2]
__throw_bad_alloc()(GLIBCPP_3.2) [2]
__throw_bad_typeid()(GLIBCPP_3.2) [2]
uncaught_exception()(GLIBCPP_3.2) [2]
__throw_ios_failure(char const*)(GLIBCPP_3.2) [2]
__throw_logic_error(char const*)(GLIBCPP_3.2) [2]
__throw_range_error(char const*)(GLIBCPP_3.2) [2]
__throw_domain_error(char const*)(GLIBCPP_3.2) [2]
__throw_length_error(char const*)(GLIBCPP_3.2) [2]
__throw_out_of_range(char const*)(GLIBCPP_3.2) [2]
__throw_bad_exception()(GLIBCPP_3.2) [2]
__throw_runtime_error(char const*)(GLIBCPP_3.2) [2]
__throw_overflow_error(char const*)(GLIBCPP_3.2) [2]
__throw_underflow_error(char const*)(GLIBCPP_3.2) [2]
__throw_invalid_argument(char const*)(GLIBCPP_3.2) [2]
basic_string<char, char_traits<char>, allocator<char> >* __uninitialized_copy_aux<__gnu_cxx::__normal_iterator<basic_string<char, char_traits<char>, allocator<char> > const*, vector<basic_string<char, char_traits<char>, allocator<char> >, allocator<basic_string<char, char_traits<char>, allocator<char> > > > >, basic_string<char, char_traits<char>, allocator<char> >*>(__gnu_cxx::__normal_iterator<basic_string<char, char_traits<char>, allocator<char> > const*, vector<basic_string<char, char_traits<char>, allocator<char> >, allocator<basic_string<char, char_traits<char>, allocator<char> > > > >, __gnu_cxx::__normal_iterator<basic_string<char, char_traits<char>, allocator<char> > const*, vector<basic_string<char, char_traits<char>, allocator<char> >, allocator<basic_string<char, char_traits<char>, allocator<char> > > > >, basic_string<char, char_traits<char>, allocator<char> >*, __false_type)(GLIBCPP_3.2) [2]
terminate()(GLIBCPP_3.2) [2]
operator delete[](void*)(GLIBCPP_3.2) [2]
operator delete[](void*, nothrow_t const&)(GLIBCPP_3.2) [2]
operator delete(void*)(GLIBCPP_3.2) [2]
operator delete(void*, nothrow_t const&)(GLIBCPP_3.2) [2]
__cxa_allocate_exception(CXXABI_1.2) [1]
__cxa_bad_cast(CXXABI_1.2) [1]
__cxa_bad_typeid(CXXABI_1.2) [1]
__cxa_begin_catch(CXXABI_1.2) [1]
__cxa_call_unexpected(CXXABI_1.2) [1]
__cxa_current_exception_type(CXXABI_1.2) [1]
__cxa_demangle(CXXABI_1.2) [1]
__cxa_dyn_string_append(CXXABI_1.2) [1]
__cxa_dyn_string_append_char(CXXABI_1.2) [1]
__cxa_dyn_string_append_cstr(CXXABI_1.2) [1]
__cxa_dyn_string_clear(CXXABI_1.2) [1]
__cxa_dyn_string_copy(CXXABI_1.2) [1]
__cxa_dyn_string_copy_cstr(CXXABI_1.2) [1]
__cxa_dyn_string_delete(CXXABI_1.2) [1]
__cxa_dyn_string_eq(CXXABI_1.2) [1]
__cxa_dyn_string_init(CXXABI_1.2) [1]
__cxa_dyn_string_insert(CXXABI_1.2) [1]
__cxa_dyn_string_insert_char(CXXABI_1.2) [1]
__cxa_dyn_string_insert_cstr(CXXABI_1.2) [1]
__cxa_dyn_string_new(CXXABI_1.2) [1]
__cxa_dyn_string_prepend(CXXABI_1.2) [1]
__cxa_dyn_string_prepend_cstr(CXXABI_1.2) [1]
__cxa_dyn_string_release(CXXABI_1.2) [1]
__cxa_dyn_string_resize(CXXABI_1.2) [1]
__cxa_dyn_string_substring(CXXABI_1.2) [1]
__cxa_end_catch(CXXABI_1.2) [1]
__cxa_free_exception(CXXABI_1.2) [1]
__cxa_get_globals(CXXABI_1.2) [1]
__cxa_get_globals_fast(CXXABI_1.2) [1]
__cxa_guard_abort(CXXABI_1.2.1) [1]
__cxa_guard_acquire(CXXABI_1.2.1) [1]
__cxa_guard_release(CXXABI_1.2.1) [1]
__cxa_pure_virtual(CXXABI_1.2) [1]
__cxa_rethrow(CXXABI_1.2) [1]
__cxa_throw(CXXABI_1.2) [1]
__cxa_vec_cctor(CXXABI_1.2) [1]
__cxa_vec_cleanup(CXXABI_1.2) [1]
__cxa_vec_ctor(CXXABI_1.2) [1]
__cxa_vec_delete(CXXABI_1.2) [1]
__cxa_vec_delete2(CXXABI_1.2) [1]
__cxa_vec_delete3(CXXABI_1.2) [1]
__cxa_vec_dtor(CXXABI_1.2) [1]
__cxa_vec_new(CXXABI_1.2) [1]
__cxa_vec_new2(CXXABI_1.2) [1]
__cxa_vec_new3(CXXABI_1.2) [1]
__dynamic_cast(CXXABI_1.2) [1]
__gxx_personality_v0(CXXABI_1.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for C++ Runtime Support specified in Table 9-3, with the full functionality as described in the referenced underlying specification.

Table 9-3. libstdcxx - C++ Runtime Support Data Interfaces

messages_c(GLIBCPP_3.2) [1]
messages_w(GLIBCPP_3.2) [1]
numpunct_c(GLIBCPP_3.2) [1]
numpunct_w(GLIBCPP_3.2) [1]
time_get_c(GLIBCPP_3.2) [1]
time_get_w(GLIBCPP_3.2) [1]
time_put_c(GLIBCPP_3.2) [1]
time_put_w(GLIBCPP_3.2) [1]
money_get_c(GLIBCPP_3.2) [1]
money_get_w(GLIBCPP_3.2) [1]
money_put_c(GLIBCPP_3.2) [1]
money_put_w(GLIBCPP_3.2) [1]
timepunct_c(GLIBCPP_3.2) [1]
timepunct_w(GLIBCPP_3.2) [1]
_S_bit_count(GLIBCPP_3.2) [1]
_S_first_one(GLIBCPP_3.2) [1]
c_locale_impl(GLIBCPP_3.2) [1]
moneypunct_fc(GLIBCPP_3.2) [1]
moneypunct_fw(GLIBCPP_3.2) [1]
moneypunct_tc(GLIBCPP_3.2) [1]
moneypunct_tw(GLIBCPP_3.2) [1]
cin(GLIBCPP_3.2) [1]
cerr(GLIBCPP_3.2) [1]
clog(GLIBCPP_3.2) [1]
cout(GLIBCPP_3.2) [1]
wcin(GLIBCPP_3.2) [1]
wcerr(GLIBCPP_3.2) [1]
wclog(GLIBCPP_3.2) [1]
wcout(GLIBCPP_3.2) [1]
buf_cin(GLIBCPP_3.2) [1]
ctype_c(GLIBCPP_3.2) [1]
ctype_w(GLIBCPP_3.2) [1]
nothrow(GLIBCPP_3.2) [1]
buf_cerr(GLIBCPP_3.2) [1]
buf_cout(GLIBCPP_3.2) [1]
buf_wcin(GLIBCPP_3.2) [1]
c_locale(GLIBCPP_3.2) [1]
buf_wcerr(GLIBCPP_3.2) [1]
buf_wcout(GLIBCPP_3.2) [1]
codecvt_c(GLIBCPP_3.2) [1]
codecvt_w(GLIBCPP_3.2) [1]
collate_c(GLIBCPP_3.2) [1]
collate_w(GLIBCPP_3.2) [1]
facet_vec(GLIBCPP_3.2) [1]
num_get_c(GLIBCPP_3.2) [1]
num_get_w(GLIBCPP_3.2) [1]
num_put_c(GLIBCPP_3.2) [1]
num_put_w(GLIBCPP_3.2) [1]

Referenced Specification(s)


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

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 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*(GLIBCPP_3.2) [1]
typeinfo for bool const*(GLIBCPP_3.2) [1]
typeinfo for char const*(GLIBCPP_3.2) [1]
typeinfo for double const*(GLIBCPP_3.2) [1]
typeinfo for long double const*(GLIBCPP_3.2) [1]
typeinfo for float const*(GLIBCPP_3.2) [1]
typeinfo for unsigned char const*(GLIBCPP_3.2) [1]
typeinfo for int const*(GLIBCPP_3.2) [1]
typeinfo for unsigned int const*(GLIBCPP_3.2) [1]
typeinfo for long const*(GLIBCPP_3.2) [1]
typeinfo for unsigned long const*(GLIBCPP_3.2) [1]
typeinfo for short const*(GLIBCPP_3.2) [1]
typeinfo for unsigned short const*(GLIBCPP_3.2) [1]
typeinfo for void const*(GLIBCPP_3.2) [1]
typeinfo for wchar_t const*(GLIBCPP_3.2) [1]
typeinfo for long long const*(GLIBCPP_3.2) [1]
typeinfo for unsigned long long const*(GLIBCPP_3.2) [1]
typeinfo for signed char*(GLIBCPP_3.2) [1]
typeinfo for bool*(GLIBCPP_3.2) [1]
typeinfo for char*(GLIBCPP_3.2) [1]
typeinfo for double*(GLIBCPP_3.2) [1]
typeinfo for long double*(GLIBCPP_3.2) [1]
typeinfo for float*(GLIBCPP_3.2) [1]
typeinfo for unsigned char*(GLIBCPP_3.2) [1]
typeinfo for int*(GLIBCPP_3.2) [1]
typeinfo for unsigned int*(GLIBCPP_3.2) [1]
typeinfo for long*(GLIBCPP_3.2) [1]
typeinfo for unsigned long*(GLIBCPP_3.2) [1]
typeinfo for short*(GLIBCPP_3.2) [1]
typeinfo for unsigned short*(GLIBCPP_3.2) [1]
typeinfo for void*(GLIBCPP_3.2) [1]
typeinfo for wchar_t*(GLIBCPP_3.2) [1]
typeinfo for long long*(GLIBCPP_3.2) [1]
typeinfo for unsigned long long*(GLIBCPP_3.2) [1]
typeinfo for signed char(GLIBCPP_3.2) [1]
typeinfo for bool(GLIBCPP_3.2) [1]
typeinfo for char(GLIBCPP_3.2) [1]
typeinfo for double(GLIBCPP_3.2) [1]
typeinfo for long double(GLIBCPP_3.2) [1]
typeinfo for float(GLIBCPP_3.2) [1]
typeinfo for unsigned char(GLIBCPP_3.2) [1]
typeinfo for int(GLIBCPP_3.2) [1]
typeinfo for unsigned int(GLIBCPP_3.2) [1]
typeinfo for long(GLIBCPP_3.2) [1]
typeinfo for unsigned long(GLIBCPP_3.2) [1]
typeinfo for short(GLIBCPP_3.2) [1]
typeinfo for unsigned short(GLIBCPP_3.2) [1]
typeinfo for void(GLIBCPP_3.2) [1]
typeinfo for wchar_t(GLIBCPP_3.2) [1]
typeinfo for long long(GLIBCPP_3.2) [1]
typeinfo for unsigned long long(GLIBCPP_3.2) [1]
typeinfo name for signed char const*(GLIBCPP_3.2) [1]
typeinfo name for bool const*(GLIBCPP_3.2) [1]
typeinfo name for char const*(GLIBCPP_3.2) [1]
typeinfo name for double const*(GLIBCPP_3.2) [1]
typeinfo name for long double const*(GLIBCPP_3.2) [1]
typeinfo name for float const*(GLIBCPP_3.2) [1]
typeinfo name for unsigned char const*(GLIBCPP_3.2) [1]
typeinfo name for int const*(GLIBCPP_3.2) [1]
typeinfo name for unsigned int const*(GLIBCPP_3.2) [1]
typeinfo name for long const*(GLIBCPP_3.2) [1]
typeinfo name for unsigned long const*(GLIBCPP_3.2) [1]
typeinfo name for short const*(GLIBCPP_3.2) [1]
typeinfo name for unsigned short const*(GLIBCPP_3.2) [1]
typeinfo name for void const*(GLIBCPP_3.2) [1]
typeinfo name for wchar_t const*(GLIBCPP_3.2) [1]
typeinfo name for long long const*(GLIBCPP_3.2) [1]
typeinfo name for unsigned long long const*(GLIBCPP_3.2) [1]
typeinfo name for signed char*(GLIBCPP_3.2) [1]
typeinfo name for bool*(GLIBCPP_3.2) [1]
typeinfo name for char*(GLIBCPP_3.2) [1]
typeinfo name for double*(GLIBCPP_3.2) [1]
typeinfo name for long double*(GLIBCPP_3.2) [1]
typeinfo name for float*(GLIBCPP_3.2) [1]
typeinfo name for unsigned char*(GLIBCPP_3.2) [1]
typeinfo name for int*(GLIBCPP_3.2) [1]
typeinfo name for unsigned int*(GLIBCPP_3.2) [1]
typeinfo name for long*(GLIBCPP_3.2) [1]
typeinfo name for unsigned long*(GLIBCPP_3.2) [1]
typeinfo name for short*(GLIBCPP_3.2) [1]
typeinfo name for unsigned short*(GLIBCPP_3.2) [1]
typeinfo name for void*(GLIBCPP_3.2) [1]
typeinfo name for wchar_t*(GLIBCPP_3.2) [1]
typeinfo name for long long*(GLIBCPP_3.2) [1]
typeinfo name for unsigned long long*(GLIBCPP_3.2) [1]
typeinfo name for signed char(GLIBCPP_3.2) [1]
typeinfo name for bool(GLIBCPP_3.2) [1]
typeinfo name for char(GLIBCPP_3.2) [1]
typeinfo name for double(GLIBCPP_3.2) [1]
typeinfo name for long double(GLIBCPP_3.2) [1]
typeinfo name for float(GLIBCPP_3.2) [1]
typeinfo name for unsigned char(GLIBCPP_3.2) [1]
typeinfo name for int(GLIBCPP_3.2) [1]
typeinfo name for unsigned int(GLIBCPP_3.2) [1]
typeinfo name for long(GLIBCPP_3.2) [1]
typeinfo name for unsigned long(GLIBCPP_3.2) [1]
typeinfo name for short(GLIBCPP_3.2) [1]
typeinfo name for unsigned short(GLIBCPP_3.2) [1]
typeinfo name for void(GLIBCPP_3.2) [1]
typeinfo name for wchar_t(GLIBCPP_3.2) [1]
typeinfo name for long long(GLIBCPP_3.2) [1]
typeinfo name for unsigned long long(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.3. struct numeric_limits<long double>


9.1.3.1. Interfaces for struct numeric_limits<long double>

No external methods are defined for libstdcxx - struct numeric_limits<long double>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<long double> specified in Table 9-5, with the full functionality as described in the referenced underlying specification.

Table 9-5. libstdcxx - struct numeric_limits<long double> Data Interfaces

numeric_limits<long double>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<long double>::round_style(GLIBCPP_3.2) [1]
numeric_limits<long double>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<long double>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<long double>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<long double>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<long double>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<long double>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<long double>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<long double>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<long double>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<long double>::radix(GLIBCPP_3.2) [1]
numeric_limits<long double>::traps(GLIBCPP_3.2) [1]
numeric_limits<long double>::digits(GLIBCPP_3.2) [1]
numeric_limits<long double>::digits10(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<long double>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.4. struct __numeric_limits_base


9.1.4.1. Interfaces for struct __numeric_limits_base

No external methods are defined for libstdcxx - struct __numeric_limits_base

An LSB conforming implementation shall provide the generic data interfaces for struct __numeric_limits_base specified in Table 9-6, with the full functionality as described in the referenced underlying specification.

Table 9-6. libstdcxx - struct __numeric_limits_base Data Interfaces

__numeric_limits_base::has_denorm(GLIBCPP_3.2) [1]
__numeric_limits_base::is_bounded(GLIBCPP_3.2) [1]
__numeric_limits_base::is_integer(GLIBCPP_3.2) [1]
__numeric_limits_base::round_style(GLIBCPP_3.2) [1]
__numeric_limits_base::has_infinity(GLIBCPP_3.2) [1]
__numeric_limits_base::max_exponent(GLIBCPP_3.2) [1]
__numeric_limits_base::min_exponent(GLIBCPP_3.2) [1]
__numeric_limits_base::has_quiet_NaN(GLIBCPP_3.2) [1]
__numeric_limits_base::is_specialized(GLIBCPP_3.2) [1]
__numeric_limits_base::max_exponent10(GLIBCPP_3.2) [1]
__numeric_limits_base::min_exponent10(GLIBCPP_3.2) [1]
__numeric_limits_base::has_denorm_loss(GLIBCPP_3.2) [1]
__numeric_limits_base::tinyness_before(GLIBCPP_3.2) [1]
__numeric_limits_base::has_signaling_NaN(GLIBCPP_3.2) [1]
__numeric_limits_base::radix(GLIBCPP_3.2) [1]
__numeric_limits_base::traps(GLIBCPP_3.2) [1]
__numeric_limits_base::digits(GLIBCPP_3.2) [1]
__numeric_limits_base::digits10(GLIBCPP_3.2) [1]
__numeric_limits_base::is_exact(GLIBCPP_3.2) [1]
__numeric_limits_base::is_iec559(GLIBCPP_3.2) [1]
__numeric_limits_base::is_modulo(GLIBCPP_3.2) [1]
__numeric_limits_base::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.5. struct numeric_limits<long long>


9.1.5.1. Interfaces for struct numeric_limits<long long>

No external methods are defined for libstdcxx - struct numeric_limits<long long>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<long long> specified in Table 9-7, with the full functionality as described in the referenced underlying specification.

Table 9-7. libstdcxx - struct numeric_limits<long long> Data Interfaces

numeric_limits<long long>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<long long>::round_style(GLIBCPP_3.2) [1]
numeric_limits<long long>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<long long>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<long long>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<long long>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<long long>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<long long>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<long long>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<long long>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<long long>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<long long>::radix(GLIBCPP_3.2) [1]
numeric_limits<long long>::traps(GLIBCPP_3.2) [1]
numeric_limits<long long>::digits(GLIBCPP_3.2) [1]
numeric_limits<long long>::digits10(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<long long>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.6. struct numeric_limits<unsigned long long>


9.1.6.1. Interfaces for struct numeric_limits<unsigned long long>

No external methods are defined for libstdcxx - struct numeric_limits<unsigned long long>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<unsigned long long> specified in Table 9-8, with the full functionality as described in the referenced underlying specification.

Table 9-8. libstdcxx - struct numeric_limits<unsigned long long> Data Interfaces

numeric_limits<unsigned long long>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::round_style(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::radix(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::traps(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::digits(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::digits10(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<unsigned long long>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.7. struct numeric_limits<float>


9.1.7.1. Interfaces for struct numeric_limits<float>

No external methods are defined for libstdcxx - struct numeric_limits<float>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<float> specified in Table 9-9, with the full functionality as described in the referenced underlying specification.

Table 9-9. libstdcxx - struct numeric_limits<float> Data Interfaces

numeric_limits<float>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<float>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<float>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<float>::round_style(GLIBCPP_3.2) [1]
numeric_limits<float>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<float>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<float>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<float>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<float>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<float>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<float>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<float>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<float>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<float>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<float>::radix(GLIBCPP_3.2) [1]
numeric_limits<float>::traps(GLIBCPP_3.2) [1]
numeric_limits<float>::digits(GLIBCPP_3.2) [1]
numeric_limits<float>::digits10(GLIBCPP_3.2) [1]
numeric_limits<float>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<float>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<float>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<float>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.8. struct numeric_limits<double>


9.1.8.1. Interfaces for struct numeric_limits<double>

No external methods are defined for libstdcxx - struct numeric_limits<double>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<double> specified in Table 9-10, with the full functionality as described in the referenced underlying specification.

Table 9-10. libstdcxx - struct numeric_limits<double> Data Interfaces

numeric_limits<double>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<double>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<double>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<double>::round_style(GLIBCPP_3.2) [1]
numeric_limits<double>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<double>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<double>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<double>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<double>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<double>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<double>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<double>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<double>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<double>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<double>::radix(GLIBCPP_3.2) [1]
numeric_limits<double>::traps(GLIBCPP_3.2) [1]
numeric_limits<double>::digits(GLIBCPP_3.2) [1]
numeric_limits<double>::digits10(GLIBCPP_3.2) [1]
numeric_limits<double>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<double>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<double>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<double>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.9. struct numeric_limits<short>


9.1.9.1. Interfaces for struct numeric_limits<short>

No external methods are defined for libstdcxx - struct numeric_limits<short>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<short> specified in Table 9-11, with the full functionality as described in the referenced underlying specification.

Table 9-11. libstdcxx - struct numeric_limits<short> Data Interfaces

numeric_limits<short>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<short>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<short>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<short>::round_style(GLIBCPP_3.2) [1]
numeric_limits<short>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<short>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<short>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<short>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<short>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<short>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<short>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<short>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<short>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<short>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<short>::radix(GLIBCPP_3.2) [1]
numeric_limits<short>::traps(GLIBCPP_3.2) [1]
numeric_limits<short>::digits(GLIBCPP_3.2) [1]
numeric_limits<short>::digits10(GLIBCPP_3.2) [1]
numeric_limits<short>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<short>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<short>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<short>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.10. struct numeric_limits<unsigned short>


9.1.10.1. Interfaces for struct numeric_limits<unsigned short>

No external methods are defined for libstdcxx - struct numeric_limits<unsigned short>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<unsigned short> specified in Table 9-12, with the full functionality as described in the referenced underlying specification.

Table 9-12. libstdcxx - struct numeric_limits<unsigned short> Data Interfaces

numeric_limits<unsigned short>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::round_style(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::radix(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::traps(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::digits(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::digits10(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<unsigned short>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.11. struct numeric_limits<int>


9.1.11.1. Interfaces for struct numeric_limits<int>

No external methods are defined for libstdcxx - struct numeric_limits<int>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<int> specified in Table 9-13, with the full functionality as described in the referenced underlying specification.

Table 9-13. libstdcxx - struct numeric_limits<int> Data Interfaces

numeric_limits<int>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<int>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<int>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<int>::round_style(GLIBCPP_3.2) [1]
numeric_limits<int>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<int>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<int>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<int>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<int>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<int>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<int>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<int>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<int>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<int>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<int>::radix(GLIBCPP_3.2) [1]
numeric_limits<int>::traps(GLIBCPP_3.2) [1]
numeric_limits<int>::digits(GLIBCPP_3.2) [1]
numeric_limits<int>::digits10(GLIBCPP_3.2) [1]
numeric_limits<int>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<int>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<int>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<int>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.12. struct numeric_limits<unsigned int>


9.1.12.1. Interfaces for struct numeric_limits<unsigned int>

No external methods are defined for libstdcxx - struct numeric_limits<unsigned int>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<unsigned int> specified in Table 9-14, with the full functionality as described in the referenced underlying specification.

Table 9-14. libstdcxx - struct numeric_limits<unsigned int> Data Interfaces

numeric_limits<unsigned int>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::round_style(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::radix(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::traps(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::digits(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::digits10(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<unsigned int>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.13. struct numeric_limits<long>


9.1.13.1. Interfaces for struct numeric_limits<long>

No external methods are defined for libstdcxx - struct numeric_limits<long>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<long> specified in Table 9-15, with the full functionality as described in the referenced underlying specification.

Table 9-15. libstdcxx - struct numeric_limits<long> Data Interfaces

numeric_limits<long>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<long>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<long>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<long>::round_style(GLIBCPP_3.2) [1]
numeric_limits<long>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<long>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<long>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<long>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<long>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<long>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<long>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<long>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<long>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<long>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<long>::radix(GLIBCPP_3.2) [1]
numeric_limits<long>::traps(GLIBCPP_3.2) [1]
numeric_limits<long>::digits(GLIBCPP_3.2) [1]
numeric_limits<long>::digits10(GLIBCPP_3.2) [1]
numeric_limits<long>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<long>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<long>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<long>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.14. struct numeric_limits<unsigned long>


9.1.14.1. Interfaces for struct numeric_limits<unsigned long>

No external methods are defined for libstdcxx - struct numeric_limits<unsigned long>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<unsigned long> specified in Table 9-16, with the full functionality as described in the referenced underlying specification.

Table 9-16. libstdcxx - struct numeric_limits<unsigned long> Data Interfaces

numeric_limits<unsigned long>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::round_style(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::radix(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::traps(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::digits(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::digits10(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<unsigned long>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.15. struct numeric_limits<wchar_t>


9.1.15.1. Interfaces for struct numeric_limits<wchar_t>

No external methods are defined for libstdcxx - struct numeric_limits<wchar_t>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<wchar_t> specified in Table 9-17, with the full functionality as described in the referenced underlying specification.

Table 9-17. libstdcxx - struct numeric_limits<wchar_t> Data Interfaces

numeric_limits<wchar_t>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::round_style(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::radix(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::traps(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::digits(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::digits10(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<wchar_t>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.16. struct numeric_limits<unsigned char>


9.1.16.1. Interfaces for struct numeric_limits<unsigned char>

No external methods are defined for libstdcxx - struct numeric_limits<unsigned char>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<unsigned char> specified in Table 9-18, with the full functionality as described in the referenced underlying specification.

Table 9-18. libstdcxx - struct numeric_limits<unsigned char> Data Interfaces

numeric_limits<unsigned char>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::round_style(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::radix(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::traps(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::digits(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::digits10(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<unsigned char>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.17. struct numeric_limits<signed char>


9.1.17.1. Interfaces for struct numeric_limits<signed char>

No external methods are defined for libstdcxx - struct numeric_limits<signed char>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<signed char> specified in Table 9-19, with the full functionality as described in the referenced underlying specification.

Table 9-19. libstdcxx - struct numeric_limits<signed char> Data Interfaces

numeric_limits<signed char>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<signed char>::round_style(GLIBCPP_3.2) [1]
numeric_limits<signed char>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<signed char>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<signed char>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<signed char>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<signed char>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<signed char>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<signed char>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<signed char>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<signed char>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<signed char>::radix(GLIBCPP_3.2) [1]
numeric_limits<signed char>::traps(GLIBCPP_3.2) [1]
numeric_limits<signed char>::digits(GLIBCPP_3.2) [1]
numeric_limits<signed char>::digits10(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<signed char>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.18. struct numeric_limits<char>


9.1.18.1. Interfaces for struct numeric_limits<char>

No external methods are defined for libstdcxx - struct numeric_limits<char>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<char> specified in Table 9-20, with the full functionality as described in the referenced underlying specification.

Table 9-20. libstdcxx - struct numeric_limits<char> Data Interfaces

numeric_limits<char>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<char>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<char>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<char>::round_style(GLIBCPP_3.2) [1]
numeric_limits<char>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<char>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<char>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<char>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<char>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<char>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<char>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<char>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<char>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<char>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<char>::radix(GLIBCPP_3.2) [1]
numeric_limits<char>::traps(GLIBCPP_3.2) [1]
numeric_limits<char>::digits(GLIBCPP_3.2) [1]
numeric_limits<char>::digits10(GLIBCPP_3.2) [1]
numeric_limits<char>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<char>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<char>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<char>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.19. struct numeric_limits<bool>


9.1.19.1. Interfaces for struct numeric_limits<bool>

No external methods are defined for libstdcxx - struct numeric_limits<bool>

An LSB conforming implementation shall provide the generic data interfaces for struct numeric_limits<bool> specified in Table 9-21, with the full functionality as described in the referenced underlying specification.

Table 9-21. libstdcxx - struct numeric_limits<bool> Data Interfaces

numeric_limits<bool>::has_denorm(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_bounded(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_integer(GLIBCPP_3.2) [1]
numeric_limits<bool>::round_style(GLIBCPP_3.2) [1]
numeric_limits<bool>::has_infinity(GLIBCPP_3.2) [1]
numeric_limits<bool>::max_exponent(GLIBCPP_3.2) [1]
numeric_limits<bool>::min_exponent(GLIBCPP_3.2) [1]
numeric_limits<bool>::has_quiet_NaN(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_specialized(GLIBCPP_3.2) [1]
numeric_limits<bool>::max_exponent10(GLIBCPP_3.2) [1]
numeric_limits<bool>::min_exponent10(GLIBCPP_3.2) [1]
numeric_limits<bool>::has_denorm_loss(GLIBCPP_3.2) [1]
numeric_limits<bool>::tinyness_before(GLIBCPP_3.2) [1]
numeric_limits<bool>::has_signaling_NaN(GLIBCPP_3.2) [1]
numeric_limits<bool>::radix(GLIBCPP_3.2) [1]
numeric_limits<bool>::traps(GLIBCPP_3.2) [1]
numeric_limits<bool>::digits(GLIBCPP_3.2) [1]
numeric_limits<bool>::digits10(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_exact(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_iec559(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_modulo(GLIBCPP_3.2) [1]
numeric_limits<bool>::is_signed(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.20. Class allocator<char>


9.1.20.2. Interfaces for Class allocator<char>

An LSB conforming implementation shall provide the generic methods for Class std::allocator<char> specified in Table 9-22, with the full functionality as described in the referenced underlying specification.

Table 9-22. libstdcxx - Class allocator<char> Function Interfaces

allocator<char>::address(char const&) const(GLIBCPP_3.2) [1]
allocator<char>::address(char&) const(GLIBCPP_3.2) [1]
allocator<char>::max_size() const(GLIBCPP_3.2) [1]
allocator<char>::destroy(char*)(GLIBCPP_3.2) [1]
allocator<char>::construct(char*, char const&)(GLIBCPP_3.2) [1]
allocator<char>::allocator(allocator<char> const&)(GLIBCPP_3.2) [1]
allocator<char>::allocator()(GLIBCPP_3.2) [1]
allocator<char>::allocator(allocator<char> const&)(GLIBCPP_3.2) [1]
allocator<char>::allocator()(GLIBCPP_3.2) [1]
allocator<char>::~allocator()(GLIBCPP_3.2) [1]
allocator<char>::~allocator()(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.21. Class allocator<wchar_t>


9.1.21.2. Interfaces for Class allocator<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::allocator<wchar_t> specified in Table 9-23, with the full functionality as described in the referenced underlying specification.

Table 9-23. libstdcxx - Class allocator<wchar_t> Function Interfaces

allocator<wchar_t>::address(wchar_t const&) const(GLIBCPP_3.2) [1]
allocator<wchar_t>::address(wchar_t&) const(GLIBCPP_3.2) [1]
allocator<wchar_t>::max_size() const(GLIBCPP_3.2) [1]
allocator<wchar_t>::destroy(wchar_t*)(GLIBCPP_3.2) [1]
allocator<wchar_t>::construct(wchar_t*, wchar_t const&)(GLIBCPP_3.2) [1]
allocator<wchar_t>::allocator(allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
allocator<wchar_t>::allocator()(GLIBCPP_3.2) [1]
allocator<wchar_t>::allocator(allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
allocator<wchar_t>::allocator()(GLIBCPP_3.2) [1]
allocator<wchar_t>::~allocator()(GLIBCPP_3.2) [1]
allocator<wchar_t>::~allocator()(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.22. facet functions


9.1.22.1. Interfaces for facet functions

An LSB conforming implementation shall provide the generic methods for facet functions specified in Table 9-24, with the full functionality as described in the referenced underlying specification.

Table 9-24. libstdcxx - facet functions Function Interfaces

bool has_facet<moneypunct<char, false> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<moneypunct<wchar_t, false> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<ctype<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<codecvt<char, char, __mbstate_t> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<codecvt<wchar_t, char, __mbstate_t> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<collate<char> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<collate<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<num_get<char, istreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<num_put<char, ostreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<messages<char> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<messages<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<numpunct<char> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<numpunct<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<time_get<char, istreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<money_get<char, istreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<money_put<char, ostreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
bool has_facet<money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
moneypunct<char, false> const& use_facet<moneypunct<char, false> >(locale const&)(GLIBCPP_3.2) [1]
moneypunct<char, true> const& use_facet<moneypunct<char, true> >(locale const&)(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false> const& use_facet<moneypunct<wchar_t, false> >(locale const&)(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true> const& use_facet<moneypunct<wchar_t, true> >(locale const&)(GLIBCPP_3.2) [1]
__timepunct<char> const& use_facet<__timepunct<char> >(locale const&)(GLIBCPP_3.2) [1]
__timepunct<wchar_t> const& use_facet<__timepunct<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
ctype<char> const& use_facet<ctype<char> >(locale const&)(GLIBCPP_3.2) [1]
ctype<wchar_t> const& use_facet<ctype<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t> const& use_facet<codecvt<char, char, __mbstate_t> >(locale const&)(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t> const& use_facet<codecvt<wchar_t, char, __mbstate_t> >(locale const&)(GLIBCPP_3.2) [1]
collate<char> const& use_facet<collate<char> >(locale const&)(GLIBCPP_3.2) [1]
collate<wchar_t> const& use_facet<collate<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > > const& use_facet<num_get<char, istreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > const& use_facet<num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > > const& use_facet<num_put<char, ostreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > const& use_facet<num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
messages<char> const& use_facet<messages<char> >(locale const&)(GLIBCPP_3.2) [1]
messages<wchar_t> const& use_facet<messages<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
numpunct<char> const& use_facet<numpunct<char> >(locale const&)(GLIBCPP_3.2) [1]
numpunct<wchar_t> const& use_facet<numpunct<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > > const& use_facet<time_get<char, istreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > const& use_facet<time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > > const& use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > const& use_facet<time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > > const& use_facet<money_get<char, istreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > const& use_facet<money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > > const& use_facet<money_put<char, ostreambuf_iterator<char, char_traits<char> > > >(locale const&)(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > const& use_facet<money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >(locale const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.23. Class basic_string


9.1.23.1. Interfaces for Class basic_string

An LSB conforming implementation shall provide the generic methods for Class std::basic_string specified in Table 9-25, with the full functionality as described in the referenced underlying specification.

Table 9-25. libstdcxx - Class basic_string Function Interfaces

basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::get_allocator() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::end() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_is_leaked() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_is_shared() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::data() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rend() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::size() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::begin() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::c_str() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::empty() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_rep() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::length() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rbegin() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_data() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_iend() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::compare(wchar_t const*) const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::compare(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::capacity() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::max_size() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_ibegin() const(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace<__gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace<__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace<wchar_t const*>(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t const*, wchar_t const*, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace<wchar_t*>(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t*, wchar_t*, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Alloc_hider::_Alloc_hider(wchar_t*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Alloc_hider::_Alloc_hider(wchar_t*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_leak_hard()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_S_empty_rep()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_S_copy_chars(wchar_t*, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_S_copy_chars(wchar_t*, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_S_copy_chars(wchar_t*, wchar_t const*, wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_S_copy_chars(wchar_t*, wchar_t*, wchar_t*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace_safe<__gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace_safe<__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace_safe<wchar_t const*>(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t const*, wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >& basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_replace_safe<wchar_t*>(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t*, wchar_t*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::end()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_destroy(allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_dispose(allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_refcopy()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_refdata()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_set_leaked()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_set_sharable()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_M_grab(allocator<wchar_t> const&, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rend()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::swap(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::begin()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::clear()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::erase(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::erase(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::append(wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::append(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::assign(wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::assign(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::insert(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rbegin()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_data(wchar_t*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_leak()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t const*, wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, wchar_t*, wchar_t*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::push_back(wchar_t)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string(wchar_t const*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string(allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<__gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<wchar_t const*>(wchar_t const*, wchar_t const*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<wchar_t*>(wchar_t*, wchar_t*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string(wchar_t const*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string(allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<__gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > > >(__gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<wchar_t const*>(wchar_t const*, wchar_t const*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_string<wchar_t*>(wchar_t*, wchar_t*, allocator<wchar_t> const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_string()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_string()(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::operator=(wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::operator=(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::operator=(wchar_t)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::operator+=(wchar_t const*)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::operator+=(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::operator+=(wchar_t)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> > operator+<char, char_traits<char>, allocator<char> >(char const*, basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> > operator+<char, char_traits<char>, allocator<char> >(basic_string<char, char_traits<char>, allocator<char> > const&, basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2.1) [1]
basic_string<char, char_traits<char>, allocator<char> > operator+<char, char_traits<char>, allocator<char> >(char, basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > operator+<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(wchar_t const*, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > operator+<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2.1) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > operator+<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(wchar_t, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_string specified in Table 9-26, with the full functionality as described in the referenced underlying specification.

Table 9-26. libstdcxx - Class basic_string Data Interfaces

basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_S_empty_rep_storage(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_S_max_size(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_Rep::_S_terminal(GLIBCPP_3.2) [1]
basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::npos(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.24. Class istreambuf_iterator<wchar_t, char_traits<wchar_t> >


9.1.24.1. Interfaces for Class istreambuf_iterator<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > specified in Table 9-27, with the full functionality as described in the referenced underlying specification.

Table 9-27. libstdcxx - Class istreambuf_iterator<wchar_t, char_traits<wchar_t> > Function Interfaces

istreambuf_iterator<wchar_t, char_traits<wchar_t> >::_M_get() const(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.25. Class istreambuf_iterator<char, char_traits<char> >


9.1.25.1. Interfaces for Class istreambuf_iterator<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::istreambuf_iterator<char, std::char_traits<char> > specified in Table 9-28, with the full functionality as described in the referenced underlying specification.

Table 9-28. libstdcxx - Class istreambuf_iterator<char, char_traits<char> > Function Interfaces

istreambuf_iterator<char, char_traits<char> >::_M_get() const(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.26. Class gslice


9.1.26.2. Interfaces for Class gslice

No external methods are defined for libstdcxx - Class std::gslice


9.1.27. Class __basic_file<char>


9.1.27.2. Interfaces for Class __basic_file<char>

An LSB conforming implementation shall provide the generic methods for Class std::__basic_file<char> specified in Table 9-29, with the full functionality as described in the referenced underlying specification.

Table 9-29. libstdcxx - Class __basic_file<char> Function Interfaces

__basic_file<char>::is_open() const(GLIBCPP_3.2) [1]
__basic_file<char>::sys_ungetc(int)(GLIBCPP_3.2) [1]
__basic_file<char>::_M_open_mode(_Ios_Openmode, int&, int&, char*)(GLIBCPP_3.2) [1]
__basic_file<char>::showmanyc_helper()(GLIBCPP_3.2.3) [1]
__basic_file<char>::fd()(GLIBCPP_3.2) [1]
__basic_file<char>::open(char const*, _Ios_Openmode, int)(GLIBCPP_3.2) [1]
__basic_file<char>::sync()(GLIBCPP_3.2) [1]
__basic_file<char>::close()(GLIBCPP_3.2) [1]
__basic_file<char>::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
__basic_file<char>::seekpos(long, _Ios_Openmode)(GLIBCPP_3.2) [1]
__basic_file<char>::sys_getc()(GLIBCPP_3.2) [1]
__basic_file<char>::sys_open(_IO_FILE*, _Ios_Openmode)(GLIBCPP_3.2) [1]
__basic_file<char>::sys_open(int, _Ios_Openmode, bool)(GLIBCPP_3.2) [1]
__basic_file<char>::__basic_file(pthread_mutex_t*)(GLIBCPP_3.2) [1]
__basic_file<char>::__basic_file(pthread_mutex_t*)(GLIBCPP_3.2) [1]
__basic_file<char>::~__basic_file()(GLIBCPP_3.2) [1]
__basic_file<char>::~__basic_file()(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.28. Class __default_alloc_template<true, 0>


9.1.28.2. Interfaces for Class __default_alloc_template<true, 0>

An LSB conforming implementation shall provide the generic methods for Class std::__default_alloc_template<true, 0> specified in Table 9-30, with the full functionality as described in the referenced underlying specification.

Table 9-30. libstdcxx - Class __default_alloc_template<true, 0> Function Interfaces

__default_alloc_template<true, 0>::_Lock::_Lock()(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_Lock::_Lock()(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_Lock::~_Lock()(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_Lock::~_Lock()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::__default_alloc_template<true, 0> specified in Table 9-31, with the full functionality as described in the referenced underlying specification.

Table 9-31. libstdcxx - Class __default_alloc_template<true, 0> Data Interfaces

__default_alloc_template<true, 0>::_S_end_free(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_S_force_new(GLIBCPP_3.2.2) [1]
__default_alloc_template<true, 0>::_S_free_list(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_S_heap_size(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_S_start_free(GLIBCPP_3.2) [1]
__default_alloc_template<true, 0>::_S_node_allocator_lock(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.30. Class basic_string<char, char_traits<char>, allocator<char> >


9.1.30.1. Interfaces for Class basic_string<char, char_traits<char>, allocator<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_string<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-32, with the full functionality as described in the referenced underlying specification.

Table 9-32. libstdcxx - Class basic_string<char, char_traits<char>, allocator<char> > Function Interfaces

basic_string<char, char_traits<char>, allocator<char> >::get_allocator() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::end() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_is_leaked() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_is_shared() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::data() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::rend() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::size() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::begin() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::c_str() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::empty() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_rep() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::length() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::rbegin() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_data() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_iend() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::compare(char const*) const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::compare(basic_string<char, char_traits<char>, allocator<char> > const&) const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::capacity() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::max_size() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_ibegin() const(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace<__gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace<__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace<char const*>(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char const*, char const*, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace<char*>(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char*, char*, input_iterator_tag)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Alloc_hider::_Alloc_hider(char*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Alloc_hider::_Alloc_hider(char*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_leak_hard()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_S_empty_rep()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_S_copy_chars(char*, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_S_copy_chars(char*, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_S_copy_chars(char*, char const*, char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_S_copy_chars(char*, char*, char*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace_safe<__gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace_safe<__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace_safe<char const*>(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char const*, char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >& basic_string<char, char_traits<char>, allocator<char> >::_M_replace_safe<char*>(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char*, char*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::end()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_destroy(allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_dispose(allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_refcopy()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_refdata()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_set_leaked()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_set_sharable()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_M_grab(allocator<char> const&, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::rend()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::swap(basic_string<char, char_traits<char>, allocator<char> >&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::begin()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::clear()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::erase(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::erase(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::append(char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::append(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::assign(char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::assign(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::insert(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::rbegin()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_data(char*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_M_leak()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char const*, char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, char*, char*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::push_back(char)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string(char const*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string(allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<__gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<char const*>(char const*, char const*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<char*>(char*, char*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string(char const*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string(allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<__gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, basic_string<char, char_traits<char>, allocator<char> > >, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > > >(__gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, __gnu_cxx::__normal_iterator<char*, basic_string<char, char_traits<char>, allocator<char> > >, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<char const*>(char const*, char const*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::basic_string<char*>(char*, char*, allocator<char> const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::~basic_string()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::~basic_string()(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::operator=(char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::operator=(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::operator=(char)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::operator+=(char const*)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::operator+=(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::operator+=(char)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_string<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-33, with the full functionality as described in the referenced underlying specification.

Table 9-33. libstdcxx - Class basic_string<char, char_traits<char>, allocator<char> > Data Interfaces

basic_string<char, char_traits<char>, allocator<char> >::_S_empty_rep_storage(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_S_max_size(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::_Rep::_S_terminal(GLIBCPP_3.2) [1]
basic_string<char, char_traits<char>, allocator<char> >::npos(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.31. Class locale


9.1.31.1. Interfaces for Class locale

An LSB conforming implementation shall provide the generic methods for Class std::locale specified in Table 9-34, with the full functionality as described in the referenced underlying specification.

Table 9-34. libstdcxx - Class locale Function Interfaces

locale::name() const(GLIBCPP_3.2) [1]
locale::operator==(locale const&) const(GLIBCPP_3.2) [1]
locale::_M_coalesce(locale const&, locale const&, unsigned int)(GLIBCPP_3.2) [1]
locale::_S_normalize_category(unsigned int)(GLIBCPP_3.2) [1]
locale::id::id()(GLIBCPP_3.2) [1]
locale::id::id()(GLIBCPP_3.2) [1]
locale::_Impl::_M_install_facet(locale::id const*, locale::facet*)(GLIBCPP_3.2) [1]
locale::_Impl::_M_replace_facet(locale::_Impl const*, locale::id const*)(GLIBCPP_3.2) [1]
locale::_Impl::_M_replace_category(locale::_Impl const*, locale::id const* const*)(GLIBCPP_3.2) [1]
locale::_Impl::_M_replace_categories(locale::_Impl const*, unsigned int)(GLIBCPP_3.2) [1]
locale::_Impl::~_Impl()(GLIBCPP_3.2) [1]
locale::_Impl::~_Impl()(GLIBCPP_3.2) [1]
locale::global(locale const&)(GLIBCPP_3.2) [1]
locale::classic()(GLIBCPP_3.2) [1]
locale::locale(char const*)(GLIBCPP_3.2) [1]
locale::locale(locale::_Impl*)(GLIBCPP_3.2) [1]
locale::locale(locale const&)(GLIBCPP_3.2) [1]
locale::locale(locale const&, char const*, unsigned int)(GLIBCPP_3.2) [1]
locale::locale(locale const&, locale const&, unsigned int)(GLIBCPP_3.2) [1]
locale::locale()(GLIBCPP_3.2) [1]
locale::locale(char const*)(GLIBCPP_3.2) [1]
locale::locale(locale::_Impl*)(GLIBCPP_3.2) [1]
locale::locale(locale const&)(GLIBCPP_3.2) [1]
locale::locale(locale const&, char const*, unsigned int)(GLIBCPP_3.2) [1]
locale::locale(locale const&, locale const&, unsigned int)(GLIBCPP_3.2) [1]
locale::locale()(GLIBCPP_3.2) [1]
locale::~locale()(GLIBCPP_3.2) [1]
locale::~locale()(GLIBCPP_3.2) [1]
locale::operator=(locale const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::locale specified in Table 9-35, with the full functionality as described in the referenced underlying specification.

Table 9-35. libstdcxx - Class locale Data Interfaces

locale::_S_classic(GLIBCPP_3.2) [1]
locale::_S_num_categories(GLIBCPP_3.2) [1]
locale::id::_S_highwater(GLIBCPP_3.2) [1]
locale::all(GLIBCPP_3.2) [1]
locale::none(GLIBCPP_3.2) [1]
locale::time(GLIBCPP_3.2) [1]
locale::_Impl::_S_id_time(GLIBCPP_3.2) [1]
locale::_Impl::_S_id_ctype(GLIBCPP_3.2) [1]
locale::_Impl::_S_id_collate(GLIBCPP_3.2) [1]
locale::_Impl::_S_id_numeric(GLIBCPP_3.2) [1]
locale::_Impl::_S_id_messages(GLIBCPP_3.2) [1]
locale::_Impl::_S_id_monetary(GLIBCPP_3.2) [1]
locale::_Impl::_S_facet_categories(GLIBCPP_3.2) [1]
locale::ctype(GLIBCPP_3.2) [1]
locale::collate(GLIBCPP_3.2) [1]
locale::numeric(GLIBCPP_3.2) [1]
locale::messages(GLIBCPP_3.2) [1]
locale::monetary(GLIBCPP_3.2) [1]
locale::_S_global(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.32. Class __cxxabiv1::__enum_type_info


9.1.32.1. Class data for __cxxabiv1::__enum_type_info

The virtual table for the __cxxabiv1::__enum_type_info class is described by Table 9-36

Table 9-36. vtable for __cxxabiv1::__enum_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__enum_type_info
vfunc:__cxxabiv1::__enum_type_info::~__enum_type_info()
vfunc:__cxxabiv1::__enum_type_info::~__enum_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc: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-37

Table 9-37. typeinfo for __cxxabiv1::__enum_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__enum_type_info

9.1.32.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-38, with the full functionality as described in the referenced underlying specification.

Table 9-38. libstdcxx - Class __cxxabiv1::__enum_type_info Function Interfaces

__cxxabiv1::__enum_type_info::~__enum_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__enum_type_info::~__enum_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__enum_type_info::~__enum_type_info()(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__enum_type_info specified in Table 9-39, with the full functionality as described in the referenced underlying specification.

Table 9-39. libstdcxx - Class __cxxabiv1::__enum_type_info Data Interfaces

typeinfo for __cxxabiv1::__enum_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__enum_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__enum_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.33. Class __cxxabiv1::__array_type_info


9.1.33.1. Class data for __cxxabiv1::__array_type_info

The virtual table for the __cxxabiv1::__array_type_info class is described by Table 9-40

Table 9-40. vtable for __cxxabiv1::__array_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__array_type_info
vfunc:__cxxabiv1::__array_type_info::~__array_type_info()
vfunc:__cxxabiv1::__array_type_info::~__array_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc: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-41

Table 9-41. typeinfo for __cxxabiv1::__array_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__array_type_info

9.1.33.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-42, with the full functionality as described in the referenced underlying specification.

Table 9-42. libstdcxx - Class __cxxabiv1::__array_type_info Function Interfaces

__cxxabiv1::__array_type_info::~__array_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__array_type_info::~__array_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__array_type_info::~__array_type_info()(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__array_type_info specified in Table 9-43, with the full functionality as described in the referenced underlying specification.

Table 9-43. libstdcxx - Class __cxxabiv1::__array_type_info Data Interfaces

typeinfo for __cxxabiv1::__array_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__array_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__array_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.34. Class __cxxabiv1::__class_type_info


9.1.34.1. Class data for __cxxabiv1::__class_type_info

The virtual table for the __cxxabiv1::__class_type_info class is described by Table 9-44

Table 9-44. vtable for __cxxabiv1::__class_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__class_type_info
vfunc:__cxxabiv1::__class_type_info::~__class_type_info()
vfunc:__cxxabiv1::__class_type_info::~__class_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:__cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc:__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const
vfunc:__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const
vfunc:__cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const

The Run Time Type Information for the __cxxabiv1::__class_type_info class is described by Table 9-45

Table 9-45. typeinfo for __cxxabiv1::__class_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__class_type_info

9.1.34.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-46, with the full functionality as described in the referenced underlying specification.

Table 9-46. libstdcxx - Class __cxxabiv1::__class_type_info Function Interfaces

__cxxabiv1::__class_type_info::~__class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__class_type_info::~__class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__class_type_info::~__class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const(CXXABI_1.2.2) [1]
__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const(CXXABI_1.2.2) [1]
__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__class_type_info specified in Table 9-47, with the full functionality as described in the referenced underlying specification.

Table 9-47. libstdcxx - Class __cxxabiv1::__class_type_info Data Interfaces

typeinfo for __cxxabiv1::__class_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__class_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__class_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.35. Class __cxxabiv1::__pbase_type_info


9.1.35.1. Class data for __cxxabiv1::__pbase_type_info

The virtual table for the __cxxabiv1::__pbase_type_info class is described by Table 9-48

Table 9-48. vtable for __cxxabiv1::__pbase_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__pbase_type_info
vfunc:__cxxabiv1::__pbase_type_info::~__pbase_type_info()
vfunc:__cxxabiv1::__pbase_type_info::~__pbase_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:__cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc:type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const
vfunc:__cxxabiv1::__pbase_type_info::__pointer_catch(__cxxabiv1::__pbase_type_info const*, void**, unsigned int) const

The Run Time Type Information for the __cxxabiv1::__pbase_type_info class is described by Table 9-49

Table 9-49. typeinfo for __cxxabiv1::__pbase_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__pbase_type_info

9.1.35.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-50, with the full functionality as described in the referenced underlying specification.

Table 9-50. libstdcxx - Class __cxxabiv1::__pbase_type_info Function Interfaces

__cxxabiv1::__pbase_type_info::~__pbase_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pbase_type_info::~__pbase_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pbase_type_info::~__pbase_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const(CXXABI_1.2.2) [1]
__cxxabiv1::__pbase_type_info::__pointer_catch(__cxxabiv1::__pbase_type_info const*, void**, unsigned int) const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__pbase_type_info specified in Table 9-51, with the full functionality as described in the referenced underlying specification.

Table 9-51. libstdcxx - Class __cxxabiv1::__pbase_type_info Data Interfaces

typeinfo for __cxxabiv1::__pbase_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__pbase_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__pbase_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.36. Class __cxxabiv1::__pointer_type_info


9.1.36.1. Class data for __cxxabiv1::__pointer_type_info

The virtual table for the __cxxabiv1::__pointer_type_info class is described by Table 9-52

Table 9-52. vtable for __cxxabiv1::__pointer_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__pointer_type_info
vfunc:__cxxabiv1::__pointer_type_info::~__pointer_type_info()
vfunc:__cxxabiv1::__pointer_type_info::~__pointer_type_info()
vfunc:__cxxabiv1::__pointer_type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:__cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc:type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const
vfunc:__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-53

Table 9-53. typeinfo for __cxxabiv1::__pointer_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__pointer_type_info

9.1.36.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-54, with the full functionality as described in the referenced underlying specification.

Table 9-54. libstdcxx - Class __cxxabiv1::__pointer_type_info Function Interfaces

__cxxabiv1::__pointer_type_info::~__pointer_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_type_info::~__pointer_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_type_info::~__pointer_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_type_info::__is_pointer_p() const(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_type_info::__pointer_catch(__cxxabiv1::__pbase_type_info const*, void**, unsigned int) const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__pointer_type_info specified in Table 9-55, with the full functionality as described in the referenced underlying specification.

Table 9-55. libstdcxx - Class __cxxabiv1::__pointer_type_info Data Interfaces

typeinfo for __cxxabiv1::__pointer_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__pointer_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__pointer_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.37. Class __cxxabiv1::__function_type_info


9.1.37.1. Class data for __cxxabiv1::__function_type_info

The virtual table for the __cxxabiv1::__function_type_info class is described by Table 9-56

Table 9-56. vtable for __cxxabiv1::__function_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__function_type_info
vfunc:__cxxabiv1::__function_type_info::~__function_type_info()
vfunc:__cxxabiv1::__function_type_info::~__function_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:__cxxabiv1::__function_type_info::__is_function_p() const
vfunc:type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc: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-57

Table 9-57. typeinfo for __cxxabiv1::__function_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__function_type_info

9.1.37.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-58, with the full functionality as described in the referenced underlying specification.

Table 9-58. libstdcxx - Class __cxxabiv1::__function_type_info Function Interfaces

__cxxabiv1::__function_type_info::~__function_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__function_type_info::~__function_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__function_type_info::~__function_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__function_type_info::__is_function_p() const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__function_type_info specified in Table 9-59, with the full functionality as described in the referenced underlying specification.

Table 9-59. libstdcxx - Class __cxxabiv1::__function_type_info Data Interfaces

typeinfo for __cxxabiv1::__function_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__function_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__function_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.38. Class __cxxabiv1::__si_class_type_info


9.1.38.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-60

Table 9-60. vtable for __cxxabiv1::__si_class_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__si_class_type_info
vfunc:__cxxabiv1::__si_class_type_info::~__si_class_type_info()
vfunc:__cxxabiv1::__si_class_type_info::~__si_class_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:__cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc:__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const
vfunc:__cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const
vfunc:__cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const

The Run Time Type Information for the __cxxabiv1::__si_class_type_info class is described by Table 9-61

Table 9-61. typeinfo for __cxxabiv1::__si_class_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__si_class_type_info

9.1.38.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-62, with the full functionality as described in the referenced underlying specification.

Table 9-62. libstdcxx - Class __cxxabiv1::__si_class_type_info Function Interfaces

__cxxabiv1::__si_class_type_info::~__si_class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__si_class_type_info::~__si_class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__si_class_type_info::~__si_class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__si_class_type_info specified in Table 9-63, with the full functionality as described in the referenced underlying specification.

Table 9-63. libstdcxx - Class __cxxabiv1::__si_class_type_info Data Interfaces

typeinfo for __cxxabiv1::__si_class_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__si_class_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__si_class_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.39. Class __cxxabiv1::__vmi_class_type_info


9.1.39.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-64

Table 9-64. vtable for __cxxabiv1::__vmi_class_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__vmi_class_type_info
vfunc:__cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()
vfunc:__cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:__cxxabiv1::__class_type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc:__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const
vfunc:__cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const
vfunc:__cxxabiv1::__vmi_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const

The Run Time Type Information for the __cxxabiv1::__vmi_class_type_info class is described by Table 9-65

Table 9-65. typeinfo for __cxxabiv1::__vmi_class_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__vmi_class_type_info

9.1.39.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-66, with the full functionality as described in the referenced underlying specification.

Table 9-66. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Function Interfaces

__cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__vmi_class_type_info specified in Table 9-67, with the full functionality as described in the referenced underlying specification.

Table 9-67. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Data Interfaces

typeinfo for __cxxabiv1::__vmi_class_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__vmi_class_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__vmi_class_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.40. Class __cxxabiv1::__fundamental_type_info


9.1.40.1. Class data for __cxxabiv1::__fundamental_type_info

The virtual table for the __cxxabiv1::__fundamental_type_info class is described by Table 9-68

Table 9-68. vtable for __cxxabiv1::__fundamental_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__fundamental_type_info
vfunc:__cxxabiv1::__fundamental_type_info::~__fundamental_type_info()
vfunc:__cxxabiv1::__fundamental_type_info::~__fundamental_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc: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-69

Table 9-69. typeinfo for __cxxabiv1::__fundamental_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__fundamental_type_info

9.1.40.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-70, with the full functionality as described in the referenced underlying specification.

Table 9-70. libstdcxx - Class __cxxabiv1::__fundamental_type_info Function Interfaces

__cxxabiv1::__fundamental_type_info::~__fundamental_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__fundamental_type_info::~__fundamental_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__fundamental_type_info::~__fundamental_type_info()(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__fundamental_type_info specified in Table 9-71, with the full functionality as described in the referenced underlying specification.

Table 9-71. libstdcxx - Class __cxxabiv1::__fundamental_type_info Data Interfaces

typeinfo for __cxxabiv1::__fundamental_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__fundamental_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__fundamental_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.41. Class __cxxabiv1::__pointer_to_member_type_info


9.1.41.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-72

Table 9-72. vtable for __cxxabiv1::__pointer_to_member_type_info

Base Offset0
RTTItypeinfo for __cxxabiv1::__pointer_to_member_type_info
vfunc:__cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member_type_info()
vfunc:__cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member_type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:__cxxabiv1::__pbase_type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc:type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const
vfunc:__cxxabiv1::__pointer_to_member_type_info::__pointer_catch(__cxxabiv1::__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-73

Table 9-73. typeinfo for __cxxabiv1::__pointer_to_member_type_info

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __cxxabiv1::__pointer_to_member_type_info

9.1.41.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-74, with the full functionality as described in the referenced underlying specification.

Table 9-74. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Function Interfaces

__cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member_type_info()(CXXABI_1.2.2) [1]
__cxxabiv1::__pointer_to_member_type_info::__pointer_catch(__cxxabiv1::__pbase_type_info const*, void**, unsigned int) const(CXXABI_1.2.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class __cxxabiv1::__pointer_to_member_type_info specified in Table 9-75, with the full functionality as described in the referenced underlying specification.

Table 9-75. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Data Interfaces

typeinfo for __cxxabiv1::__pointer_to_member_type_info(GLIBCPP_3.2) [1]
typeinfo name for __cxxabiv1::__pointer_to_member_type_info(GLIBCPP_3.2) [1]
vtable for __cxxabiv1::__pointer_to_member_type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.42. Class __gnu_cxx::stdio_filebuf<char, char_traits<char> >


9.1.42.1. Class data for __gnu_cxx::stdio_filebuf<char, char_traits<char> >

The virtual table for the __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > class is described by Table 9-76

Table 9-76. vtable for __gnu_cxx::stdio_filebuf<char, char_traits<char> >

Base Offset0
RTTItypeinfo for __gnu_cxx::stdio_filebuf<char, char_traits<char> >
vfunc:__gnu_cxx::stdio_filebuf<char, char_traits<char> >::~stdio_filebuf()
vfunc:__gnu_cxx::stdio_filebuf<char, char_traits<char> >::~stdio_filebuf()
vfunc:basic_filebuf<char, char_traits<char> >::imbue(locale const&)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)

The Run Time Type Information for the __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > class is described by Table 9-77

Table 9-77. typeinfo for __gnu_cxx::stdio_filebuf<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __gnu_cxx::stdio_filebuf<char, char_traits<char> >

9.1.42.2. Interfaces for Class __gnu_cxx::stdio_filebuf<char, char_traits<char> >

No external methods are defined for libstdcxx - Class __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >

An LSB conforming implementation shall provide the generic data interfaces for Class __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > specified in Table 9-78, with the full functionality as described in the referenced underlying specification.

Table 9-78. libstdcxx - Class __gnu_cxx::stdio_filebuf<char, char_traits<char> > Data Interfaces

typeinfo for __gnu_cxx::stdio_filebuf<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for __gnu_cxx::stdio_filebuf<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for __gnu_cxx::stdio_filebuf<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.43. Class __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >


9.1.43.1. Class data for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >

The virtual table for the __gnu_cxx::stdio_filebuf<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-79

Table 9-79. vtable for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >
vfunc:__gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >::~stdio_filebuf()
vfunc:__gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >::~stdio_filebuf()
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::imbue(locale const&)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)

The Run Time Type Information for the __gnu_cxx::stdio_filebuf<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-80

Table 9-80. typeinfo for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >

9.1.43.2. Interfaces for Class __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >

No external methods are defined for libstdcxx - Class __gnu_cxx::stdio_filebuf<wchar_t, std::char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic data interfaces for Class __gnu_cxx::stdio_filebuf<wchar_t, std::char_traits<wchar_t> > specified in Table 9-81, with the full functionality as described in the referenced underlying specification.

Table 9-81. libstdcxx - Class __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.44. Class locale::facet


9.1.44.1. Class data for locale::facet

The virtual table for the std::locale::facet class is described by Table 9-82

Table 9-82. vtable for locale::facet

Base Offset0
RTTItypeinfo for locale::facet
vfunc:locale::facet::~facet()
vfunc:locale::facet::~facet()

The Run Time Type Information for the std::locale::facet class is described by Table 9-83

Table 9-83. typeinfo for locale::facet

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for locale::facet

9.1.44.2. Interfaces for Class locale::facet

An LSB conforming implementation shall provide the generic methods for Class std::locale::facet specified in Table 9-84, with the full functionality as described in the referenced underlying specification.

Table 9-84. libstdcxx - Class locale::facet Function Interfaces

locale::facet::_M_add_reference()(GLIBCPP_3.2) [1]
locale::facet::_S_clone_c_locale(__locale_struct*&)(GLIBCPP_3.2) [1]
locale::facet::_S_create_c_locale(__locale_struct*&, char const*, __locale_struct*)(GLIBCPP_3.2) [1]
locale::facet::_M_remove_reference()(GLIBCPP_3.2) [1]
locale::facet::_S_destroy_c_locale(__locale_struct*&)(GLIBCPP_3.2) [1]
locale::facet::~facet()(GLIBCPP_3.2) [1]
locale::facet::~facet()(GLIBCPP_3.2) [1]
locale::facet::~facet()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::locale::facet specified in Table 9-85, with the full functionality as described in the referenced underlying specification.

Table 9-85. libstdcxx - Class locale::facet Data Interfaces

locale::facet::_S_c_locale(GLIBCPP_3.2) [1]
typeinfo for locale::facet(GLIBCPP_3.2) [2]
typeinfo name for locale::facet(GLIBCPP_3.2) [2]
vtable for locale::facet(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.45. Class ios_base::failure


9.1.45.1. Class data for ios_base::failure

The virtual table for the std::ios_base::failure class is described by Table 9-86

Table 9-86. vtable for ios_base::failure

Base Offset0
RTTItypeinfo for ios_base::failure
vfunc:ios_base::failure::~failure()
vfunc:ios_base::failure::~failure()
vfunc:ios_base::failure::what() const

The Run Time Type Information for the std::ios_base::failure class is described by Table 9-87

Table 9-87. typeinfo for ios_base::failure

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for ios_base::failure

9.1.45.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-88, with the full functionality as described in the referenced underlying specification.

Table 9-88. libstdcxx - Class ios_base::failure Function Interfaces

ios_base::failure::what() const(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ios_base::failure specified in Table 9-89, with the full functionality as described in the referenced underlying specification.

Table 9-89. libstdcxx - Class ios_base::failure Data Interfaces

typeinfo for ios_base::failure(GLIBCPP_3.2) [1]
typeinfo name for ios_base::failure(GLIBCPP_3.2) [1]
vtable for ios_base::failure(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.46. Class _ZSdE


9.1.46.1. Class data for basic_iostream<char, char_traits<char> >

The virtual table for the std::basic_iostream<char, std::char_traits<char> > class is described by Table 9-90

Table 9-90. vtable for basic_iostream<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_iostream<char, char_traits<char> >
vfunc:basic_iostream<char, char_traits<char> >::~basic_iostream()
vfunc:basic_iostream<char, char_traits<char> >::~basic_iostream()

The Run Time Type Information for the std::basic_iostream<char, std::char_traits<char> > class is described by Table 9-91

Table 9-91. typeinfo for basic_iostream<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_iostream<char, char_traits<char> >
flags:11
basetype:typeinfo for basic_istream<char, char_traits<char> >2
basetype:typeinfo for basic_ostream<char, char_traits<char> >2050

9.1.46.2. Interfaces for Class _ZSdE

An LSB conforming implementation shall provide the generic methods for Class _ZSdE specified in Table 9-92, with the full functionality as described in the referenced underlying specification.

Table 9-92. libstdcxx - Class _ZSdE Function Interfaces

basic_iostream<char, char_traits<char> >::basic_iostream(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_iostream<char, char_traits<char> >::basic_iostream(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_iostream<char, char_traits<char> >::~basic_iostream()(GLIBCPP_3.2) [1]
basic_iostream<char, char_traits<char> >::~basic_iostream()(GLIBCPP_3.2) [1]
basic_iostream<char, char_traits<char> >::~basic_iostream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class _ZSdE specified in Table 9-93, with the full functionality as described in the referenced underlying specification.

Table 9-93. libstdcxx - Class _ZSdE Data Interfaces

typeinfo for basic_iostream<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_iostream<char, char_traits<char> >(GLIBCPP_3.2) [1]
VTT for basic_iostream<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_iostream<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.47. Class _ZSiE


9.1.47.1. Class data for basic_istream<char, char_traits<char> >

The virtual table for the std::basic_istream<char, std::char_traits<char> > class is described by Table 9-94

Table 9-94. vtable for basic_istream<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_istream<char, char_traits<char> >
vfunc:basic_istream<char, char_traits<char> >::~basic_istream()
vfunc:basic_istream<char, char_traits<char> >::~basic_istream()

The Run Time Type Information for the std::basic_istream<char, std::char_traits<char> > class is described by Table 9-95

Table 9-95. typeinfo for basic_istream<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_istream<char, char_traits<char> >
flags:8
basetype:typeinfo for basic_ios<char, char_traits<char> >4294964227

9.1.47.2. Interfaces for Class _ZSiE

An LSB conforming implementation shall provide the generic methods for Class _ZSiE specified in Table 9-96, with the full functionality as described in the referenced underlying specification.

Table 9-96. libstdcxx - Class _ZSiE Function Interfaces

basic_istream<char, char_traits<char> >::gcount() const(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::get(basic_streambuf<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::get(basic_streambuf<char, char_traits<char> >&, char)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::get(char&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::get()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::peek()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::sync()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::seekg(fpos<__mbstate_t>)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::seekg(long, _Ios_Seekdir)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::tellg()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::unget()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::sentry::sentry(basic_istream<char, char_traits<char> >&, bool)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::sentry::sentry(basic_istream<char, char_traits<char> >&, bool)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::sentry::operator bool()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::putback(char)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::basic_istream(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::basic_istream(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::~basic_istream()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::~basic_istream()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::~basic_istream()(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(basic_istream<char, char_traits<char> >& (*)(basic_istream<char, char_traits<char> >&))(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(ios_base& (*)(ios_base&))(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(basic_ios<char, char_traits<char> >& (*)(basic_ios<char, char_traits<char> >&))(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(void*&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(bool&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(double&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(long double&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(float&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(int&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(unsigned int&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(long&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(unsigned long&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(short&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(unsigned short&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(long long&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >::operator>>(unsigned long long&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class _ZSiE specified in Table 9-97, with the full functionality as described in the referenced underlying specification.

Table 9-97. libstdcxx - Class _ZSiE Data Interfaces

typeinfo for basic_istream<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_istream<char, char_traits<char> >(GLIBCPP_3.2) [1]
VTT for basic_istream<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_istream<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.48. Class _ZSoE


9.1.48.1. Class data for basic_ostream<char, char_traits<char> >

The virtual table for the std::basic_ostream<char, std::char_traits<char> > class is described by Table 9-98

Table 9-98. vtable for basic_ostream<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_ostream<char, char_traits<char> >
vfunc:basic_ostream<char, char_traits<char> >::~basic_ostream()
vfunc:basic_ostream<char, char_traits<char> >::~basic_ostream()

The Run Time Type Information for the std::basic_ostream<char, std::char_traits<char> > class is described by Table 9-99

Table 9-99. typeinfo for basic_ostream<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_ostream<char, char_traits<char> >
flags:8
basetype:typeinfo for basic_ios<char, char_traits<char> >4294964227

9.1.48.2. Interfaces for Class _ZSoE

An LSB conforming implementation shall provide the generic methods for Class _ZSoE specified in Table 9-100, with the full functionality as described in the referenced underlying specification.

Table 9-100. libstdcxx - Class _ZSoE Function Interfaces

basic_ostream<char, char_traits<char> >::put(char)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::flush()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::seekp(fpos<__mbstate_t>)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::seekp(long, _Ios_Seekdir)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::tellp()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::sentry::sentry(basic_ostream<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::sentry::sentry(basic_ostream<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::sentry::~sentry()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::sentry::~sentry()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::sentry::operator bool()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::basic_ostream(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::basic_ostream(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::~basic_ostream()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::~basic_ostream()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::~basic_ostream()(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(basic_ostream<char, char_traits<char> >& (*)(basic_ostream<char, char_traits<char> >&))(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(ios_base& (*)(ios_base&))(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(basic_ios<char, char_traits<char> >& (*)(basic_ios<char, char_traits<char> >&))(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(void const*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(bool)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(double)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(long double)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(float)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(int)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(unsigned int)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(long)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(unsigned long)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(short)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(unsigned short)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(long long)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >::operator<<(unsigned long long)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class _ZSoE specified in Table 9-101, with the full functionality as described in the referenced underlying specification.

Table 9-101. libstdcxx - Class _ZSoE Data Interfaces

typeinfo for basic_ostream<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ostream<char, char_traits<char> >(GLIBCPP_3.2) [1]
VTT for basic_ostream<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_ostream<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.49. Class __num_base


9.1.49.1. Class data for __num_base

The Run Time Type Information for the std::__num_base class is described by Table 9-102

Table 9-102. typeinfo for __num_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for __num_base

9.1.49.2. Interfaces for Class __num_base

An LSB conforming implementation shall provide the generic methods for Class std::__num_base specified in Table 9-103, with the full functionality as described in the referenced underlying specification.

Table 9-103. libstdcxx - Class __num_base Function Interfaces

__num_base::_S_format_int(ios_base const&, char*, char, char)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::__num_base specified in Table 9-104, with the full functionality as described in the referenced underlying specification.

Table 9-104. libstdcxx - Class __num_base Data Interfaces

__num_base::_S_atoms_in [1]
__num_base::_S_atoms_out [1]
__num_base::_S_atoms(GLIBCPP_3.2) [1]
typeinfo for __num_base(GLIBCPP_3.2) [2]
typeinfo name for __num_base(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.50. Class bad_typeid


9.1.50.1. Class data for bad_typeid

The virtual table for the std::bad_typeid class is described by Table 9-105

Table 9-105. vtable for bad_typeid

Base Offset0
RTTItypeinfo for bad_typeid
vfunc:bad_typeid::~bad_typeid()
vfunc:bad_typeid::~bad_typeid()
vfunc:exception::what() const

The Run Time Type Information for the std::bad_typeid class is described by Table 9-106

Table 9-106. typeinfo for bad_typeid

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for bad_typeid

9.1.50.2. Interfaces for Class bad_typeid

An LSB conforming implementation shall provide the generic methods for Class std::bad_typeid specified in Table 9-107, with the full functionality as described in the referenced underlying specification.

Table 9-107. libstdcxx - Class bad_typeid Function Interfaces

bad_typeid::~bad_typeid()(GLIBCPP_3.2) [1]
bad_typeid::~bad_typeid()(GLIBCPP_3.2) [1]
bad_typeid::~bad_typeid()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_typeid specified in Table 9-108, with the full functionality as described in the referenced underlying specification.

Table 9-108. libstdcxx - Class bad_typeid Data Interfaces

typeinfo for bad_typeid(GLIBCPP_3.2) [1]
typeinfo name for bad_typeid(GLIBCPP_3.2) [1]
vtable for bad_typeid(GLIBCPP_3.2) [1]

Referenced Specification(s)


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-109

Table 9-109. typeinfo for ctype_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for ctype_base

9.1.51.2. Interfaces for Class ctype_base

No external methods are defined for libstdcxx - Class std::ctype_base

An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype_base specified in Table 9-110, with the full functionality as described in the referenced underlying specification.

Table 9-110. libstdcxx - Class ctype_base Data Interfaces

ctype_base::alnum(GLIBCPP_3.2) [1]
ctype_base::alpha(GLIBCPP_3.2) [1]
ctype_base::cntrl(GLIBCPP_3.2) [1]
ctype_base::digit(GLIBCPP_3.2) [1]
ctype_base::graph(GLIBCPP_3.2) [1]
ctype_base::lower(GLIBCPP_3.2) [1]
ctype_base::print(GLIBCPP_3.2) [1]
ctype_base::punct(GLIBCPP_3.2) [1]
ctype_base::space(GLIBCPP_3.2) [1]
ctype_base::upper(GLIBCPP_3.2) [1]
ctype_base::xdigit(GLIBCPP_3.2) [1]
typeinfo for ctype_base(GLIBCPP_3.2) [2]
typeinfo name for ctype_base(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.52. Class istrstream


9.1.52.1. Class data for istrstream

The virtual table for the std::istrstream class is described by Table 9-111

Table 9-111. vtable for istrstream

Base Offset0
RTTItypeinfo for istrstream
vfunc:istrstream::~istrstream()
vfunc:istrstream::~istrstream()

The Run Time Type Information for the std::istrstream class is described by Table 9-112

Table 9-112. typeinfo for istrstream

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for istrstream

9.1.52.2. Interfaces for Class istrstream

An LSB conforming implementation shall provide the generic methods for Class std::istrstream specified in Table 9-113, with the full functionality as described in the referenced underlying specification.

Table 9-113. libstdcxx - Class istrstream Function Interfaces

istrstream::rdbuf() const(GLIBCPP_3.2) [1]
istrstream::str()(GLIBCPP_3.2) [1]
istrstream::istrstream(char const*)(GLIBCPP_3.2) [1]
istrstream::istrstream(char*)(GLIBCPP_3.2) [1]
istrstream::istrstream(char const*)(GLIBCPP_3.2) [1]
istrstream::istrstream(char*)(GLIBCPP_3.2) [1]
istrstream::~istrstream()(GLIBCPP_3.2) [1]
istrstream::~istrstream()(GLIBCPP_3.2) [1]
istrstream::~istrstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::istrstream specified in Table 9-114, with the full functionality as described in the referenced underlying specification.

Table 9-114. libstdcxx - Class istrstream Data Interfaces

typeinfo for istrstream(GLIBCPP_3.2) [1]
typeinfo name for istrstream(GLIBCPP_3.2) [1]
VTT for istrstream(GLIBCPP_3.2) [1]
vtable for istrstream(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.53. Class money_base


9.1.53.1. Class data for money_base

The Run Time Type Information for the std::money_base class is described by Table 9-115

Table 9-115. typeinfo for money_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for money_base

9.1.53.2. Interfaces for Class money_base

An LSB conforming implementation shall provide the generic methods for Class std::money_base specified in Table 9-116, with the full functionality as described in the referenced underlying specification.

Table 9-116. libstdcxx - Class money_base Function Interfaces

money_base::_S_construct_pattern(char, char, char)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::money_base specified in Table 9-117, with the full functionality as described in the referenced underlying specification.

Table 9-117. libstdcxx - Class money_base Data Interfaces

money_base::_S_default_pattern(GLIBCPP_3.2) [1]
typeinfo for money_base(GLIBCPP_3.2) [2]
typeinfo name for money_base(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.54. Class moneypunct<char, false>


9.1.54.1. Class data for moneypunct<char, false>

The virtual table for the std::moneypunct<char, false> class is described by Table 9-118

Table 9-118. vtable for moneypunct<char, false>

Base Offset0
RTTItypeinfo for moneypunct<char, false>
vfunc:moneypunct<char, false>::~moneypunct()
vfunc:moneypunct<char, false>::~moneypunct()
vfunc:moneypunct<char, false>::do_decimal_point() const
vfunc:moneypunct<char, false>::do_thousands_sep() const
vfunc:moneypunct<char, false>::do_grouping() const
vfunc:moneypunct<char, false>::do_curr_symbol() const
vfunc:moneypunct<char, false>::do_positive_sign() const
vfunc:moneypunct<char, false>::do_negative_sign() const
vfunc:moneypunct<char, false>::do_frac_digits() const
vfunc:moneypunct<char, false>::do_pos_format() const
vfunc:moneypunct<char, false>::do_neg_format() const

The Run Time Type Information for the std::moneypunct<char, false> class is described by Table 9-119

Table 9-119. typeinfo for moneypunct<char, false>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for moneypunct<char, false>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for money_base2

9.1.54.2. Interfaces for Class moneypunct<char, false>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct<char, false> specified in Table 9-120, with the full functionality as described in the referenced underlying specification.

Table 9-120. libstdcxx - Class moneypunct<char, false> Function Interfaces

moneypunct<char, false>::neg_format() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::pos_format() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_grouping() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_neg_format() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_pos_format() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::do_thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::grouping() const(GLIBCPP_3.2) [1]
moneypunct<char, false>::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCPP_3.2) [1]
moneypunct<char, false>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<char, false>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<char, false>::~moneypunct()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct<char, false> specified in Table 9-121, with the full functionality as described in the referenced underlying specification.

Table 9-121. libstdcxx - Class moneypunct<char, false> Data Interfaces

guard variable for moneypunct<char, false>::id(GLIBCPP_3.2) [1]
moneypunct<char, false>::id(GLIBCPP_3.2) [2]
moneypunct<char, false>::intl(GLIBCPP_3.2) [2]
typeinfo for moneypunct<char, false>(GLIBCPP_3.2) [1]
typeinfo name for moneypunct<char, false>(GLIBCPP_3.2) [1]
vtable for moneypunct<char, false>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.55. Class moneypunct<char, true>


9.1.55.1. Class data for moneypunct<char, true>

The virtual table for the std::moneypunct<char, true> class is described by Table 9-122

Table 9-122. vtable for moneypunct<char, true>

Base Offset0
RTTItypeinfo for moneypunct<char, true>
vfunc:moneypunct<char, true>::~moneypunct()
vfunc:moneypunct<char, true>::~moneypunct()
vfunc:moneypunct<char, true>::do_decimal_point() const
vfunc:moneypunct<char, true>::do_thousands_sep() const
vfunc:moneypunct<char, true>::do_grouping() const
vfunc:moneypunct<char, true>::do_curr_symbol() const
vfunc:moneypunct<char, true>::do_positive_sign() const
vfunc:moneypunct<char, true>::do_negative_sign() const
vfunc:moneypunct<char, true>::do_frac_digits() const
vfunc:moneypunct<char, true>::do_pos_format() const
vfunc:moneypunct<char, true>::do_neg_format() const

The Run Time Type Information for the std::moneypunct<char, true> class is described by Table 9-123

Table 9-123. typeinfo for moneypunct<char, true>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for moneypunct<char, true>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for money_base2

9.1.55.2. Interfaces for Class moneypunct<char, true>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct<char, true> specified in Table 9-124, with the full functionality as described in the referenced underlying specification.

Table 9-124. libstdcxx - Class moneypunct<char, true> Function Interfaces

moneypunct<char, true>::neg_format() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::pos_format() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_grouping() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_neg_format() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_pos_format() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::do_thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::grouping() const(GLIBCPP_3.2) [1]
moneypunct<char, true>::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCPP_3.2) [1]
moneypunct<char, true>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<char, true>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<char, true>::~moneypunct()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct<char, true> specified in Table 9-125, with the full functionality as described in the referenced underlying specification.

Table 9-125. libstdcxx - Class moneypunct<char, true> Data Interfaces

guard variable for moneypunct<char, true>::id(GLIBCPP_3.2) [1]
moneypunct<char, true>::id(GLIBCPP_3.2) [2]
moneypunct<char, true>::intl(GLIBCPP_3.2) [2]
typeinfo for moneypunct<char, true>(GLIBCPP_3.2) [1]
typeinfo name for moneypunct<char, true>(GLIBCPP_3.2) [1]
vtable for moneypunct<char, true>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.56. Class moneypunct<wchar_t, false>


9.1.56.1. Class data for moneypunct<wchar_t, false>

The virtual table for the std::moneypunct<wchar_t, false> class is described by Table 9-126

Table 9-126. vtable for moneypunct<wchar_t, false>

Base Offset0
RTTItypeinfo for moneypunct<wchar_t, false>
vfunc:moneypunct<wchar_t, false>::~moneypunct()
vfunc:moneypunct<wchar_t, false>::~moneypunct()
vfunc:moneypunct<wchar_t, false>::do_decimal_point() const
vfunc:moneypunct<wchar_t, false>::do_thousands_sep() const
vfunc:moneypunct<wchar_t, false>::do_grouping() const
vfunc:moneypunct<wchar_t, false>::do_curr_symbol() const
vfunc:moneypunct<wchar_t, false>::do_positive_sign() const
vfunc:moneypunct<wchar_t, false>::do_negative_sign() const
vfunc:moneypunct<wchar_t, false>::do_frac_digits() const
vfunc:moneypunct<wchar_t, false>::do_pos_format() const
vfunc:moneypunct<wchar_t, false>::do_neg_format() const

The Run Time Type Information for the std::moneypunct<wchar_t, false> class is described by Table 9-127

Table 9-127. typeinfo for moneypunct<wchar_t, false>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for moneypunct<wchar_t, false>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for money_base2

9.1.56.2. Interfaces for Class moneypunct<wchar_t, false>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct<wchar_t, false> specified in Table 9-128, with the full functionality as described in the referenced underlying specification.

Table 9-128. libstdcxx - Class moneypunct<wchar_t, false> Function Interfaces

moneypunct<wchar_t, false>::neg_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::pos_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_grouping() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_neg_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_pos_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::do_thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::grouping() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::~moneypunct()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct<wchar_t, false> specified in Table 9-129, with the full functionality as described in the referenced underlying specification.

Table 9-129. libstdcxx - Class moneypunct<wchar_t, false> Data Interfaces

guard variable for moneypunct<wchar_t, false>::id(GLIBCPP_3.2) [1]
moneypunct<wchar_t, false>::id(GLIBCPP_3.2) [2]
moneypunct<wchar_t, false>::intl(GLIBCPP_3.2) [2]
typeinfo for moneypunct<wchar_t, false>(GLIBCPP_3.2) [1]
typeinfo name for moneypunct<wchar_t, false>(GLIBCPP_3.2) [1]
vtable for moneypunct<wchar_t, false>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.57. Class moneypunct<wchar_t, true>


9.1.57.1. Class data for moneypunct<wchar_t, true>

The virtual table for the std::moneypunct<wchar_t, true> class is described by Table 9-130

Table 9-130. vtable for moneypunct<wchar_t, true>

Base Offset0
RTTItypeinfo for moneypunct<wchar_t, true>
vfunc:moneypunct<wchar_t, true>::~moneypunct()
vfunc:moneypunct<wchar_t, true>::~moneypunct()
vfunc:moneypunct<wchar_t, true>::do_decimal_point() const
vfunc:moneypunct<wchar_t, true>::do_thousands_sep() const
vfunc:moneypunct<wchar_t, true>::do_grouping() const
vfunc:moneypunct<wchar_t, true>::do_curr_symbol() const
vfunc:moneypunct<wchar_t, true>::do_positive_sign() const
vfunc:moneypunct<wchar_t, true>::do_negative_sign() const
vfunc:moneypunct<wchar_t, true>::do_frac_digits() const
vfunc:moneypunct<wchar_t, true>::do_pos_format() const
vfunc:moneypunct<wchar_t, true>::do_neg_format() const

The Run Time Type Information for the std::moneypunct<wchar_t, true> class is described by Table 9-131

Table 9-131. typeinfo for moneypunct<wchar_t, true>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for moneypunct<wchar_t, true>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for money_base2

9.1.57.2. Interfaces for Class moneypunct<wchar_t, true>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct<wchar_t, true> specified in Table 9-132, with the full functionality as described in the referenced underlying specification.

Table 9-132. libstdcxx - Class moneypunct<wchar_t, true> Function Interfaces

moneypunct<wchar_t, true>::neg_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::pos_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_grouping() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_neg_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_pos_format() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_curr_symbol() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_frac_digits() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_decimal_point() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_negative_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_positive_sign() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::do_thousands_sep() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::grouping() const(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::_M_initialize_moneypunct(__locale_struct*, char const*)(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::~moneypunct()(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::~moneypunct()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct<wchar_t, true> specified in Table 9-133, with the full functionality as described in the referenced underlying specification.

Table 9-133. libstdcxx - Class moneypunct<wchar_t, true> Data Interfaces

guard variable for moneypunct<wchar_t, true>::id(GLIBCPP_3.2) [1]
moneypunct<wchar_t, true>::id(GLIBCPP_3.2) [2]
moneypunct<wchar_t, true>::intl(GLIBCPP_3.2) [2]
typeinfo for moneypunct<wchar_t, true>(GLIBCPP_3.2) [1]
typeinfo name for moneypunct<wchar_t, true>(GLIBCPP_3.2) [1]
vtable for moneypunct<wchar_t, true>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.58. Class ostrstream


9.1.58.1. Class data for ostrstream

The virtual table for the std::ostrstream class is described by Table 9-134

Table 9-134. vtable for ostrstream

Base Offset0
RTTItypeinfo for ostrstream
vfunc:ostrstream::~ostrstream()
vfunc:ostrstream::~ostrstream()

The Run Time Type Information for the std::ostrstream class is described by Table 9-135

Table 9-135. typeinfo for ostrstream

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for ostrstream

9.1.58.2. Interfaces for Class ostrstream

An LSB conforming implementation shall provide the generic methods for Class std::ostrstream specified in Table 9-136, with the full functionality as described in the referenced underlying specification.

Table 9-136. libstdcxx - Class ostrstream Function Interfaces

ostrstream::rdbuf() const(GLIBCPP_3.2) [1]
ostrstream::pcount() const(GLIBCPP_3.2) [1]
ostrstream::str()(GLIBCPP_3.2) [1]
ostrstream::freeze(bool)(GLIBCPP_3.2) [1]
ostrstream::ostrstream(char*, int, _Ios_Openmode)(GLIBCPP_3.2) [1]
ostrstream::ostrstream()(GLIBCPP_3.2) [1]
ostrstream::ostrstream(char*, int, _Ios_Openmode)(GLIBCPP_3.2) [1]
ostrstream::ostrstream()(GLIBCPP_3.2) [1]
ostrstream::~ostrstream()(GLIBCPP_3.2) [1]
ostrstream::~ostrstream()(GLIBCPP_3.2) [1]
ostrstream::~ostrstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ostrstream specified in Table 9-137, with the full functionality as described in the referenced underlying specification.

Table 9-137. libstdcxx - Class ostrstream Data Interfaces

typeinfo for ostrstream(GLIBCPP_3.2) [1]
typeinfo name for ostrstream(GLIBCPP_3.2) [1]
VTT for ostrstream(GLIBCPP_3.2) [1]
vtable for ostrstream(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.59. Class __timepunct<char>


9.1.59.1. Class data for __timepunct<char>

The virtual table for the std::__timepunct<char> class is described by Table 9-138

Table 9-138. vtable for __timepunct<char>

Base Offset0
RTTItypeinfo for __timepunct<char>
vfunc:__timepunct<char>::~__timepunct()
vfunc:__timepunct<char>::~__timepunct()

The Run Time Type Information for the std::__timepunct<char> class is described by Table 9-139

Table 9-139. typeinfo for __timepunct<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __timepunct<char>

9.1.59.2. Interfaces for Class __timepunct<char>

An LSB conforming implementation shall provide the generic methods for Class std::__timepunct<char> specified in Table 9-140, with the full functionality as described in the referenced underlying specification.

Table 9-140. libstdcxx - Class __timepunct<char> Function Interfaces

__timepunct<char>::_M_date_formats(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_time_formats(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_days_abbreviated(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_date_time_formats(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_months_abbreviated(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_ampm(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_days(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_months(char const**) const(GLIBCPP_3.2) [1]
__timepunct<char>::_M_initialize_timepunct(__locale_struct*)(GLIBCPP_3.2) [1]
__timepunct<char>::~__timepunct()(GLIBCPP_3.2) [1]
__timepunct<char>::~__timepunct()(GLIBCPP_3.2) [1]
__timepunct<char>::~__timepunct()(GLIBCPP_3.2) [1]
bool has_facet<__timepunct<char> >(locale const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::__timepunct<char> specified in Table 9-141, with the full functionality as described in the referenced underlying specification.

Table 9-141. libstdcxx - Class __timepunct<char> Data Interfaces

guard variable for __timepunct<char>::id(GLIBCPP_3.2) [1]
__timepunct<char>::_S_timezones(GLIBCPP_3.2) [2]
__timepunct<char>::id(GLIBCPP_3.2) [2]
typeinfo for __timepunct<char>(GLIBCPP_3.2) [1]
typeinfo name for __timepunct<char>(GLIBCPP_3.2) [1]
vtable for __timepunct<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.60. Class __timepunct<wchar_t>


9.1.60.1. Class data for __timepunct<wchar_t>

The virtual table for the std::__timepunct<wchar_t> class is described by Table 9-142

Table 9-142. vtable for __timepunct<wchar_t>

Base Offset0
RTTItypeinfo for __timepunct<wchar_t>
vfunc:__timepunct<wchar_t>::~__timepunct()
vfunc:__timepunct<wchar_t>::~__timepunct()

The Run Time Type Information for the std::__timepunct<wchar_t> class is described by Table 9-143

Table 9-143. typeinfo for __timepunct<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for __timepunct<wchar_t>

9.1.60.2. Interfaces for Class __timepunct<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::__timepunct<wchar_t> specified in Table 9-144, with the full functionality as described in the referenced underlying specification.

Table 9-144. libstdcxx - Class __timepunct<wchar_t> Function Interfaces

__timepunct<wchar_t>::_M_date_formats(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_time_formats(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_days_abbreviated(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_date_time_formats(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_months_abbreviated(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_ampm(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_days(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_months(wchar_t const**) const(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_M_initialize_timepunct(__locale_struct*)(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::~__timepunct()(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::~__timepunct()(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::~__timepunct()(GLIBCPP_3.2) [1]
bool has_facet<__timepunct<wchar_t> >(locale const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::__timepunct<wchar_t> specified in Table 9-145, with the full functionality as described in the referenced underlying specification.

Table 9-145. libstdcxx - Class __timepunct<wchar_t> Data Interfaces

guard variable for __timepunct<wchar_t>::id(GLIBCPP_3.2) [1]
__timepunct<wchar_t>::_S_timezones(GLIBCPP_3.2) [2]
__timepunct<wchar_t>::id(GLIBCPP_3.2) [2]
typeinfo for __timepunct<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for __timepunct<wchar_t>(GLIBCPP_3.2) [1]
vtable for __timepunct<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.61. Class logic_error


9.1.61.1. Class data for logic_error

The virtual table for the std::logic_error class is described by Table 9-146

Table 9-146. vtable for logic_error

Base Offset0
RTTItypeinfo for logic_error
vfunc:logic_error::~logic_error()
vfunc:logic_error::~logic_error()
vfunc:logic_error::what() const

The Run Time Type Information for the std::logic_error class is described by Table 9-147

Table 9-147. typeinfo for logic_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for logic_error

9.1.61.2. Interfaces for Class logic_error

An LSB conforming implementation shall provide the generic methods for Class std::logic_error specified in Table 9-148, with the full functionality as described in the referenced underlying specification.

Table 9-148. libstdcxx - Class logic_error Function Interfaces

logic_error::what() const(GLIBCPP_3.2) [1]
logic_error::logic_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
logic_error::logic_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
logic_error::~logic_error()(GLIBCPP_3.2) [1]
logic_error::~logic_error()(GLIBCPP_3.2) [1]
logic_error::~logic_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::logic_error specified in Table 9-149, with the full functionality as described in the referenced underlying specification.

Table 9-149. libstdcxx - Class logic_error Data Interfaces

typeinfo for logic_error(GLIBCPP_3.2) [1]
typeinfo name for logic_error(GLIBCPP_3.2) [1]
vtable for logic_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.62. Class range_error


9.1.62.1. Class data for range_error

The virtual table for the std::range_error class is described by Table 9-150

Table 9-150. vtable for range_error

Base Offset0
RTTItypeinfo for range_error
vfunc:range_error::~range_error()
vfunc:range_error::~range_error()
vfunc:runtime_error::what() const

The Run Time Type Information for the std::range_error class is described by Table 9-151

Table 9-151. typeinfo for range_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for range_error

9.1.62.2. Interfaces for Class range_error

An LSB conforming implementation shall provide the generic methods for Class std::range_error specified in Table 9-152, with the full functionality as described in the referenced underlying specification.

Table 9-152. libstdcxx - Class range_error Function Interfaces

range_error::range_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
range_error::range_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
range_error::~range_error()(GLIBCPP_3.2) [1]
range_error::~range_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::range_error specified in Table 9-153, with the full functionality as described in the referenced underlying specification.

Table 9-153. libstdcxx - Class range_error Data Interfaces

typeinfo for range_error(GLIBCPP_3.2) [1]
typeinfo name for range_error(GLIBCPP_3.2) [1]
vtable for range_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.63. Class codecvt_base


9.1.63.1. Class data for codecvt_base

The Run Time Type Information for the std::codecvt_base class is described by Table 9-154

Table 9-154. typeinfo for codecvt_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for codecvt_base

9.1.63.2. Interfaces for Class codecvt_base

No external methods are defined for libstdcxx - Class std::codecvt_base

An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt_base specified in Table 9-155, with the full functionality as described in the referenced underlying specification.

Table 9-155. libstdcxx - Class codecvt_base Data Interfaces

typeinfo for codecvt_base(GLIBCPP_3.2) [1]
typeinfo name for codecvt_base(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.64. Class ctype_byname<char>


9.1.64.1. Class data for ctype_byname<char>

The virtual table for the std::ctype_byname<char> class is described by Table 9-156

Table 9-156. vtable for ctype_byname<char>

Base Offset0
RTTItypeinfo for ctype_byname<char>
vfunc:ctype_byname<char>::~ctype_byname()
vfunc:ctype_byname<char>::~ctype_byname()
vfunc:ctype<char>::do_is(unsigned short, char) const
vfunc:ctype<char>::do_is(char const*, char const*, unsigned short*) const
vfunc:ctype<char>::do_scan_is(unsigned short, char const*, char const*) const
vfunc:ctype<char>::do_scan_not(unsigned short, char const*, char const*) const
vfunc:ctype<char>::do_toupper(char) const
vfunc:ctype<char>::do_toupper(char*, char const*) const
vfunc:ctype<char>::do_tolower(char) const
vfunc:ctype<char>::do_tolower(char*, char const*) const
vfunc:ctype<char>::do_widen(char) const
vfunc:ctype<char>::do_widen(char const*, char const*, char*) const
vfunc:ctype<char>::do_narrow(char, char) const
vfunc:ctype<char>::do_narrow(char const*, char const*, char, char*) const

The Run Time Type Information for the std::ctype_byname<char> class is described by Table 9-157

Table 9-157. typeinfo for ctype_byname<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for ctype_byname<char>

9.1.64.2. Interfaces for Class ctype_byname<char>

An LSB conforming implementation shall provide the generic methods for Class std::ctype_byname<char> specified in Table 9-158, with the full functionality as described in the referenced underlying specification.

Table 9-158. libstdcxx - Class ctype_byname<char> Function Interfaces

ctype_byname<char>::~ctype_byname()(GLIBCPP_3.2) [1]
ctype_byname<char>::~ctype_byname()(GLIBCPP_3.2) [1]
ctype_byname<char>::~ctype_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype_byname<char> specified in Table 9-159, with the full functionality as described in the referenced underlying specification.

Table 9-159. libstdcxx - Class ctype_byname<char> Data Interfaces

typeinfo for ctype_byname<char>(GLIBCPP_3.2) [1]
typeinfo name for ctype_byname<char>(GLIBCPP_3.2) [1]
vtable for ctype_byname<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.65. Class ctype_byname<wchar_t>


9.1.65.1. Interfaces for Class ctype_byname<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::ctype_byname<wchar_t> specified in Table 9-160, with the full functionality as described in the referenced underlying specification.

Table 9-160. libstdcxx - Class ctype_byname<wchar_t> Function Interfaces

ctype_byname<wchar_t>::~ctype_byname()(GLIBCPP_3.2) [1]
ctype_byname<wchar_t>::~ctype_byname()(GLIBCPP_3.2) [1]
ctype_byname<wchar_t>::~ctype_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype_byname<wchar_t> specified in Table 9-161, with the full functionality as described in the referenced underlying specification.

Table 9-161. libstdcxx - Class ctype_byname<wchar_t> Data Interfaces

typeinfo for ctype_byname<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for ctype_byname<wchar_t>(GLIBCPP_3.2) [1]
vtable for ctype_byname<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.66. Class domain_error


9.1.66.1. Class data for domain_error

The virtual table for the std::domain_error class is described by Table 9-162

Table 9-162. vtable for domain_error

Base Offset0
RTTItypeinfo for domain_error
vfunc:domain_error::~domain_error()
vfunc:domain_error::~domain_error()
vfunc:logic_error::what() const

The Run Time Type Information for the std::domain_error class is described by Table 9-163

Table 9-163. typeinfo for domain_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for domain_error

9.1.66.2. Interfaces for Class domain_error

An LSB conforming implementation shall provide the generic methods for Class std::domain_error specified in Table 9-164, with the full functionality as described in the referenced underlying specification.

Table 9-164. libstdcxx - Class domain_error Function Interfaces

domain_error::domain_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
domain_error::domain_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
domain_error::~domain_error()(GLIBCPP_3.2) [1]
domain_error::~domain_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::domain_error specified in Table 9-165, with the full functionality as described in the referenced underlying specification.

Table 9-165. libstdcxx - Class domain_error Data Interfaces

typeinfo for domain_error(GLIBCPP_3.2) [1]
typeinfo name for domain_error(GLIBCPP_3.2) [1]
vtable for domain_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.67. Class length_error


9.1.67.1. Class data for length_error

The virtual table for the std::length_error class is described by Table 9-166

Table 9-166. vtable for length_error

Base Offset0
RTTItypeinfo for length_error
vfunc:length_error::~length_error()
vfunc:length_error::~length_error()
vfunc:logic_error::what() const

The Run Time Type Information for the std::length_error class is described by Table 9-167

Table 9-167. typeinfo for length_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for length_error

9.1.67.2. Interfaces for Class length_error

An LSB conforming implementation shall provide the generic methods for Class std::length_error specified in Table 9-168, with the full functionality as described in the referenced underlying specification.

Table 9-168. libstdcxx - Class length_error Function Interfaces

length_error::length_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
length_error::length_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
length_error::~length_error()(GLIBCPP_3.2) [1]
length_error::~length_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::length_error specified in Table 9-169, with the full functionality as described in the referenced underlying specification.

Table 9-169. libstdcxx - Class length_error Data Interfaces

typeinfo for length_error(GLIBCPP_3.2) [1]
typeinfo name for length_error(GLIBCPP_3.2) [1]
vtable for length_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.68. Class out_of_range


9.1.68.1. Class data for out_of_range

The virtual table for the std::out_of_range class is described by Table 9-170

Table 9-170. vtable for out_of_range

Base Offset0
RTTItypeinfo for out_of_range
vfunc:out_of_range::~out_of_range()
vfunc:out_of_range::~out_of_range()
vfunc:logic_error::what() const

The Run Time Type Information for the std::out_of_range class is described by Table 9-171

Table 9-171. typeinfo for out_of_range

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for out_of_range

9.1.68.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-172, with the full functionality as described in the referenced underlying specification.

Table 9-172. libstdcxx - Class out_of_range Function Interfaces

out_of_range::out_of_range(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
out_of_range::out_of_range(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
out_of_range::~out_of_range()(GLIBCPP_3.2) [1]
out_of_range::~out_of_range()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::out_of_range specified in Table 9-173, with the full functionality as described in the referenced underlying specification.

Table 9-173. libstdcxx - Class out_of_range Data Interfaces

typeinfo for out_of_range(GLIBCPP_3.2) [1]
typeinfo name for out_of_range(GLIBCPP_3.2) [1]
vtable for out_of_range(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.69. Class strstreambuf


9.1.69.1. Class data for strstreambuf

The virtual table for the std::strstreambuf class is described by Table 9-174

Table 9-174. vtable for strstreambuf

Base Offset0
RTTItypeinfo for strstreambuf
vfunc:strstreambuf::~strstreambuf()
vfunc:strstreambuf::~strstreambuf()
vfunc:basic_streambuf<char, char_traits<char> >::imbue(locale const&)
vfunc:strstreambuf::setbuf(char*, int)
vfunc:strstreambuf::setbuf(char*, long)
vfunc:strstreambuf::setbuf(char*, int)
vfunc:strstreambuf::setbuf(char*, int)
vfunc:strstreambuf::setbuf(char*, int)

The Run Time Type Information for the std::strstreambuf class is described by Table 9-175

Table 9-175. typeinfo for strstreambuf

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for strstreambuf

9.1.69.2. Interfaces for Class strstreambuf

An LSB conforming implementation shall provide the generic methods for Class std::strstreambuf specified in Table 9-176, with the full functionality as described in the referenced underlying specification.

Table 9-176. libstdcxx - Class strstreambuf Function Interfaces

strstreambuf::pcount() const(GLIBCPP_3.2) [1]
strstreambuf::str()(GLIBCPP_3.2) [1]
strstreambuf::freeze(bool)(GLIBCPP_3.2) [1]
strstreambuf::_M_free(char*)(GLIBCPP_3.2) [1]
strstreambuf::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
strstreambuf::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
strstreambuf::overflow(int)(GLIBCPP_3.2) [1]
strstreambuf::pbackfail(int)(GLIBCPP_3.2) [1]
strstreambuf::underflow()(GLIBCPP_3.2) [1]
strstreambuf::~strstreambuf()(GLIBCPP_3.2) [1]
strstreambuf::~strstreambuf()(GLIBCPP_3.2) [1]
strstreambuf::~strstreambuf()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::strstreambuf specified in Table 9-177, with the full functionality as described in the referenced underlying specification.

Table 9-177. libstdcxx - Class strstreambuf Data Interfaces

typeinfo for strstreambuf(GLIBCPP_3.2) [1]
typeinfo name for strstreambuf(GLIBCPP_3.2) [1]
vtable for strstreambuf(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.70. Class bad_exception


9.1.70.1. Class data for bad_exception

The virtual table for the std::bad_exception class is described by Table 9-178

Table 9-178. vtable for bad_exception

Base Offset0
RTTItypeinfo for bad_exception
vfunc:bad_exception::~bad_exception()
vfunc:bad_exception::~bad_exception()
vfunc:exception::what() const

The Run Time Type Information for the std::bad_exception class is described by Table 9-179

Table 9-179. typeinfo for bad_exception

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for bad_exception

9.1.70.2. Interfaces for Class bad_exception

An LSB conforming implementation shall provide the generic methods for Class std::bad_exception specified in Table 9-180, with the full functionality as described in the referenced underlying specification.

Table 9-180. libstdcxx - Class bad_exception Function Interfaces

bad_exception::~bad_exception()(GLIBCPP_3.2) [1]
bad_exception::~bad_exception()(GLIBCPP_3.2) [1]
bad_exception::~bad_exception()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_exception specified in Table 9-181, with the full functionality as described in the referenced underlying specification.

Table 9-181. libstdcxx - Class bad_exception Data Interfaces

typeinfo for bad_exception(GLIBCPP_3.2) [1]
typeinfo name for bad_exception(GLIBCPP_3.2) [1]
vtable for bad_exception(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.71. Class basic_filebuf<char, char_traits<char> >


9.1.71.1. Class data for basic_filebuf<char, char_traits<char> >

The virtual table for the std::basic_filebuf<char, std::char_traits<char> > class is described by Table 9-182

Table 9-182. vtable for basic_filebuf<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_filebuf<char, char_traits<char> >
vfunc:basic_filebuf<char, char_traits<char> >::~basic_filebuf()
vfunc:basic_filebuf<char, char_traits<char> >::~basic_filebuf()
vfunc:basic_filebuf<char, char_traits<char> >::imbue(locale const&)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_filebuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_filebuf<char, char_traits<char> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)
vfunc:basic_filebuf<char, char_traits<char> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)

The Run Time Type Information for the std::basic_filebuf<char, std::char_traits<char> > class is described by Table 9-183

Table 9-183. typeinfo for basic_filebuf<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_filebuf<char, char_traits<char> >

9.1.71.2. Interfaces for Class basic_filebuf<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_filebuf<char, std::char_traits<char> > specified in Table 9-184, with the full functionality as described in the referenced underlying specification.

Table 9-184. libstdcxx - Class basic_filebuf<char, char_traits<char> > Function Interfaces

basic_filebuf<char, char_traits<char> >::is_open() const(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_output_unshift()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_really_overflow(int)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_set_determinate(long)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_is_indeterminate()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_underflow_common(bool)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_set_indeterminate()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_destroy_internal_buffer()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::_M_allocate_internal_buffer()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::sync()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::close()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::imbue(locale const&)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::uflow()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::overflow(int)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::pbackfail(int)(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::showmanyc()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::underflow()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::~basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::~basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<char, char_traits<char> >::~basic_filebuf()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_filebuf<char, std::char_traits<char> > specified in Table 9-185, with the full functionality as described in the referenced underlying specification.

Table 9-185. libstdcxx - Class basic_filebuf<char, char_traits<char> > Data Interfaces

typeinfo for basic_filebuf<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_filebuf<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_filebuf<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.72. Class basic_filebuf<wchar_t, char_traits<wchar_t> >


9.1.72.1. Class data for basic_filebuf<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_filebuf<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-186

Table 9-186. vtable for basic_filebuf<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_filebuf<wchar_t, char_traits<wchar_t> >
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::~basic_filebuf()
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::~basic_filebuf()
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::imbue(locale const&)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)
vfunc:basic_filebuf<wchar_t, char_traits<wchar_t> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)

The Run Time Type Information for the std::basic_filebuf<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-187

Table 9-187. typeinfo for basic_filebuf<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_filebuf<wchar_t, char_traits<wchar_t> >

9.1.72.2. Interfaces for Class basic_filebuf<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_filebuf<wchar_t, std::char_traits<wchar_t> > specified in Table 9-188, with the full functionality as described in the referenced underlying specification.

Table 9-188. libstdcxx - Class basic_filebuf<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_filebuf<wchar_t, char_traits<wchar_t> >::is_open() const(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_output_unshift()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_really_overflow(unsigned int)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_set_determinate(long)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_is_indeterminate()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_underflow_common(bool)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_set_indeterminate()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_destroy_internal_buffer()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::_M_allocate_internal_buffer()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::sync()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::close()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::imbue(locale const&)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::uflow()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::overflow(unsigned int)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::pbackfail(unsigned int)(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::showmanyc()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::underflow()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::~basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::~basic_filebuf()(GLIBCPP_3.2) [1]
basic_filebuf<wchar_t, char_traits<wchar_t> >::~basic_filebuf()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_filebuf<wchar_t, std::char_traits<wchar_t> > specified in Table 9-189, with the full functionality as described in the referenced underlying specification.

Table 9-189. libstdcxx - Class basic_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_filebuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_filebuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_filebuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.73. Class basic_fstream<char, char_traits<char> >


9.1.73.1. Class data for basic_fstream<char, char_traits<char> >

The virtual table for the std::basic_fstream<char, std::char_traits<char> > class is described by Table 9-190

Table 9-190. vtable for basic_fstream<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_fstream<char, char_traits<char> >
vfunc:basic_fstream<char, char_traits<char> >::~basic_fstream()
vfunc:basic_fstream<char, char_traits<char> >::~basic_fstream()

The Run Time Type Information for the std::basic_fstream<char, std::char_traits<char> > class is described by Table 9-191

Table 9-191. typeinfo for basic_fstream<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_fstream<char, char_traits<char> >

9.1.73.2. Interfaces for Class basic_fstream<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_fstream<char, std::char_traits<char> > specified in Table 9-192, with the full functionality as described in the referenced underlying specification.

Table 9-192. libstdcxx - Class basic_fstream<char, char_traits<char> > Function Interfaces

basic_fstream<char, char_traits<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::close()(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::is_open()(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::basic_fstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::basic_fstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::~basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::~basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<char, char_traits<char> >::~basic_fstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_fstream<char, std::char_traits<char> > specified in Table 9-193, with the full functionality as described in the referenced underlying specification.

Table 9-193. libstdcxx - Class basic_fstream<char, char_traits<char> > Data Interfaces

typeinfo for basic_fstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_fstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
VTT for basic_fstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_fstream<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.74. Class basic_fstream<wchar_t, char_traits<wchar_t> >


9.1.74.1. Class data for basic_fstream<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_fstream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-194

Table 9-194. vtable for basic_fstream<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_fstream<wchar_t, char_traits<wchar_t> >
vfunc:basic_fstream<wchar_t, char_traits<wchar_t> >::~basic_fstream()
vfunc:basic_fstream<wchar_t, char_traits<wchar_t> >::~basic_fstream()

The Run Time Type Information for the std::basic_fstream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-195

Table 9-195. typeinfo for basic_fstream<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_fstream<wchar_t, char_traits<wchar_t> >

9.1.74.2. Interfaces for Class basic_fstream<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_fstream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-196, with the full functionality as described in the referenced underlying specification.

Table 9-196. libstdcxx - Class basic_fstream<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_fstream<wchar_t, char_traits<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::close()(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::is_open()(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::basic_fstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::basic_fstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::~basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::~basic_fstream()(GLIBCPP_3.2) [1]
basic_fstream<wchar_t, char_traits<wchar_t> >::~basic_fstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_fstream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-197, with the full functionality as described in the referenced underlying specification.

Table 9-197. libstdcxx - Class basic_fstream<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_fstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_fstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_fstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_fstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.75. Class basic_istream<wchar_t, char_traits<wchar_t> >


9.1.75.1. Class data for basic_istream<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_istream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-198

Table 9-198. vtable for basic_istream<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_istream<wchar_t, char_traits<wchar_t> >
vfunc:basic_istream<wchar_t, char_traits<wchar_t> >::~basic_istream()
vfunc:basic_istream<wchar_t, char_traits<wchar_t> >::~basic_istream()

The Run Time Type Information for the std::basic_istream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-199

Table 9-199. typeinfo for basic_istream<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_istream<wchar_t, char_traits<wchar_t> >
flags:8
basetype:typeinfo for basic_ios<wchar_t, char_traits<wchar_t> >4294964227

9.1.75.2. Interfaces for Class basic_istream<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_istream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-200, with the full functionality as described in the referenced underlying specification.

Table 9-200. libstdcxx - Class basic_istream<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_istream<wchar_t, char_traits<wchar_t> >::gcount() const(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::get(basic_streambuf<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::get(basic_streambuf<wchar_t, char_traits<wchar_t> >&, wchar_t)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::get(wchar_t&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::get()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::peek()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::sync()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::seekg(fpos<__mbstate_t>)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::seekg(long, _Ios_Seekdir)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::tellg()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::unget()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::sentry::sentry(basic_istream<wchar_t, char_traits<wchar_t> >&, bool)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::sentry::sentry(basic_istream<wchar_t, char_traits<wchar_t> >&, bool)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::sentry::operator bool()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::putback(wchar_t)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::basic_istream(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::basic_istream(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::~basic_istream()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::~basic_istream()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::~basic_istream()(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(basic_istream<wchar_t, char_traits<wchar_t> >& (*)(basic_istream<wchar_t, char_traits<wchar_t> >&))(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(ios_base& (*)(ios_base&))(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(basic_ios<wchar_t, char_traits<wchar_t> >& (*)(basic_ios<wchar_t, char_traits<wchar_t> >&))(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(void*&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(bool&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(double&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(long double&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(float&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(int&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(unsigned int&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(long&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(unsigned long&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(short&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(unsigned short&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(long long&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >::operator>>(unsigned long long&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& ws<wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& getline<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& getline<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&, wchar_t)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><double, wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<double>&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><long double, wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<long double>&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><float, wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<float>&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, wchar_t*)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, wchar_t&)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, _Setiosflags)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, _Setprecision)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, _Resetiosflags)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, _Setw)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, _Setbase)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, _Setfill<wchar_t>)(GLIBCPP_3.2) [1]
basic_istream<wchar_t, char_traits<wchar_t> >& operator>><wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(basic_istream<wchar_t, char_traits<wchar_t> >&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-201, with the full functionality as described in the referenced underlying specification.

Table 9-201. libstdcxx - Class basic_istream<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_istream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_istream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_istream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_istream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.76. Class basic_ostream<wchar_t, char_traits<wchar_t> >


9.1.76.1. Class data for basic_ostream<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_ostream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-202

Table 9-202. vtable for basic_ostream<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_ostream<wchar_t, char_traits<wchar_t> >
vfunc:basic_ostream<wchar_t, char_traits<wchar_t> >::~basic_ostream()
vfunc:basic_ostream<wchar_t, char_traits<wchar_t> >::~basic_ostream()

The Run Time Type Information for the std::basic_ostream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-203

Table 9-203. typeinfo for basic_ostream<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_ostream<wchar_t, char_traits<wchar_t> >
flags:8
basetype:typeinfo for basic_ios<wchar_t, char_traits<wchar_t> >4294964227

9.1.76.2. Interfaces for Class basic_ostream<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ostream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-204, with the full functionality as described in the referenced underlying specification.

Table 9-204. libstdcxx - Class basic_ostream<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_ostream<wchar_t, char_traits<wchar_t> >::put(wchar_t)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::flush()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::seekp(fpos<__mbstate_t>)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::seekp(long, _Ios_Seekdir)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::tellp()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::sentry::sentry(basic_ostream<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::sentry::sentry(basic_ostream<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::sentry::~sentry()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::sentry::~sentry()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::sentry::operator bool()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::basic_ostream(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::basic_ostream(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::~basic_ostream()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::~basic_ostream()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::~basic_ostream()(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >& (*)(basic_ostream<wchar_t, char_traits<wchar_t> >&))(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(ios_base& (*)(ios_base&))(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(basic_ios<wchar_t, char_traits<wchar_t> >& (*)(basic_ios<wchar_t, char_traits<wchar_t> >&))(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(void const*)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(bool)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(double)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(long double)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(float)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(int)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(unsigned int)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(long)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(unsigned long)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(short)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(unsigned short)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(long long)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >::operator<<(unsigned long long)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& endl<wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& ends<wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& flush<wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <double, wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, complex<double> const&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <long double, wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, complex<long double> const&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <float, wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, complex<float> const&)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, wchar_t const*)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, char const*)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, wchar_t)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, _Setiosflags)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, _Setprecision)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, _Resetiosflags)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, _Setw)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, _Setbase)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, _Setfill<wchar_t>)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, char)(GLIBCPP_3.2) [1]
basic_ostream<wchar_t, char_traits<wchar_t> >& operator<< <wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(basic_ostream<wchar_t, char_traits<wchar_t> >&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-205, with the full functionality as described in the referenced underlying specification.

Table 9-205. libstdcxx - Class basic_ostream<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_ostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_ostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_ostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.77. Class messages_base


9.1.77.1. Class data for messages_base

The Run Time Type Information for the std::messages_base class is described by Table 9-206

Table 9-206. typeinfo for messages_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for messages_base

9.1.77.2. Interfaces for Class messages_base

No external methods are defined for libstdcxx - Class std::messages_base

An LSB conforming implementation shall provide the generic data interfaces for Class std::messages_base specified in Table 9-207, with the full functionality as described in the referenced underlying specification.

Table 9-207. libstdcxx - Class messages_base Data Interfaces

typeinfo for messages_base(GLIBCPP_3.2) [1]
typeinfo name for messages_base(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.78. Class runtime_error


9.1.78.1. Class data for runtime_error

The virtual table for the std::runtime_error class is described by Table 9-208

Table 9-208. vtable for runtime_error

Base Offset0
RTTItypeinfo for runtime_error
vfunc:runtime_error::~runtime_error()
vfunc:runtime_error::~runtime_error()
vfunc:runtime_error::what() const

The Run Time Type Information for the std::runtime_error class is described by Table 9-209

Table 9-209. typeinfo for runtime_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for runtime_error

9.1.78.2. Interfaces for Class runtime_error

An LSB conforming implementation shall provide the generic methods for Class std::runtime_error specified in Table 9-210, with the full functionality as described in the referenced underlying specification.

Table 9-210. libstdcxx - Class runtime_error Function Interfaces

runtime_error::what() const(GLIBCPP_3.2) [1]
runtime_error::runtime_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
runtime_error::runtime_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
runtime_error::~runtime_error()(GLIBCPP_3.2) [1]
runtime_error::~runtime_error()(GLIBCPP_3.2) [1]
runtime_error::~runtime_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::runtime_error specified in Table 9-211, with the full functionality as described in the referenced underlying specification.

Table 9-211. libstdcxx - Class runtime_error Data Interfaces

typeinfo for runtime_error(GLIBCPP_3.2) [1]
typeinfo name for runtime_error(GLIBCPP_3.2) [1]
vtable for runtime_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.79. Class basic_ifstream<char, char_traits<char> >


9.1.79.1. Class data for basic_ifstream<char, char_traits<char> >

The virtual table for the std::basic_ifstream<char, std::char_traits<char> > class is described by Table 9-212

Table 9-212. vtable for basic_ifstream<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_ifstream<char, char_traits<char> >
vfunc:basic_ifstream<char, char_traits<char> >::~basic_ifstream()
vfunc:basic_ifstream<char, char_traits<char> >::~basic_ifstream()

The Run Time Type Information for the std::basic_ifstream<char, std::char_traits<char> > class is described by Table 9-213

Table 9-213. typeinfo for basic_ifstream<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_ifstream<char, char_traits<char> >

9.1.79.2. Interfaces for Class basic_ifstream<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ifstream<char, std::char_traits<char> > specified in Table 9-214, with the full functionality as described in the referenced underlying specification.

Table 9-214. libstdcxx - Class basic_ifstream<char, char_traits<char> > Function Interfaces

basic_ifstream<char, char_traits<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::close()(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::is_open()(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::~basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::~basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<char, char_traits<char> >::~basic_ifstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ifstream<char, std::char_traits<char> > specified in Table 9-215, with the full functionality as described in the referenced underlying specification.

Table 9-215. libstdcxx - Class basic_ifstream<char, char_traits<char> > Data Interfaces

typeinfo for basic_ifstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ifstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
VTT for basic_ifstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_ifstream<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.80. Class basic_ifstream<wchar_t, char_traits<wchar_t> >


9.1.80.1. Class data for basic_ifstream<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_ifstream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-216

Table 9-216. vtable for basic_ifstream<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_ifstream<wchar_t, char_traits<wchar_t> >
vfunc:basic_ifstream<wchar_t, char_traits<wchar_t> >::~basic_ifstream()
vfunc:basic_ifstream<wchar_t, char_traits<wchar_t> >::~basic_ifstream()

The Run Time Type Information for the std::basic_ifstream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-217

Table 9-217. typeinfo for basic_ifstream<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_ifstream<wchar_t, char_traits<wchar_t> >

9.1.80.2. Interfaces for Class basic_ifstream<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ifstream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-218, with the full functionality as described in the referenced underlying specification.

Table 9-218. libstdcxx - Class basic_ifstream<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_ifstream<wchar_t, char_traits<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::close()(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::is_open()(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::basic_ifstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::~basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::~basic_ifstream()(GLIBCPP_3.2) [1]
basic_ifstream<wchar_t, char_traits<wchar_t> >::~basic_ifstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ifstream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-219, with the full functionality as described in the referenced underlying specification.

Table 9-219. libstdcxx - Class basic_ifstream<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_ifstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo for basic_streambuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ifstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_streambuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_ifstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_ifstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_streambuf<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.81. Class basic_iostream<wchar_t, char_traits<wchar_t> >


9.1.81.1. Class data for basic_iostream<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_iostream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-220

Table 9-220. vtable for basic_iostream<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_iostream<wchar_t, char_traits<wchar_t> >
vfunc:basic_iostream<wchar_t, char_traits<wchar_t> >::~basic_iostream()
vfunc:basic_iostream<wchar_t, char_traits<wchar_t> >::~basic_iostream()

The Run Time Type Information for the std::basic_iostream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-221

Table 9-221. typeinfo for basic_iostream<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_iostream<wchar_t, char_traits<wchar_t> >
flags:11
basetype:typeinfo for basic_istream<wchar_t, char_traits<wchar_t> >2
basetype:typeinfo for basic_ostream<wchar_t, char_traits<wchar_t> >2050

9.1.81.2. Interfaces for Class basic_iostream<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_iostream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-222, with the full functionality as described in the referenced underlying specification.

Table 9-222. libstdcxx - Class basic_iostream<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_iostream<wchar_t, char_traits<wchar_t> >::basic_iostream(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_iostream<wchar_t, char_traits<wchar_t> >::basic_iostream(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_iostream<wchar_t, char_traits<wchar_t> >::~basic_iostream()(GLIBCPP_3.2) [1]
basic_iostream<wchar_t, char_traits<wchar_t> >::~basic_iostream()(GLIBCPP_3.2) [1]
basic_iostream<wchar_t, char_traits<wchar_t> >::~basic_iostream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_iostream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-223, with the full functionality as described in the referenced underlying specification.

Table 9-223. libstdcxx - Class basic_iostream<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_iostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_iostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_iostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_iostream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.82. Class basic_ofstream<char, char_traits<char> >


9.1.82.1. Class data for basic_ofstream<char, char_traits<char> >

The virtual table for the std::basic_ofstream<char, std::char_traits<char> > class is described by Table 9-224

Table 9-224. vtable for basic_ofstream<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_ofstream<char, char_traits<char> >
vfunc:basic_ofstream<char, char_traits<char> >::~basic_ofstream()
vfunc:basic_ofstream<char, char_traits<char> >::~basic_ofstream()

The Run Time Type Information for the std::basic_ofstream<char, std::char_traits<char> > class is described by Table 9-225

Table 9-225. typeinfo for basic_ofstream<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_ofstream<char, char_traits<char> >

9.1.82.2. Interfaces for Class basic_ofstream<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ofstream<char, std::char_traits<char> > specified in Table 9-226, with the full functionality as described in the referenced underlying specification.

Table 9-226. libstdcxx - Class basic_ofstream<char, char_traits<char> > Function Interfaces

basic_ofstream<char, char_traits<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::close()(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::is_open()(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::~basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::~basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<char, char_traits<char> >::~basic_ofstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ofstream<char, std::char_traits<char> > specified in Table 9-227, with the full functionality as described in the referenced underlying specification.

Table 9-227. libstdcxx - Class basic_ofstream<char, char_traits<char> > Data Interfaces

typeinfo for basic_ofstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ofstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
VTT for basic_ofstream<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_ofstream<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.83. Class basic_ofstream<wchar_t, char_traits<wchar_t> >


9.1.83.1. Class data for basic_ofstream<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_ofstream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-228

Table 9-228. vtable for basic_ofstream<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_ofstream<wchar_t, char_traits<wchar_t> >
vfunc:basic_ofstream<wchar_t, char_traits<wchar_t> >::~basic_ofstream()
vfunc:basic_ofstream<wchar_t, char_traits<wchar_t> >::~basic_ofstream()

The Run Time Type Information for the std::basic_ofstream<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-229

Table 9-229. typeinfo for basic_ofstream<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_ofstream<wchar_t, char_traits<wchar_t> >

9.1.83.2. Interfaces for Class basic_ofstream<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ofstream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-230, with the full functionality as described in the referenced underlying specification.

Table 9-230. libstdcxx - Class basic_ofstream<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_ofstream<wchar_t, char_traits<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::open(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::close()(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::is_open()(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::basic_ofstream(char const*, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::~basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::~basic_ofstream()(GLIBCPP_3.2) [1]
basic_ofstream<wchar_t, char_traits<wchar_t> >::~basic_ofstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ofstream<wchar_t, std::char_traits<wchar_t> > specified in Table 9-231, with the full functionality as described in the referenced underlying specification.

Table 9-231. libstdcxx - Class basic_ofstream<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_ofstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ofstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_ofstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_ofstream<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.84. Class codecvt_byname<char, char, __mbstate_t>


9.1.84.1. Class data for codecvt_byname<char, char, __mbstate_t>

The virtual table for the std::codecvt_byname<char, char, __mbstate_t> class is described by Table 9-232

Table 9-232. vtable for codecvt_byname<char, char, __mbstate_t>

Base Offset0
RTTItypeinfo for codecvt_byname<char, char, __mbstate_t>
vfunc:codecvt_byname<char, char, __mbstate_t>::~codecvt_byname()
vfunc:codecvt_byname<char, char, __mbstate_t>::~codecvt_byname()
vfunc:codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const
vfunc:codecvt<char, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const
vfunc:codecvt<char, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const
vfunc:codecvt<char, char, __mbstate_t>::do_encoding() const
vfunc:codecvt<char, char, __mbstate_t>::do_always_noconv() const
vfunc:codecvt<char, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned long) const
vfunc:codecvt<char, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned int) const

The Run Time Type Information for the std::codecvt_byname<char, char, __mbstate_t> class is described by Table 9-233

Table 9-233. typeinfo for codecvt_byname<char, char, __mbstate_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for codecvt_byname<char, char, __mbstate_t>

9.1.84.2. Interfaces for Class codecvt_byname<char, char, __mbstate_t>

An LSB conforming implementation shall provide the generic methods for Class std::codecvt_byname<char, char, __mbstate_t> specified in Table 9-234, with the full functionality as described in the referenced underlying specification.

Table 9-234. libstdcxx - Class codecvt_byname<char, char, __mbstate_t> Function Interfaces

codecvt_byname<char, char, __mbstate_t>::~codecvt_byname()(GLIBCPP_3.2) [1]
codecvt_byname<char, char, __mbstate_t>::~codecvt_byname()(GLIBCPP_3.2) [1]
codecvt_byname<char, char, __mbstate_t>::~codecvt_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt_byname<char, char, __mbstate_t> specified in Table 9-235, with the full functionality as described in the referenced underlying specification.

Table 9-235. libstdcxx - Class codecvt_byname<char, char, __mbstate_t> Data Interfaces

typeinfo for codecvt_byname<char, char, __mbstate_t>(GLIBCPP_3.2) [1]
typeinfo name for codecvt_byname<char, char, __mbstate_t>(GLIBCPP_3.2) [1]
vtable for codecvt_byname<char, char, __mbstate_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.85. Class codecvt_byname<wchar_t, char, __mbstate_t>


9.1.85.1. Class data for codecvt_byname<wchar_t, char, __mbstate_t>

The virtual table for the std::codecvt_byname<wchar_t, char, __mbstate_t> class is described by Table 9-236

Table 9-236. vtable for codecvt_byname<wchar_t, char, __mbstate_t>

Base Offset0
RTTItypeinfo for codecvt_byname<wchar_t, char, __mbstate_t>
vfunc:codecvt_byname<wchar_t, char, __mbstate_t>::~codecvt_byname()
vfunc:codecvt_byname<wchar_t, char, __mbstate_t>::~codecvt_byname()
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t const*&, char*, char*, char*&) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, wchar_t*, wchar_t*, wchar_t*&) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_encoding() const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_always_noconv() const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned int) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned long) const

The Run Time Type Information for the std::codecvt_byname<wchar_t, char, __mbstate_t> class is described by Table 9-237

Table 9-237. typeinfo for codecvt_byname<wchar_t, char, __mbstate_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for codecvt_byname<wchar_t, char, __mbstate_t>

9.1.85.2. Class data for collate_byname<wchar_t>

The virtual table for the std::collate_byname<wchar_t> class is described by Table 9-238

Table 9-238. vtable for collate_byname<wchar_t>

Base Offset0
RTTItypeinfo for collate_byname<wchar_t>
vfunc:collate_byname<wchar_t>::~collate_byname()
vfunc:collate_byname<wchar_t>::~collate_byname()
vfunc:collate<wchar_t>::do_compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const
vfunc:collate<wchar_t>::do_transform(wchar_t const*, wchar_t const*) const
vfunc:collate<wchar_t>::do_hash(wchar_t const*, wchar_t const*) const

The Run Time Type Information for the std::collate_byname<wchar_t> class is described by Table 9-239

Table 9-239. typeinfo for collate_byname<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for collate_byname<wchar_t>

9.1.85.3. Interfaces for Class codecvt_byname<wchar_t, char, __mbstate_t>

An LSB conforming implementation shall provide the generic methods for Class std::codecvt_byname<wchar_t, char, __mbstate_t> specified in Table 9-240, with the full functionality as described in the referenced underlying specification.

Table 9-240. libstdcxx - Class codecvt_byname<wchar_t, char, __mbstate_t> Function Interfaces

codecvt_byname<wchar_t, char, __mbstate_t>::~codecvt_byname()(GLIBCPP_3.2) [1]
codecvt_byname<wchar_t, char, __mbstate_t>::~codecvt_byname()(GLIBCPP_3.2) [1]
codecvt_byname<wchar_t, char, __mbstate_t>::~codecvt_byname()(GLIBCPP_3.2) [1]
collate_byname<wchar_t>::~collate_byname()(GLIBCPP_3.2) [1]
collate_byname<wchar_t>::~collate_byname()(GLIBCPP_3.2) [1]
collate_byname<wchar_t>::~collate_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt_byname<wchar_t, char, __mbstate_t> specified in Table 9-241, with the full functionality as described in the referenced underlying specification.

Table 9-241. libstdcxx - Class codecvt_byname<wchar_t, char, __mbstate_t> Data Interfaces

typeinfo for codecvt_byname<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [1]
typeinfo for collate_byname<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for codecvt_byname<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [1]
typeinfo name for collate_byname<wchar_t>(GLIBCPP_3.2) [1]
vtable for codecvt_byname<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [1]
vtable for collate_byname<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.86. Class collate_byname<char>


9.1.86.1. Class data for collate_byname<char>

The virtual table for the std::collate_byname<char> class is described by Table 9-242

Table 9-242. vtable for collate_byname<char>

Base Offset0
RTTItypeinfo for collate_byname<char>
vfunc:collate_byname<char>::~collate_byname()
vfunc:collate_byname<char>::~collate_byname()
vfunc:collate<char>::do_compare(char const*, char const*, char const*, char const*) const
vfunc:collate<char>::do_transform(char const*, char const*) const
vfunc:collate<char>::do_hash(char const*, char const*) const

The Run Time Type Information for the std::collate_byname<char> class is described by Table 9-243

Table 9-243. typeinfo for collate_byname<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for collate_byname<char>

9.1.86.2. Interfaces for Class collate_byname<char>

An LSB conforming implementation shall provide the generic methods for Class std::collate_byname<char> specified in Table 9-244, with the full functionality as described in the referenced underlying specification.

Table 9-244. libstdcxx - Class collate_byname<char> Function Interfaces

collate_byname<char>::~collate_byname()(GLIBCPP_3.2) [1]
collate_byname<char>::~collate_byname()(GLIBCPP_3.2) [1]
collate_byname<char>::~collate_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::collate_byname<char> specified in Table 9-245, with the full functionality as described in the referenced underlying specification.

Table 9-245. libstdcxx - Class collate_byname<char> Data Interfaces

typeinfo for collate_byname<char>(GLIBCPP_3.2) [1]
typeinfo name for collate_byname<char>(GLIBCPP_3.2) [1]
vtable for collate_byname<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.87. Class collate_byname<wchar_t>


9.1.87.1. Interfaces for Class collate_byname<wchar_t>

No external methods are defined for libstdcxx - Class std::collate_byname<wchar_t>


9.1.88. Class overflow_error


9.1.88.1. Class data for overflow_error

The virtual table for the std::overflow_error class is described by Table 9-246

Table 9-246. vtable for overflow_error

Base Offset0
RTTItypeinfo for overflow_error
vfunc:overflow_error::~overflow_error()
vfunc:overflow_error::~overflow_error()
vfunc:runtime_error::what() const

The Run Time Type Information for the std::overflow_error class is described by Table 9-247

Table 9-247. typeinfo for overflow_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for overflow_error

9.1.88.2. Interfaces for Class overflow_error

An LSB conforming implementation shall provide the generic methods for Class std::overflow_error specified in Table 9-248, with the full functionality as described in the referenced underlying specification.

Table 9-248. libstdcxx - Class overflow_error Function Interfaces

overflow_error::overflow_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
overflow_error::overflow_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
overflow_error::~overflow_error()(GLIBCPP_3.2) [1]
overflow_error::~overflow_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::overflow_error specified in Table 9-249, with the full functionality as described in the referenced underlying specification.

Table 9-249. libstdcxx - Class overflow_error Data Interfaces

typeinfo for overflow_error(GLIBCPP_3.2) [1]
typeinfo name for overflow_error(GLIBCPP_3.2) [1]
vtable for overflow_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.89. Class basic_streambuf<char, char_traits<char> >


9.1.89.1. Class data for basic_streambuf<char, char_traits<char> >

The virtual table for the std::basic_streambuf<char, std::char_traits<char> > class is described by Table 9-250

Table 9-250. vtable for basic_streambuf<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_streambuf<char, char_traits<char> >
vfunc:basic_streambuf<char, char_traits<char> >::~basic_streambuf()
vfunc:basic_streambuf<char, char_traits<char> >::~basic_streambuf()
vfunc:basic_streambuf<char, char_traits<char> >::imbue(locale const&)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, int)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_streambuf<char, char_traits<char> >::setbuf(char*, long)
vfunc:basic_streambuf<char, char_traits<char> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)
vfunc:basic_streambuf<char, char_traits<char> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)

The Run Time Type Information for the std::basic_streambuf<char, std::char_traits<char> > class is described by Table 9-251

Table 9-251. typeinfo for basic_streambuf<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for basic_streambuf<char, char_traits<char> >

9.1.89.2. Interfaces for Class basic_streambuf<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_streambuf<char, std::char_traits<char> > specified in Table 9-252, with the full functionality as described in the referenced underlying specification.

Table 9-252. libstdcxx - Class basic_streambuf<char, char_traits<char> > Function Interfaces

basic_streambuf<char, char_traits<char> >::gptr() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pptr() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::eback() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::egptr() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::epptr() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pbase() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::getloc() const(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pubseekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pubseekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::_M_in_cur_move(long)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::_M_out_buf_size()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::_M_out_cur_move(long)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::_M_pback_create()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::_M_pback_destroy()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::setg(char*, char*, char*)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::setp(char*, char*)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::sync()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::gbump(int)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::imbue(locale const&)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pbump(int)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::sgetc()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::sputc(char)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::uflow()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::sbumpc()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::snextc()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pubsync()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::sungetc()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::in_avail()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::overflow(int)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pubimbue(locale const&)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::pbackfail(int)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::showmanyc()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::sputbackc(char)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::underflow()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::basic_streambuf(basic_streambuf<char, char_traits<char> > const&)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::basic_streambuf(basic_streambuf<char, char_traits<char> > const&)(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::~basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::~basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::~basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<char, char_traits<char> >::operator=(basic_streambuf<char, char_traits<char> > const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_streambuf<char, std::char_traits<char> > specified in Table 9-253, with the full functionality as described in the referenced underlying specification.

Table 9-253. libstdcxx - Class basic_streambuf<char, char_traits<char> > Data Interfaces

basic_streambuf<char, char_traits<char> >::_S_pback_size(GLIBCPP_3.2) [1]
typeinfo for basic_streambuf<char, char_traits<char> >(GLIBCPP_3.2) [2]
typeinfo name for basic_streambuf<char, char_traits<char> >(GLIBCPP_3.2) [2]
vtable for basic_streambuf<char, char_traits<char> >(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.90. Class basic_streambuf<wchar_t, char_traits<wchar_t> >


9.1.90.1. Class data for basic_streambuf<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_streambuf<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-254

Table 9-254. vtable for basic_streambuf<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_streambuf<wchar_t, char_traits<wchar_t> >
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::~basic_streambuf()
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::~basic_streambuf()
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::imbue(locale const&)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)

The Run Time Type Information for the std::basic_streambuf<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-255

Table 9-255. typeinfo for basic_streambuf<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for basic_streambuf<wchar_t, char_traits<wchar_t> >

9.1.90.2. Interfaces for Class basic_streambuf<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_streambuf<wchar_t, std::char_traits<wchar_t> > specified in Table 9-256, with the full functionality as described in the referenced underlying specification.

Table 9-256. libstdcxx - Class basic_streambuf<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_streambuf<wchar_t, char_traits<wchar_t> >::gptr() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pptr() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::eback() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::egptr() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::epptr() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pbase() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::getloc() const(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pubseekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pubseekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::_M_in_cur_move(long)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::_M_out_buf_size()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::_M_out_cur_move(long)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::_M_pback_create()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::_M_pback_destroy()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::setg(wchar_t*, wchar_t*, wchar_t*)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::setp(wchar_t*, wchar_t*)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::sync()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::gbump(int)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::imbue(locale const&)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pbump(int)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::sgetc()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::sputc(wchar_t)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::uflow()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::sbumpc()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::snextc()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pubsync()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::sungetc()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::in_avail()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::overflow(unsigned int)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pubimbue(locale const&)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::pbackfail(unsigned int)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::showmanyc()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::sputbackc(wchar_t)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::underflow()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::basic_streambuf(basic_streambuf<wchar_t, char_traits<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::basic_streambuf(basic_streambuf<wchar_t, char_traits<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::~basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::~basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::~basic_streambuf()(GLIBCPP_3.2) [1]
basic_streambuf<wchar_t, char_traits<wchar_t> >::operator=(basic_streambuf<wchar_t, char_traits<wchar_t> > const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_streambuf<wchar_t, std::char_traits<wchar_t> > specified in Table 9-257, with the full functionality as described in the referenced underlying specification.

Table 9-257. libstdcxx - Class basic_streambuf<wchar_t, char_traits<wchar_t> > Data Interfaces

basic_streambuf<wchar_t, char_traits<wchar_t> >::_S_pback_size(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.91. Class basic_stringbuf<char, char_traits<char>, allocator<char> >


9.1.91.1. Class data for basic_stringbuf<char, char_traits<char>, allocator<char> >

The virtual table for the std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-258

Table 9-258. vtable for basic_stringbuf<char, char_traits<char>, allocator<char> >

Base Offset0
RTTItypeinfo for basic_stringbuf<char, char_traits<char>, allocator<char> >
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::~basic_stringbuf()
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::~basic_stringbuf()
vfunc:basic_streambuf<char, char_traits<char> >::imbue(locale const&)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, int)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, long)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, int)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, int)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, int)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, int)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, long)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, long)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::setbuf(char*, long)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)
vfunc:basic_stringbuf<char, char_traits<char>, allocator<char> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)
vfunc:basic_streambuf<char, char_traits<char> >::sync()

The Run Time Type Information for the std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-259

Table 9-259. typeinfo for basic_stringbuf<char, char_traits<char>, allocator<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_stringbuf<char, char_traits<char>, allocator<char> >

9.1.91.2. Interfaces for Class basic_stringbuf<char, char_traits<char>, allocator<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-260, with the full functionality as described in the referenced underlying specification.

Table 9-260. libstdcxx - Class basic_stringbuf<char, char_traits<char>, allocator<char> > Function Interfaces

basic_stringbuf<char, char_traits<char>, allocator<char> >::str() const(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::_M_stringbuf_init(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::str(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::overflow(int)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::pbackfail(int)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::underflow()(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::basic_stringbuf(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::basic_stringbuf(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::basic_stringbuf(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::basic_stringbuf(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::~basic_stringbuf()(GLIBCPP_3.2) [1]
basic_stringbuf<char, char_traits<char>, allocator<char> >::~basic_stringbuf()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-261, with the full functionality as described in the referenced underlying specification.

Table 9-261. libstdcxx - Class basic_stringbuf<char, char_traits<char>, allocator<char> > Data Interfaces

typeinfo for basic_stringbuf<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_stringbuf<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
vtable for basic_stringbuf<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.92. Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >


9.1.92.1. Class data for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

The virtual table for the std::basic_stringbuf<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-262

Table 9-262. vtable for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Offset0
RTTItypeinfo for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringbuf()
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringbuf()
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::imbue(locale const&)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, int)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::setbuf(wchar_t*, long)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)
vfunc:basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)
vfunc:basic_streambuf<wchar_t, char_traits<wchar_t> >::sync()

The Run Time Type Information for the std::basic_stringbuf<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-263

Table 9-263. typeinfo for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

9.1.92.2. Interfaces for Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_stringbuf<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-264, with the full functionality as described in the referenced underlying specification.

Table 9-264. libstdcxx - Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces

basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str() const(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::_M_stringbuf_init(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::seekoff(long, _Ios_Seekdir, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::seekpos(fpos<__mbstate_t>, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::overflow(unsigned int)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::pbackfail(unsigned int)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::underflow()(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringbuf(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringbuf(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringbuf(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringbuf(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringbuf()(GLIBCPP_3.2) [1]
basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringbuf()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringbuf<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-265, with the full functionality as described in the referenced underlying specification.

Table 9-265. libstdcxx - Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces

typeinfo for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.93. Class messages_byname<char>


9.1.93.1. Class data for messages_byname<char>

The virtual table for the std::messages_byname<char> class is described by Table 9-266

Table 9-266. vtable for messages_byname<char>

Base Offset0
RTTItypeinfo for messages_byname<char>
vfunc:messages_byname<char>::~messages_byname()
vfunc:messages_byname<char>::~messages_byname()
vfunc:messages<char>::do_open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const
vfunc:messages<char>::do_get(int, int, int, basic_string<char, char_traits<char>, allocator<char> > const&) const
vfunc:messages<char>::do_close(int) const

The Run Time Type Information for the std::messages_byname<char> class is described by Table 9-267

Table 9-267. typeinfo for messages_byname<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for messages_byname<char>

9.1.93.2. Interfaces for Class messages_byname<char>

An LSB conforming implementation shall provide the generic methods for Class std::messages_byname<char> specified in Table 9-268, with the full functionality as described in the referenced underlying specification.

Table 9-268. libstdcxx - Class messages_byname<char> Function Interfaces

messages_byname<char>::~messages_byname()(GLIBCPP_3.2) [1]
messages_byname<char>::~messages_byname()(GLIBCPP_3.2) [1]
messages_byname<char>::~messages_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::messages_byname<char> specified in Table 9-269, with the full functionality as described in the referenced underlying specification.

Table 9-269. libstdcxx - Class messages_byname<char> Data Interfaces

typeinfo for messages_byname<char>(GLIBCPP_3.2) [1]
typeinfo name for messages_byname<char>(GLIBCPP_3.2) [1]
vtable for messages_byname<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.94. Class messages_byname<wchar_t>


9.1.94.1. Class data for messages_byname<wchar_t>

The virtual table for the std::messages_byname<wchar_t> class is described by Table 9-270

Table 9-270. vtable for messages_byname<wchar_t>

Base Offset0
RTTItypeinfo for messages_byname<wchar_t>
vfunc:messages_byname<wchar_t>::~messages_byname()
vfunc:messages_byname<wchar_t>::~messages_byname()
vfunc:messages<wchar_t>::do_open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const
vfunc:messages<wchar_t>::do_get(int, int, int, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const
vfunc:messages<wchar_t>::do_close(int) const

The Run Time Type Information for the std::messages_byname<wchar_t> class is described by Table 9-271

Table 9-271. typeinfo for messages_byname<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for messages_byname<wchar_t>

9.1.94.2. Interfaces for Class messages_byname<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::messages_byname<wchar_t> specified in Table 9-272, with the full functionality as described in the referenced underlying specification.

Table 9-272. libstdcxx - Class messages_byname<wchar_t> Function Interfaces

messages_byname<wchar_t>::~messages_byname()(GLIBCPP_3.2) [1]
messages_byname<wchar_t>::~messages_byname()(GLIBCPP_3.2) [1]
messages_byname<wchar_t>::~messages_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::messages_byname<wchar_t> specified in Table 9-273, with the full functionality as described in the referenced underlying specification.

Table 9-273. libstdcxx - Class messages_byname<wchar_t> Data Interfaces

typeinfo for messages_byname<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for messages_byname<wchar_t>(GLIBCPP_3.2) [1]
vtable for messages_byname<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.95. Class numpunct_byname<char>


9.1.95.1. Class data for numpunct_byname<char>

The virtual table for the std::numpunct_byname<char> class is described by Table 9-274

Table 9-274. vtable for numpunct_byname<char>

Base Offset0
RTTItypeinfo for numpunct_byname<char>
vfunc:numpunct_byname<char>::~numpunct_byname()
vfunc:numpunct_byname<char>::~numpunct_byname()
vfunc:numpunct<char>::do_decimal_point() const
vfunc:numpunct<char>::do_thousands_sep() const
vfunc:numpunct<char>::do_grouping() const
vfunc:numpunct<char>::do_truename() const
vfunc:numpunct<char>::do_falsename() const

The Run Time Type Information for the std::numpunct_byname<char> class is described by Table 9-275

Table 9-275. typeinfo for numpunct_byname<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for numpunct_byname<char>

9.1.95.2. Interfaces for Class numpunct_byname<char>

An LSB conforming implementation shall provide the generic methods for Class std::numpunct_byname<char> specified in Table 9-276, with the full functionality as described in the referenced underlying specification.

Table 9-276. libstdcxx - Class numpunct_byname<char> Function Interfaces

numpunct_byname<char>::~numpunct_byname()(GLIBCPP_3.2) [1]
numpunct_byname<char>::~numpunct_byname()(GLIBCPP_3.2) [1]
numpunct_byname<char>::~numpunct_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct_byname<char> specified in Table 9-277, with the full functionality as described in the referenced underlying specification.

Table 9-277. libstdcxx - Class numpunct_byname<char> Data Interfaces

typeinfo for numpunct_byname<char>(GLIBCPP_3.2) [1]
typeinfo name for numpunct_byname<char>(GLIBCPP_3.2) [1]
vtable for numpunct_byname<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.96. Class numpunct_byname<wchar_t>


9.1.96.1. Class data for numpunct_byname<wchar_t>

The virtual table for the std::numpunct_byname<wchar_t> class is described by Table 9-278

Table 9-278. vtable for numpunct_byname<wchar_t>

Base Offset0
RTTItypeinfo for numpunct_byname<wchar_t>
vfunc:numpunct_byname<wchar_t>::~numpunct_byname()
vfunc:numpunct_byname<wchar_t>::~numpunct_byname()
vfunc:numpunct<wchar_t>::do_decimal_point() const
vfunc:numpunct<wchar_t>::do_thousands_sep() const
vfunc:numpunct<wchar_t>::do_grouping() const
vfunc:numpunct<wchar_t>::do_truename() const
vfunc:numpunct<wchar_t>::do_falsename() const

The Run Time Type Information for the std::numpunct_byname<wchar_t> class is described by Table 9-279

Table 9-279. typeinfo for numpunct_byname<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for numpunct_byname<wchar_t>

9.1.96.2. Interfaces for Class numpunct_byname<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::numpunct_byname<wchar_t> specified in Table 9-280, with the full functionality as described in the referenced underlying specification.

Table 9-280. libstdcxx - Class numpunct_byname<wchar_t> Function Interfaces

numpunct_byname<wchar_t>::~numpunct_byname()(GLIBCPP_3.2) [1]
numpunct_byname<wchar_t>::~numpunct_byname()(GLIBCPP_3.2) [1]
numpunct_byname<wchar_t>::~numpunct_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct_byname<wchar_t> specified in Table 9-281, with the full functionality as described in the referenced underlying specification.

Table 9-281. libstdcxx - Class numpunct_byname<wchar_t> Data Interfaces

typeinfo for numpunct_byname<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for numpunct_byname<wchar_t>(GLIBCPP_3.2) [1]
vtable for numpunct_byname<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.97. Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >


9.1.97.1. Class data for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::time_get_byname<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-282

Table 9-282. vtable for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
vfunc:time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >::~time_get_byname()
vfunc:time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >::~time_get_byname()
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_date_order() const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_time(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_date(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_weekday(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_monthname(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_year(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const

The Run Time Type Information for the std::time_get_byname<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-283

Table 9-283. typeinfo for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >

9.1.97.2. Interfaces for Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_get_byname<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-284, with the full functionality as described in the referenced underlying specification.

Table 9-284. libstdcxx - Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces

time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >::~time_get_byname()(GLIBCPP_3.2) [1]
time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >::~time_get_byname()(GLIBCPP_3.2) [1]
time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >::~time_get_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get_byname<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-285, with the full functionality as described in the referenced underlying specification.

Table 9-285. libstdcxx - Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces

typeinfo for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.98. Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.98.1. Class data for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-286

Table 9-286. vtable for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get_byname()
vfunc:time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get_byname()
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_date_order() const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_time(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_date(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_weekday(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_monthname(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_year(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const

The Run Time Type Information for the std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-287

Table 9-287. typeinfo for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

9.1.98.2. Interfaces for Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-288, with the full functionality as described in the referenced underlying specification.

Table 9-288. libstdcxx - Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get_byname()(GLIBCPP_3.2) [1]
time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get_byname()(GLIBCPP_3.2) [1]
time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-289, with the full functionality as described in the referenced underlying specification.

Table 9-289. libstdcxx - Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

typeinfo for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.99. Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >


9.1.99.1. Class data for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::time_put_byname<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-290

Table 9-290. vtable for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >
vfunc:time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put_byname()
vfunc:time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put_byname()
vfunc:time_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, tm const*, char, char) const

The Run Time Type Information for the std::time_put_byname<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-291

Table 9-291. typeinfo for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >

9.1.99.2. Interfaces for Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_put_byname<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-292, with the full functionality as described in the referenced underlying specification.

Table 9-292. libstdcxx - Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces

time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put_byname()(GLIBCPP_3.2) [1]
time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put_byname()(GLIBCPP_3.2) [1]
time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put_byname<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-293, with the full functionality as described in the referenced underlying specification.

Table 9-293. libstdcxx - Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces

typeinfo for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.100. Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.100.1. Class data for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::time_put_byname<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-294

Table 9-294. vtable for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put_byname()
vfunc:time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put_byname()
vfunc:time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, tm const*, char, char) const

The Run Time Type Information for the std::time_put_byname<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-295

Table 9-295. typeinfo for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

9.1.100.2. Interfaces for Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_put_byname<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-296, with the full functionality as described in the referenced underlying specification.

Table 9-296. libstdcxx - Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put_byname()(GLIBCPP_3.2) [1]
time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put_byname()(GLIBCPP_3.2) [1]
time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put_byname<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-297, with the full functionality as described in the referenced underlying specification.

Table 9-297. libstdcxx - Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

typeinfo for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.101. Class underflow_error


9.1.101.1. Class data for underflow_error

The virtual table for the std::underflow_error class is described by Table 9-298

Table 9-298. vtable for underflow_error

Base Offset0
RTTItypeinfo for underflow_error
vfunc:underflow_error::~underflow_error()
vfunc:underflow_error::~underflow_error()
vfunc:runtime_error::what() const

The Run Time Type Information for the std::underflow_error class is described by Table 9-299

Table 9-299. typeinfo for underflow_error

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for underflow_error

9.1.101.2. Interfaces for Class underflow_error

An LSB conforming implementation shall provide the generic methods for Class std::underflow_error specified in Table 9-300, with the full functionality as described in the referenced underlying specification.

Table 9-300. libstdcxx - Class underflow_error Function Interfaces

underflow_error::underflow_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
underflow_error::underflow_error(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
underflow_error::~underflow_error()(GLIBCPP_3.2) [1]
underflow_error::~underflow_error()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::underflow_error specified in Table 9-301, with the full functionality as described in the referenced underlying specification.

Table 9-301. libstdcxx - Class underflow_error Data Interfaces

typeinfo for underflow_error(GLIBCPP_3.2) [1]
typeinfo name for underflow_error(GLIBCPP_3.2) [1]
vtable for underflow_error(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.102. Class invalid_argument


9.1.102.1. Class data for invalid_argument

The virtual table for the std::invalid_argument class is described by Table 9-302

Table 9-302. vtable for invalid_argument

Base Offset0
RTTItypeinfo for invalid_argument
vfunc:invalid_argument::~invalid_argument()
vfunc:invalid_argument::~invalid_argument()
vfunc:logic_error::what() const

The Run Time Type Information for the std::invalid_argument class is described by Table 9-303

Table 9-303. typeinfo for invalid_argument

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for invalid_argument

9.1.102.2. Interfaces for Class invalid_argument

An LSB conforming implementation shall provide the generic methods for Class std::invalid_argument specified in Table 9-304, with the full functionality as described in the referenced underlying specification.

Table 9-304. libstdcxx - Class invalid_argument Function Interfaces

invalid_argument::invalid_argument(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
invalid_argument::invalid_argument(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
invalid_argument::~invalid_argument()(GLIBCPP_3.2) [1]
invalid_argument::~invalid_argument()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::invalid_argument specified in Table 9-305, with the full functionality as described in the referenced underlying specification.

Table 9-305. libstdcxx - Class invalid_argument Data Interfaces

typeinfo for invalid_argument(GLIBCPP_3.2) [1]
typeinfo name for invalid_argument(GLIBCPP_3.2) [1]
vtable for invalid_argument(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.103. Class moneypunct_byname<char, false>


9.1.103.1. Class data for moneypunct_byname<char, false>

The virtual table for the std::moneypunct_byname<char, false> class is described by Table 9-306

Table 9-306. vtable for moneypunct_byname<char, false>

Base Offset0
RTTItypeinfo for moneypunct_byname<char, false>
vfunc:moneypunct_byname<char, false>::~moneypunct_byname()
vfunc:moneypunct_byname<char, false>::~moneypunct_byname()
vfunc:moneypunct<char, false>::do_decimal_point() const
vfunc:moneypunct<char, false>::do_thousands_sep() const
vfunc:moneypunct<char, false>::do_grouping() const
vfunc:moneypunct<char, false>::do_curr_symbol() const
vfunc:moneypunct<char, false>::do_positive_sign() const
vfunc:moneypunct<char, false>::do_negative_sign() const
vfunc:moneypunct<char, false>::do_frac_digits() const
vfunc:moneypunct<char, false>::do_pos_format() const
vfunc:moneypunct<char, false>::do_neg_format() const

The Run Time Type Information for the std::moneypunct_byname<char, false> class is described by Table 9-307

Table 9-307. typeinfo for moneypunct_byname<char, false>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for moneypunct_byname<char, false>

9.1.103.2. Interfaces for Class moneypunct_byname<char, false>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname<char, false> specified in Table 9-308, with the full functionality as described in the referenced underlying specification.

Table 9-308. libstdcxx - Class moneypunct_byname<char, false> Function Interfaces

moneypunct_byname<char, false>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<char, false>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<char, false>::~moneypunct_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname<char, false> specified in Table 9-309, with the full functionality as described in the referenced underlying specification.

Table 9-309. libstdcxx - Class moneypunct_byname<char, false> Data Interfaces

moneypunct_byname<char, false>::intl(GLIBCPP_3.2) [1]
typeinfo for moneypunct_byname<char, false>(GLIBCPP_3.2) [2]
typeinfo name for moneypunct_byname<char, false>(GLIBCPP_3.2) [2]
vtable for moneypunct_byname<char, false>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.104. Class moneypunct_byname<char, true>


9.1.104.1. Class data for moneypunct_byname<char, true>

The virtual table for the std::moneypunct_byname<char, true> class is described by Table 9-310

Table 9-310. vtable for moneypunct_byname<char, true>

Base Offset0
RTTItypeinfo for moneypunct_byname<char, true>
vfunc:moneypunct_byname<char, true>::~moneypunct_byname()
vfunc:moneypunct_byname<char, true>::~moneypunct_byname()
vfunc:moneypunct<char, true>::do_decimal_point() const
vfunc:moneypunct<char, true>::do_thousands_sep() const
vfunc:moneypunct<char, true>::do_grouping() const
vfunc:moneypunct<char, true>::do_curr_symbol() const
vfunc:moneypunct<char, true>::do_positive_sign() const
vfunc:moneypunct<char, true>::do_negative_sign() const
vfunc:moneypunct<char, true>::do_frac_digits() const
vfunc:moneypunct<char, true>::do_pos_format() const
vfunc:moneypunct<char, true>::do_neg_format() const

The Run Time Type Information for the std::moneypunct_byname<char, true> class is described by Table 9-311

Table 9-311. typeinfo for moneypunct_byname<char, true>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for moneypunct_byname<char, true>

9.1.104.2. Interfaces for Class moneypunct_byname<char, true>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname<char, true> specified in Table 9-312, with the full functionality as described in the referenced underlying specification.

Table 9-312. libstdcxx - Class moneypunct_byname<char, true> Function Interfaces

moneypunct_byname<char, true>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<char, true>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<char, true>::~moneypunct_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname<char, true> specified in Table 9-313, with the full functionality as described in the referenced underlying specification.

Table 9-313. libstdcxx - Class moneypunct_byname<char, true> Data Interfaces

moneypunct_byname<char, true>::intl(GLIBCPP_3.2) [1]
typeinfo for moneypunct_byname<char, true>(GLIBCPP_3.2) [2]
typeinfo name for moneypunct_byname<char, true>(GLIBCPP_3.2) [2]
vtable for moneypunct_byname<char, true>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.105. Class moneypunct_byname<wchar_t, false>


9.1.105.1. Class data for moneypunct_byname<wchar_t, false>

The virtual table for the std::moneypunct_byname<wchar_t, false> class is described by Table 9-314

Table 9-314. vtable for moneypunct_byname<wchar_t, false>

Base Offset0
RTTItypeinfo for moneypunct_byname<wchar_t, false>
vfunc:moneypunct_byname<wchar_t, false>::~moneypunct_byname()
vfunc:moneypunct_byname<wchar_t, false>::~moneypunct_byname()
vfunc:moneypunct<wchar_t, false>::do_decimal_point() const
vfunc:moneypunct<wchar_t, false>::do_thousands_sep() const
vfunc:moneypunct<wchar_t, false>::do_grouping() const
vfunc:moneypunct<wchar_t, false>::do_curr_symbol() const
vfunc:moneypunct<wchar_t, false>::do_positive_sign() const
vfunc:moneypunct<wchar_t, false>::do_negative_sign() const
vfunc:moneypunct<wchar_t, false>::do_frac_digits() const
vfunc:moneypunct<wchar_t, false>::do_pos_format() const
vfunc:moneypunct<wchar_t, false>::do_neg_format() const

The Run Time Type Information for the std::moneypunct_byname<wchar_t, false> class is described by Table 9-315

Table 9-315. typeinfo for moneypunct_byname<wchar_t, false>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for moneypunct_byname<wchar_t, false>

9.1.105.2. Interfaces for Class moneypunct_byname<wchar_t, false>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname<wchar_t, false> specified in Table 9-316, with the full functionality as described in the referenced underlying specification.

Table 9-316. libstdcxx - Class moneypunct_byname<wchar_t, false> Function Interfaces

moneypunct_byname<wchar_t, false>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<wchar_t, false>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<wchar_t, false>::~moneypunct_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname<wchar_t, false> specified in Table 9-317, with the full functionality as described in the referenced underlying specification.

Table 9-317. libstdcxx - Class moneypunct_byname<wchar_t, false> Data Interfaces

moneypunct_byname<wchar_t, false>::intl(GLIBCPP_3.2) [1]
typeinfo for moneypunct_byname<wchar_t, false>(GLIBCPP_3.2) [2]
typeinfo name for moneypunct_byname<wchar_t, false>(GLIBCPP_3.2) [2]
vtable for moneypunct_byname<wchar_t, false>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.106. Class moneypunct_byname<wchar_t, true>


9.1.106.1. Class data for moneypunct_byname<wchar_t, true>

The virtual table for the std::moneypunct_byname<wchar_t, true> class is described by Table 9-318

Table 9-318. vtable for moneypunct_byname<wchar_t, true>

Base Offset0
RTTItypeinfo for moneypunct_byname<wchar_t, true>
vfunc:moneypunct_byname<wchar_t, true>::~moneypunct_byname()
vfunc:moneypunct_byname<wchar_t, true>::~moneypunct_byname()
vfunc:moneypunct<wchar_t, true>::do_decimal_point() const
vfunc:moneypunct<wchar_t, true>::do_thousands_sep() const
vfunc:moneypunct<wchar_t, true>::do_grouping() const
vfunc:moneypunct<wchar_t, true>::do_curr_symbol() const
vfunc:moneypunct<wchar_t, true>::do_positive_sign() const
vfunc:moneypunct<wchar_t, true>::do_negative_sign() const
vfunc:moneypunct<wchar_t, true>::do_frac_digits() const
vfunc:moneypunct<wchar_t, true>::do_pos_format() const
vfunc:moneypunct<wchar_t, true>::do_neg_format() const

The Run Time Type Information for the std::moneypunct_byname<wchar_t, true> class is described by Table 9-319

Table 9-319. typeinfo for moneypunct_byname<wchar_t, true>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for moneypunct_byname<wchar_t, true>

9.1.106.2. Interfaces for Class moneypunct_byname<wchar_t, true>

An LSB conforming implementation shall provide the generic methods for Class std::moneypunct_byname<wchar_t, true> specified in Table 9-320, with the full functionality as described in the referenced underlying specification.

Table 9-320. libstdcxx - Class moneypunct_byname<wchar_t, true> Function Interfaces

moneypunct_byname<wchar_t, true>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<wchar_t, true>::~moneypunct_byname()(GLIBCPP_3.2) [1]
moneypunct_byname<wchar_t, true>::~moneypunct_byname()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::moneypunct_byname<wchar_t, true> specified in Table 9-321, with the full functionality as described in the referenced underlying specification.

Table 9-321. libstdcxx - Class moneypunct_byname<wchar_t, true> Data Interfaces

moneypunct_byname<wchar_t, true>::intl(GLIBCPP_3.2) [1]
typeinfo for moneypunct_byname<wchar_t, true>(GLIBCPP_3.2) [2]
typeinfo name for moneypunct_byname<wchar_t, true>(GLIBCPP_3.2) [2]
vtable for moneypunct_byname<wchar_t, true>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.107. Class basic_stringstream<char, char_traits<char>, allocator<char> >


9.1.107.1. Class data for basic_stringstream<char, char_traits<char>, allocator<char> >

The virtual table for the std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-322

Table 9-322. vtable for basic_stringstream<char, char_traits<char>, allocator<char> >

Base Offset0
RTTItypeinfo for basic_stringstream<char, char_traits<char>, allocator<char> >
vfunc:basic_stringstream<char, char_traits<char>, allocator<char> >::~basic_stringstream()
vfunc:basic_stringstream<char, char_traits<char>, allocator<char> >::~basic_stringstream()

The Run Time Type Information for the std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-323

Table 9-323. typeinfo for basic_stringstream<char, char_traits<char>, allocator<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_stringstream<char, char_traits<char>, allocator<char> >

9.1.107.2. Interfaces for Class basic_stringstream<char, char_traits<char>, allocator<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-324, with the full functionality as described in the referenced underlying specification.

Table 9-324. libstdcxx - Class basic_stringstream<char, char_traits<char>, allocator<char> > Function Interfaces

basic_stringstream<char, char_traits<char>, allocator<char> >::str() const(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::str(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::basic_stringstream(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::basic_stringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::basic_stringstream(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::basic_stringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::~basic_stringstream()(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::~basic_stringstream()(GLIBCPP_3.2) [1]
basic_stringstream<char, char_traits<char>, allocator<char> >::~basic_stringstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-325, with the full functionality as described in the referenced underlying specification.

Table 9-325. libstdcxx - Class basic_stringstream<char, char_traits<char>, allocator<char> > Data Interfaces

typeinfo for basic_stringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_stringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
VTT for basic_stringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
vtable for basic_stringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.108. Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >


9.1.108.1. Class data for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

The virtual table for the std::basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-326

Table 9-326. vtable for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Offset0
RTTItypeinfo for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
vfunc:basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringstream()
vfunc:basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringstream()

The Run Time Type Information for the std::basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-327

Table 9-327. typeinfo for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

9.1.108.2. Interfaces for Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-328, with the full functionality as described in the referenced underlying specification.

Table 9-328. libstdcxx - Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces

basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str() const(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringstream(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringstream(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_stringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringstream()(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringstream()(GLIBCPP_3.2) [1]
basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_stringstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-329, with the full functionality as described in the referenced underlying specification.

Table 9-329. libstdcxx - Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces

typeinfo for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.109. Class basic_istringstream<char, char_traits<char>, allocator<char> >


9.1.109.1. Class data for basic_istringstream<char, char_traits<char>, allocator<char> >

The virtual table for the std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-330

Table 9-330. vtable for basic_istringstream<char, char_traits<char>, allocator<char> >

Base Offset0
RTTItypeinfo for basic_istringstream<char, char_traits<char>, allocator<char> >
vfunc:basic_istringstream<char, char_traits<char>, allocator<char> >::~basic_istringstream()
vfunc:basic_istringstream<char, char_traits<char>, allocator<char> >::~basic_istringstream()

The Run Time Type Information for the std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-331

Table 9-331. typeinfo for basic_istringstream<char, char_traits<char>, allocator<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_istringstream<char, char_traits<char>, allocator<char> >

9.1.109.2. Interfaces for Class basic_istringstream<char, char_traits<char>, allocator<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-332, with the full functionality as described in the referenced underlying specification.

Table 9-332. libstdcxx - Class basic_istringstream<char, char_traits<char>, allocator<char> > Function Interfaces

basic_istringstream<char, char_traits<char>, allocator<char> >::str() const(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::str(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::basic_istringstream(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::basic_istringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::basic_istringstream(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::basic_istringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::~basic_istringstream()(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::~basic_istringstream()(GLIBCPP_3.2) [1]
basic_istringstream<char, char_traits<char>, allocator<char> >::~basic_istringstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-333, with the full functionality as described in the referenced underlying specification.

Table 9-333. libstdcxx - Class basic_istringstream<char, char_traits<char>, allocator<char> > Data Interfaces

typeinfo for basic_istringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_istringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
VTT for basic_istringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
vtable for basic_istringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.110. Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >


9.1.110.1. Class data for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

The virtual table for the std::basic_istringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-334

Table 9-334. vtable for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Offset0
RTTItypeinfo for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
vfunc:basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_istringstream()
vfunc:basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_istringstream()

The Run Time Type Information for the std::basic_istringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-335

Table 9-335. typeinfo for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

9.1.110.2. Interfaces for Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_istringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-336, with the full functionality as described in the referenced underlying specification.

Table 9-336. libstdcxx - Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces

basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str() const(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_istringstream(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_istringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_istringstream(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_istringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_istringstream()(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_istringstream()(GLIBCPP_3.2) [1]
basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_istringstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_istringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-337, with the full functionality as described in the referenced underlying specification.

Table 9-337. libstdcxx - Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces

typeinfo for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.111. Class basic_ostringstream<char, char_traits<char>, allocator<char> >


9.1.111.1. Class data for basic_ostringstream<char, char_traits<char>, allocator<char> >

The virtual table for the std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-338

Table 9-338. vtable for basic_ostringstream<char, char_traits<char>, allocator<char> >

Base Offset0
RTTItypeinfo for basic_ostringstream<char, char_traits<char>, allocator<char> >
vfunc:basic_ostringstream<char, char_traits<char>, allocator<char> >::~basic_ostringstream()
vfunc:basic_ostringstream<char, char_traits<char>, allocator<char> >::~basic_ostringstream()

The Run Time Type Information for the std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> > class is described by Table 9-339

Table 9-339. typeinfo for basic_ostringstream<char, char_traits<char>, allocator<char> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_ostringstream<char, char_traits<char>, allocator<char> >

9.1.111.2. Interfaces for Class basic_ostringstream<char, char_traits<char>, allocator<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-340, with the full functionality as described in the referenced underlying specification.

Table 9-340. libstdcxx - Class basic_ostringstream<char, char_traits<char>, allocator<char> > Function Interfaces

basic_ostringstream<char, char_traits<char>, allocator<char> >::str() const(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::str(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::basic_ostringstream(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::basic_ostringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::basic_ostringstream(basic_string<char, char_traits<char>, allocator<char> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::basic_ostringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::~basic_ostringstream()(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::~basic_ostringstream()(GLIBCPP_3.2) [1]
basic_ostringstream<char, char_traits<char>, allocator<char> >::~basic_ostringstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> > specified in Table 9-341, with the full functionality as described in the referenced underlying specification.

Table 9-341. libstdcxx - Class basic_ostringstream<char, char_traits<char>, allocator<char> > Data Interfaces

typeinfo for basic_ostringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ostringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
VTT for basic_ostringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]
vtable for basic_ostringstream<char, char_traits<char>, allocator<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.112. Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >


9.1.112.1. Class data for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

The virtual table for the std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-342

Table 9-342. vtable for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Offset0
RTTItypeinfo for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
vfunc:basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_ostringstream()
vfunc:basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_ostringstream()

The Run Time Type Information for the std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > class is described by Table 9-343

Table 9-343. typeinfo for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

9.1.112.2. Interfaces for Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-344, with the full functionality as described in the referenced underlying specification.

Table 9-344. libstdcxx - Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces

basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str() const(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::str(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_ostringstream(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_ostringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_ostringstream(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&, _Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::basic_ostringstream(_Ios_Openmode)(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_ostringstream()(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_ostringstream()(GLIBCPP_3.2) [1]
basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >::~basic_ostringstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > specified in Table 9-345, with the full functionality as described in the referenced underlying specification.

Table 9-345. libstdcxx - Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces

typeinfo for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
VTT for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.113. Class __ctype_abstract_base<char>


9.1.113.1. Class data for __ctype_abstract_base<char>

The virtual table for the std::__ctype_abstract_base<char> class is described by Table 9-346

Table 9-346. vtable for __ctype_abstract_base<char>

Base Offset0
RTTItypeinfo for __ctype_abstract_base<char>
vfunc:__ctype_abstract_base<char>::~__ctype_abstract_base()
vfunc:__ctype_abstract_base<char>::~__ctype_abstract_base()
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual

The Run Time Type Information for the std::__ctype_abstract_base<char> class is described by Table 9-347

Table 9-347. typeinfo for __ctype_abstract_base<char>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for __ctype_abstract_base<char>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for ctype_base2

9.1.113.2. Interfaces for Class __ctype_abstract_base<char>

No external methods are defined for libstdcxx - Class std::__ctype_abstract_base<char>

An LSB conforming implementation shall provide the generic data interfaces for Class std::__ctype_abstract_base<char> specified in Table 9-348, with the full functionality as described in the referenced underlying specification.

Table 9-348. libstdcxx - Class __ctype_abstract_base<char> Data Interfaces

typeinfo for __ctype_abstract_base<char>(GLIBCPP_3.2) [1]
typeinfo name for __ctype_abstract_base<char>(GLIBCPP_3.2) [1]
vtable for __ctype_abstract_base<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.114. Class __ctype_abstract_base<wchar_t>


9.1.114.1. Class data for __ctype_abstract_base<wchar_t>

The virtual table for the std::__ctype_abstract_base<wchar_t> class is described by Table 9-349

Table 9-349. vtable for __ctype_abstract_base<wchar_t>

Base Offset0
RTTItypeinfo for __ctype_abstract_base<wchar_t>
vfunc:__ctype_abstract_base<wchar_t>::~__ctype_abstract_base()
vfunc:__ctype_abstract_base<wchar_t>::~__ctype_abstract_base()
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual

The Run Time Type Information for the std::__ctype_abstract_base<wchar_t> class is described by Table 9-350

Table 9-350. typeinfo for __ctype_abstract_base<wchar_t>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for __ctype_abstract_base<wchar_t>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for ctype_base2

9.1.114.2. Interfaces for Class __ctype_abstract_base<wchar_t>

No external methods are defined for libstdcxx - Class std::__ctype_abstract_base<wchar_t>

An LSB conforming implementation shall provide the generic data interfaces for Class std::__ctype_abstract_base<wchar_t> specified in Table 9-351, with the full functionality as described in the referenced underlying specification.

Table 9-351. libstdcxx - Class __ctype_abstract_base<wchar_t> Data Interfaces

typeinfo for __ctype_abstract_base<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for __ctype_abstract_base<wchar_t>(GLIBCPP_3.2) [1]
vtable for __ctype_abstract_base<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.115. Class __codecvt_abstract_base<char, char, __mbstate_t>


9.1.115.1. Interfaces for Class __codecvt_abstract_base<char, char, __mbstate_t>

No external methods are defined for libstdcxx - Class std::__codecvt_abstract_base<char, char, __mbstate_t>


9.1.116. Class __codecvt_abstract_base<wchar_t, char, __mbstate_t>


9.1.116.1. Class data for __codecvt_abstract_base<wchar_t, char, __mbstate_t>

The virtual table for the std::__codecvt_abstract_base<wchar_t, char, __mbstate_t> class is described by Table 9-352

Table 9-352. vtable for __codecvt_abstract_base<wchar_t, char, __mbstate_t>

Base Offset0
RTTItypeinfo for __codecvt_abstract_base<wchar_t, char, __mbstate_t>
vfunc:__codecvt_abstract_base<wchar_t, char, __mbstate_t>::~__codecvt_abstract_base()
vfunc:__codecvt_abstract_base<wchar_t, char, __mbstate_t>::~__codecvt_abstract_base()
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual

The Run Time Type Information for the std::__codecvt_abstract_base<wchar_t, char, __mbstate_t> class is described by Table 9-353

Table 9-353. typeinfo for __codecvt_abstract_base<wchar_t, char, __mbstate_t>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for __codecvt_abstract_base<wchar_t, char, __mbstate_t>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for codecvt_base2

9.1.116.2. Interfaces for Class __codecvt_abstract_base<wchar_t, char, __mbstate_t>

No external methods are defined for libstdcxx - Class std::__codecvt_abstract_base<wchar_t, char, __mbstate_t>

An LSB conforming implementation shall provide the generic data interfaces for Class std::__codecvt_abstract_base<wchar_t, char, __mbstate_t> specified in Table 9-354, with the full functionality as described in the referenced underlying specification.

Table 9-354. libstdcxx - Class __codecvt_abstract_base<wchar_t, char, __mbstate_t> Data Interfaces

typeinfo for __codecvt_abstract_base<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [1]
typeinfo name for __codecvt_abstract_base<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [1]
vtable for __codecvt_abstract_base<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.117. Class ctype<char>


9.1.117.1. Class data for ctype<char>

The virtual table for the std::ctype<char> class is described by Table 9-355

Table 9-355. vtable for ctype<char>

Base Offset0
RTTItypeinfo for ctype<char>
vfunc:ctype<char>::~ctype()
vfunc:ctype<char>::~ctype()
vfunc:ctype<char>::do_is(unsigned short, char) const
vfunc:ctype<char>::do_is(char const*, char const*, unsigned short*) const
vfunc:ctype<char>::do_scan_is(unsigned short, char const*, char const*) const
vfunc:ctype<char>::do_scan_not(unsigned short, char const*, char const*) const
vfunc:ctype<char>::do_toupper(char) const
vfunc:ctype<char>::do_toupper(char*, char const*) const
vfunc:ctype<char>::do_tolower(char) const
vfunc:ctype<char>::do_tolower(char*, char const*) const
vfunc:ctype<char>::do_widen(char) const
vfunc:ctype<char>::do_widen(char const*, char const*, char*) const
vfunc:ctype<char>::do_narrow(char, char) const
vfunc:ctype<char>::do_narrow(char const*, char const*, char, char*) const

The Run Time Type Information for the std::ctype<char> class is described by Table 9-356

Table 9-356. typeinfo for ctype<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for ctype<char>

9.1.117.2. Interfaces for Class ctype<char>

An LSB conforming implementation shall provide the generic methods for Class std::ctype<char> specified in Table 9-357, with the full functionality as described in the referenced underlying specification.

Table 9-357. libstdcxx - Class ctype<char> Function Interfaces

ctype<char>::do_scan_is(unsigned short, char const*, char const*) const(GLIBCPP_3.2) [1]
ctype<char>::do_tolower(char*, char const*) const(GLIBCPP_3.2) [1]
ctype<char>::do_tolower(char) const(GLIBCPP_3.2) [1]
ctype<char>::do_toupper(char*, char const*) const(GLIBCPP_3.2) [1]
ctype<char>::do_toupper(char) const(GLIBCPP_3.2) [1]
ctype<char>::do_scan_not(unsigned short, char const*, char const*) const(GLIBCPP_3.2) [1]
ctype<char>::do_is(char const*, char const*, unsigned short*) const(GLIBCPP_3.2) [1]
ctype<char>::do_is(unsigned short, char) const(GLIBCPP_3.2) [1]
ctype<char>::do_widen(char const*, char const*, char*) const(GLIBCPP_3.2) [1]
ctype<char>::do_widen(char) const(GLIBCPP_3.2) [1]
ctype<char>::do_narrow(char const*, char const*, char, char*) const(GLIBCPP_3.2) [1]
ctype<char>::do_narrow(char, char) const(GLIBCPP_3.2) [1]
ctype<char>::classic_table()(GLIBCPP_3.2) [1]
ctype<char>::~ctype()(GLIBCPP_3.2) [1]
ctype<char>::~ctype()(GLIBCPP_3.2) [1]
ctype<char>::~ctype()(GLIBCPP_3.2) [1]
bool has_facet<ctype<char> >(locale const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype<char> specified in Table 9-358, with the full functionality as described in the referenced underlying specification.

Table 9-358. libstdcxx - Class ctype<char> Data Interfaces

ctype<char>::table_size(GLIBCPP_3.2) [1]
ctype<char>::id(GLIBCPP_3.2) [1]
typeinfo for ctype<char>(GLIBCPP_3.2) [2]
typeinfo name for ctype<char>(GLIBCPP_3.2) [2]
vtable for ctype<char>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.118. Class ctype<wchar_t>


9.1.118.1. Class data for ctype<wchar_t>

The virtual table for the std::ctype<wchar_t> class is described by Table 9-359

Table 9-359. vtable for ctype<wchar_t>

Base Offset0
RTTItypeinfo for ctype<wchar_t>
vfunc:ctype<wchar_t>::~ctype()
vfunc:ctype<wchar_t>::~ctype()
vfunc:ctype<wchar_t>::do_is(unsigned short, wchar_t) const
vfunc:ctype<wchar_t>::do_is(wchar_t const*, wchar_t const*, unsigned short*) const
vfunc:ctype<wchar_t>::do_scan_is(unsigned short, wchar_t const*, wchar_t const*) const
vfunc:ctype<wchar_t>::do_scan_not(unsigned short, wchar_t const*, wchar_t const*) const
vfunc:ctype<wchar_t>::do_toupper(wchar_t) const
vfunc:ctype<wchar_t>::do_toupper(wchar_t*, wchar_t const*) const
vfunc:ctype<wchar_t>::do_tolower(wchar_t) const
vfunc:ctype<wchar_t>::do_tolower(wchar_t*, wchar_t const*) const
vfunc:ctype<wchar_t>::do_widen(char) const
vfunc:ctype<wchar_t>::do_widen(char const*, char const*, wchar_t*) const
vfunc:ctype<wchar_t>::do_narrow(wchar_t, char) const
vfunc:ctype<wchar_t>::do_narrow(wchar_t const*, wchar_t const*, char, char*) const

The Run Time Type Information for the std::ctype<wchar_t> class is described by Table 9-360

Table 9-360. typeinfo for ctype<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for ctype<wchar_t>

9.1.118.2. Interfaces for Class ctype<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::ctype<wchar_t> specified in Table 9-361, with the full functionality as described in the referenced underlying specification.

Table 9-361. libstdcxx - Class ctype<wchar_t> Function Interfaces

ctype<wchar_t>::do_scan_is(unsigned short, wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_tolower(wchar_t*, wchar_t const*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_tolower(wchar_t) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_toupper(wchar_t*, wchar_t const*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_toupper(wchar_t) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_scan_not(unsigned short, wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_is(wchar_t const*, wchar_t const*, unsigned short*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_is(unsigned short, wchar_t) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_widen(char const*, char const*, wchar_t*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_widen(char) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_narrow(wchar_t const*, wchar_t const*, char, char*) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::do_narrow(wchar_t, char) const(GLIBCPP_3.2) [1]
ctype<wchar_t>::~ctype()(GLIBCPP_3.2) [1]
ctype<wchar_t>::~ctype()(GLIBCPP_3.2) [1]
ctype<wchar_t>::~ctype()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ctype<wchar_t> specified in Table 9-362, with the full functionality as described in the referenced underlying specification.

Table 9-362. libstdcxx - Class ctype<wchar_t> Data Interfaces

ctype<wchar_t>::id(GLIBCPP_3.2) [1]
typeinfo for ctype<wchar_t>(GLIBCPP_3.2) [2]
typeinfo name for ctype<wchar_t>(GLIBCPP_3.2) [2]
vtable for ctype<wchar_t>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.119. Class codecvt<char, char, __mbstate_t>


9.1.119.1. Class data for codecvt<char, char, __mbstate_t>

The virtual table for the std::codecvt<char, char, __mbstate_t> class is described by Table 9-363

Table 9-363. vtable for codecvt<char, char, __mbstate_t>

Base Offset0
RTTItypeinfo for codecvt<char, char, __mbstate_t>
vfunc:codecvt<char, char, __mbstate_t>::~codecvt()
vfunc:codecvt<char, char, __mbstate_t>::~codecvt()
vfunc:codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const
vfunc:codecvt<char, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const
vfunc:codecvt<char, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const
vfunc:codecvt<char, char, __mbstate_t>::do_encoding() const
vfunc:codecvt<char, char, __mbstate_t>::do_always_noconv() const
vfunc:codecvt<char, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned long) const
vfunc:codecvt<char, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned int) const

The Run Time Type Information for the std::codecvt<char, char, __mbstate_t> class is described by Table 9-364

Table 9-364. typeinfo for codecvt<char, char, __mbstate_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for codecvt<char, char, __mbstate_t>

9.1.119.2. Class data for __codecvt_abstract_base<char, char, __mbstate_t>

The virtual table for the std::__codecvt_abstract_base<char, char, __mbstate_t> class is described by Table 9-365

Table 9-365. vtable for __codecvt_abstract_base<char, char, __mbstate_t>

Base Offset0
RTTItypeinfo for __codecvt_abstract_base<char, char, __mbstate_t>
vfunc:__codecvt_abstract_base<char, char, __mbstate_t>::~__codecvt_abstract_base()
vfunc:__codecvt_abstract_base<char, char, __mbstate_t>::~__codecvt_abstract_base()
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual
vfunc:__cxa_pure_virtual

The Run Time Type Information for the std::__codecvt_abstract_base<char, char, __mbstate_t> class is described by Table 9-366

Table 9-366. typeinfo for __codecvt_abstract_base<char, char, __mbstate_t>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for __codecvt_abstract_base<char, char, __mbstate_t>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for codecvt_base2

9.1.119.3. Interfaces for Class codecvt<char, char, __mbstate_t>

An LSB conforming implementation shall provide the generic methods for Class std::codecvt<char, char, __mbstate_t> specified in Table 9-367, with the full functionality as described in the referenced underlying specification.

Table 9-367. libstdcxx - Class codecvt<char, char, __mbstate_t> Function Interfaces

codecvt<char, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::do_encoding() const(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::do_max_length() const(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::do_always_noconv() const(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char const*&, char*, char*, char*&) const(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::~codecvt()(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::~codecvt()(GLIBCPP_3.2) [1]
codecvt<char, char, __mbstate_t>::~codecvt()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt<char, char, __mbstate_t> specified in Table 9-368, with the full functionality as described in the referenced underlying specification.

Table 9-368. libstdcxx - Class codecvt<char, char, __mbstate_t> Data Interfaces

codecvt<char, char, __mbstate_t>::id(GLIBCPP_3.2) [1]
typeinfo for __codecvt_abstract_base<char, char, __mbstate_t>(GLIBCPP_3.2) [2]
typeinfo for codecvt<char, char, __mbstate_t>(GLIBCPP_3.2) [2]
typeinfo name for __codecvt_abstract_base<char, char, __mbstate_t>(GLIBCPP_3.2) [2]
typeinfo name for codecvt<char, char, __mbstate_t>(GLIBCPP_3.2) [2]
vtable for __codecvt_abstract_base<char, char, __mbstate_t>(GLIBCPP_3.2) [2]
vtable for codecvt<char, char, __mbstate_t>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.120. Class codecvt<wchar_t, char, __mbstate_t>


9.1.120.1. Class data for codecvt<wchar_t, char, __mbstate_t>

The virtual table for the std::codecvt<wchar_t, char, __mbstate_t> class is described by Table 9-369

Table 9-369. vtable for codecvt<wchar_t, char, __mbstate_t>

Base Offset0
RTTItypeinfo for codecvt<wchar_t, char, __mbstate_t>
vfunc:codecvt<wchar_t, char, __mbstate_t>::~codecvt()
vfunc:codecvt<wchar_t, char, __mbstate_t>::~codecvt()
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t const*&, char*, char*, char*&) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, wchar_t*, wchar_t*, wchar_t*&) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_encoding() const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_always_noconv() const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned int) const
vfunc:codecvt<wchar_t, char, __mbstate_t>::do_length(__mbstate_t const&, char const*, char const*, unsigned int) const

The Run Time Type Information for the std::codecvt<wchar_t, char, __mbstate_t> class is described by Table 9-370

Table 9-370. typeinfo for codecvt<wchar_t, char, __mbstate_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for codecvt<wchar_t, char, __mbstate_t>

9.1.120.2. Interfaces for Class codecvt<wchar_t, char, __mbstate_t>

An LSB conforming implementation shall provide the generic methods for Class std::codecvt<wchar_t, char, __mbstate_t> specified in Table 9-371, with the full functionality as described in the referenced underlying specification.

Table 9-371. libstdcxx - Class codecvt<wchar_t, char, __mbstate_t> Function Interfaces

codecvt<wchar_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::do_encoding() const(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::do_max_length() const(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::do_always_noconv() const(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, wchar_t*, wchar_t*, wchar_t*&) const(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t const*&, char*, char*, char*&) const(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::~codecvt()(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::~codecvt()(GLIBCPP_3.2) [1]
codecvt<wchar_t, char, __mbstate_t>::~codecvt()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::codecvt<wchar_t, char, __mbstate_t> specified in Table 9-372, with the full functionality as described in the referenced underlying specification.

Table 9-372. libstdcxx - Class codecvt<wchar_t, char, __mbstate_t> Data Interfaces

codecvt<wchar_t, char, __mbstate_t>::id(GLIBCPP_3.2) [1]
typeinfo for codecvt<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [2]
typeinfo name for codecvt<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [2]
vtable for codecvt<wchar_t, char, __mbstate_t>(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.121. Class collate<char>


9.1.121.1. Class data for collate<char>

The virtual table for the std::collate<char> class is described by Table 9-373

Table 9-373. vtable for collate<char>

Base Offset0
RTTItypeinfo for collate<char>
vfunc:collate<char>::~collate()
vfunc:collate<char>::~collate()
vfunc:collate<char>::do_compare(char const*, char const*, char const*, char const*) const
vfunc:collate<char>::do_transform(char const*, char const*) const
vfunc:collate<char>::do_hash(char const*, char const*) const

The Run Time Type Information for the std::collate<char> class is described by Table 9-374

Table 9-374. typeinfo for collate<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for collate<char>

9.1.121.2. Interfaces for Class collate<char>

An LSB conforming implementation shall provide the generic methods for Class std::collate<char> specified in Table 9-375, with the full functionality as described in the referenced underlying specification.

Table 9-375. libstdcxx - Class collate<char> Function Interfaces

collate<char>::_M_compare(char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::do_compare(char const*, char const*, char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::do_transform(char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::hash(char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::compare(char const*, char const*, char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::do_hash(char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::transform(char const*, char const*) const(GLIBCPP_3.2) [1]
collate<char>::~collate()(GLIBCPP_3.2) [1]
collate<char>::~collate()(GLIBCPP_3.2) [1]
collate<char>::~collate()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::collate<char> specified in Table 9-376, with the full functionality as described in the referenced underlying specification.

Table 9-376. libstdcxx - Class collate<char> Data Interfaces

guard variable for collate<char>::id(GLIBCPP_3.2) [1]
collate<char>::id(GLIBCPP_3.2) [2]
typeinfo for collate<char>(GLIBCPP_3.2) [1]
typeinfo name for collate<char>(GLIBCPP_3.2) [1]
vtable for collate<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.122. Class collate<wchar_t>


9.1.122.1. Class data for collate<wchar_t>

The virtual table for the std::collate<wchar_t> class is described by Table 9-377

Table 9-377. vtable for collate<wchar_t>

Base Offset0
RTTItypeinfo for collate<wchar_t>
vfunc:collate<wchar_t>::~collate()
vfunc:collate<wchar_t>::~collate()
vfunc:collate<wchar_t>::do_compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const
vfunc:collate<wchar_t>::do_transform(wchar_t const*, wchar_t const*) const
vfunc:collate<wchar_t>::do_hash(wchar_t const*, wchar_t const*) const

The Run Time Type Information for the std::collate<wchar_t> class is described by Table 9-378

Table 9-378. typeinfo for collate<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for collate<wchar_t>

9.1.122.2. Interfaces for Class collate<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::collate<wchar_t> specified in Table 9-379, with the full functionality as described in the referenced underlying specification.

Table 9-379. libstdcxx - Class collate<wchar_t> Function Interfaces

collate<wchar_t>::_M_compare(wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::do_compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::do_transform(wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::hash(wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::compare(wchar_t const*, wchar_t const*, wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::do_hash(wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::transform(wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
collate<wchar_t>::~collate()(GLIBCPP_3.2) [1]
collate<wchar_t>::~collate()(GLIBCPP_3.2) [1]
collate<wchar_t>::~collate()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::collate<wchar_t> specified in Table 9-380, with the full functionality as described in the referenced underlying specification.

Table 9-380. libstdcxx - Class collate<wchar_t> Data Interfaces

guard variable for collate<wchar_t>::id(GLIBCPP_3.2) [1]
collate<wchar_t>::id(GLIBCPP_3.2) [2]
typeinfo for collate<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for collate<wchar_t>(GLIBCPP_3.2) [1]
vtable for collate<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.123. Class num_get<char, istreambuf_iterator<char, char_traits<char> > >


9.1.123.1. Class data for num_get<char, istreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-381

Table 9-381. vtable for num_get<char, istreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for num_get<char, istreambuf_iterator<char, char_traits<char> > >
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::~num_get()
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::~num_get()
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, bool&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned short&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned int&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned long&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long long&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned long long&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, float&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, double&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long double&) const
vfunc:num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, void*&) const

The Run Time Type Information for the std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-382

Table 9-382. typeinfo for num_get<char, istreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for num_get<char, istreambuf_iterator<char, char_traits<char> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for __num_base2

9.1.123.2. Interfaces for Class num_get<char, istreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-383, with the full functionality as described in the referenced underlying specification.

Table 9-383. libstdcxx - Class num_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces

num_get<char, istreambuf_iterator<char, char_traits<char> > >::_M_extract_int(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&, int&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::_M_extract_float(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, double&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, float&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, double&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, float&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::~num_get()(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::~num_get()(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::~num_get()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-384, with the full functionality as described in the referenced underlying specification.

Table 9-384. libstdcxx - Class num_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces

guard variable for num_get<char, istreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [1]
num_get<char, istreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [2]
typeinfo for num_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for num_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for num_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.124. Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.124.1. Class data for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-385

Table 9-385. vtable for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_get()
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_get()
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, bool&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned short&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned int&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned long&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long long&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned long long&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, float&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, double&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long double&) const
vfunc:num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, void*&) const

The Run Time Type Information for the std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-386

Table 9-386. typeinfo for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for __num_base2

9.1.124.2. Interfaces for Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-387, with the full functionality as described in the referenced underlying specification.

Table 9-387. libstdcxx - Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_extract_int(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&, int&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_extract_float(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, double&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, float&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, void*&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, bool&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, double&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, float&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned int&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned short&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, long long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, unsigned long long&) const(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_get()(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_get()(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_get()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-388, with the full functionality as described in the referenced underlying specification.

Table 9-388. libstdcxx - Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

guard variable for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [1]
num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [2]
typeinfo for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.125. Class num_put<char, ostreambuf_iterator<char, char_traits<char> > >


9.1.125.1. Class data for num_put<char, ostreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-389

Table 9-389. vtable for num_put<char, ostreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for num_put<char, ostreambuf_iterator<char, char_traits<char> > >
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::~num_put()
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::~num_put()
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, bool) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long long) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long long) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, double) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long double) const
vfunc:num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, void const*) const

The Run Time Type Information for the std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-390

Table 9-390. typeinfo for num_put<char, ostreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for num_put<char, ostreambuf_iterator<char, char_traits<char> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for __num_base2

9.1.125.2. Interfaces for Class num_put<char, ostreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-391, with the full functionality as described in the referenced underlying specification.

Table 9-391. libstdcxx - Class num_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces

num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_group_int(basic_string<char, char_traits<char>, allocator<char> > const&, char, ios_base&, char*, char*, int&) const(GLIBCPP_3.2.3) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_widen_int(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char*, int) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char, char, long) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<unsigned long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<unsigned long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char, char, unsigned long) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<long long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<long long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char, char, long long) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<unsigned long long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_int<unsigned long long>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char, char, unsigned long long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_group_float(basic_string<char, char_traits<char>, allocator<char> > const&, char, char const*, char*, char*, int&) const(GLIBCPP_3.2.3) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_widen_float(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char*, int) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_float<double>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char, double) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<char, char_traits<char> > num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_convert_float<long double>(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char, long double) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, void const*) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, bool) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, double) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long double) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, void const*) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, bool) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, double) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long double) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, long long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, unsigned long long) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::_M_insert(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, char const*, int) const(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::~num_put()(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::~num_put()(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::~num_put()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-392, with the full functionality as described in the referenced underlying specification.

Table 9-392. libstdcxx - Class num_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces

guard variable for num_put<char, ostreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [1]
num_put<char, ostreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [2]
typeinfo for num_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for num_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for num_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.126. Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.126.1. Class data for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-393

Table 9-393. vtable for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_put()
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_put()
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, bool) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long long) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long long) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, double) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long double) const
vfunc:num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, void const*) const

The Run Time Type Information for the std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-394

Table 9-394. typeinfo for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for __num_base2

9.1.126.2. Interfaces for Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-395, with the full functionality as described in the referenced underlying specification.

Table 9-395. libstdcxx - Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_group_int(basic_string<char, char_traits<char>, allocator<char> > const&, wchar_t, ios_base&, wchar_t*, wchar_t*, int&) const(GLIBCPP_3.2.3) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_widen_int(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char*, int) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char, char, long) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<unsigned long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<unsigned long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char, char, unsigned long) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<long long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<long long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char, char, long long) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<unsigned long long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long long) const(GLIBCPP_3.2.3) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_int<unsigned long long>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char, char, unsigned long long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_group_float(basic_string<char, char_traits<char>, allocator<char> > const&, wchar_t, wchar_t const*, wchar_t*, wchar_t*, int&) const(GLIBCPP_3.2.3) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_widen_float(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char*, int) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_float<double>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char, double) const(GLIBCPP_3.2) [1]
ostreambuf_iterator<wchar_t, char_traits<wchar_t> > num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_convert_float<long double>(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, char, long double) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, void const*) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, bool) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, double) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long double) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, void const*) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, bool) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, double) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long double) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, long long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, unsigned long long) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_insert(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, wchar_t const*, int) const(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_put()(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_put()(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~num_put()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-396, with the full functionality as described in the referenced underlying specification.

Table 9-396. libstdcxx - Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

guard variable for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [1]
num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [2]
typeinfo for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.127. Class bad_cast


9.1.127.1. Class data for bad_cast

The virtual table for the std::bad_cast class is described by Table 9-397

Table 9-397. vtable for bad_cast

Base Offset0
RTTItypeinfo for bad_cast
vfunc:bad_cast::~bad_cast()
vfunc:bad_cast::~bad_cast()
vfunc:exception::what() const

The Run Time Type Information for the std::bad_cast class is described by Table 9-398

Table 9-398. typeinfo for bad_cast

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for bad_cast

9.1.127.2. Interfaces for Class bad_cast

An LSB conforming implementation shall provide the generic methods for Class std::bad_cast specified in Table 9-399, with the full functionality as described in the referenced underlying specification.

Table 9-399. libstdcxx - Class bad_cast Function Interfaces

bad_cast::~bad_cast()(GLIBCPP_3.2) [1]
bad_cast::~bad_cast()(GLIBCPP_3.2) [1]
bad_cast::~bad_cast()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_cast specified in Table 9-400, with the full functionality as described in the referenced underlying specification.

Table 9-400. libstdcxx - Class bad_cast Data Interfaces

typeinfo for bad_cast(GLIBCPP_3.2) [1]
typeinfo name for bad_cast(GLIBCPP_3.2) [1]
vtable for bad_cast(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.128. Class ios_base


9.1.128.1. Class data for ios_base

The Run Time Type Information for the std::ios_base class is described by Table 9-401

Table 9-401. typeinfo for ios_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for ios_base

9.1.128.2. Interfaces for Class ios_base

An LSB conforming implementation shall provide the generic methods for Class std::ios_base specified in Table 9-402, with the full functionality as described in the referenced underlying specification.

Table 9-402. libstdcxx - Class ios_base Function Interfaces

ios_base::_M_grow_words(int)(GLIBCPP_3.2) [1]
ios_base::sync_with_stdio(bool)(GLIBCPP_3.2) [1]
ios_base::_M_call_callbacks(ios_base::event)(GLIBCPP_3.2) [1]
ios_base::register_callback(void (*)(ios_base::event, ios_base&, int), int)(GLIBCPP_3.2) [1]
ios_base::_M_dispose_callbacks()(GLIBCPP_3.2) [1]
ios_base::Init::_S_ios_create(bool)(GLIBCPP_3.2) [1]
ios_base::Init::_S_ios_destroy()(GLIBCPP_3.2) [1]
ios_base::Init::Init()(GLIBCPP_3.2) [1]
ios_base::Init::Init()(GLIBCPP_3.2) [1]
ios_base::Init::~Init()(GLIBCPP_3.2) [1]
ios_base::Init::~Init()(GLIBCPP_3.2) [1]
ios_base::imbue(locale const&)(GLIBCPP_3.2) [1]
ios_base::xalloc()(GLIBCPP_3.2) [1]
ios_base::_M_init()(GLIBCPP_3.2) [1]
ios_base::failure::failure(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
ios_base::failure::failure(basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
ios_base::failure::~failure()(GLIBCPP_3.2) [1]
ios_base::failure::~failure()(GLIBCPP_3.2) [1]
ios_base::failure::~failure()(GLIBCPP_3.2) [1]
ios_base::ios_base()(GLIBCPP_3.2) [1]
ios_base::ios_base()(GLIBCPP_3.2) [1]
ios_base::~ios_base()(GLIBCPP_3.2) [1]
ios_base::~ios_base()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::ios_base specified in Table 9-403, with the full functionality as described in the referenced underlying specification.

Table 9-403. libstdcxx - Class ios_base Data Interfaces

ios_base::floatfield(GLIBCPP_3.2) [1]
ios_base::scientific(GLIBCPP_3.2) [1]
ios_base::adjustfield(GLIBCPP_3.2) [1]
ios_base::_S_local_word_size(GLIBCPP_3.2) [1]
ios_base::in(GLIBCPP_3.2) [1]
ios_base::app(GLIBCPP_3.2) [1]
ios_base::ate(GLIBCPP_3.2) [1]
ios_base::beg(GLIBCPP_3.2) [1]
ios_base::cur(GLIBCPP_3.2) [1]
ios_base::dec(GLIBCPP_3.2) [1]
ios_base::end(GLIBCPP_3.2) [1]
ios_base::hex(GLIBCPP_3.2) [1]
ios_base::oct(GLIBCPP_3.2) [1]
ios_base::out(GLIBCPP_3.2) [1]
ios_base::Init::_S_ios_base_init(GLIBCPP_3.2) [1]
ios_base::Init::_S_synced_with_stdio(GLIBCPP_3.2) [1]
ios_base::left(GLIBCPP_3.2) [1]
ios_base::fixed(GLIBCPP_3.2) [1]
ios_base::right(GLIBCPP_3.2) [1]
ios_base::trunc(GLIBCPP_3.2) [1]
ios_base::badbit(GLIBCPP_3.2) [1]
ios_base::binary(GLIBCPP_3.2) [1]
ios_base::eofbit(GLIBCPP_3.2) [1]
ios_base::skipws(GLIBCPP_3.2) [1]
ios_base::failbit(GLIBCPP_3.2) [1]
ios_base::goodbit(GLIBCPP_3.2) [1]
ios_base::showpos(GLIBCPP_3.2) [1]
ios_base::unitbuf(GLIBCPP_3.2) [1]
ios_base::internal(GLIBCPP_3.2) [1]
ios_base::showbase(GLIBCPP_3.2) [1]
ios_base::basefield(GLIBCPP_3.2) [1]
ios_base::boolalpha(GLIBCPP_3.2) [1]
ios_base::showpoint(GLIBCPP_3.2) [1]
ios_base::uppercase(GLIBCPP_3.2) [1]
typeinfo for ios_base(GLIBCPP_3.2) [2]
typeinfo name for ios_base(GLIBCPP_3.2) [2]

Referenced Specification(s)


9.1.129. Class messages<char>


9.1.129.1. Class data for messages<char>

The virtual table for the std::messages<char> class is described by Table 9-404

Table 9-404. vtable for messages<char>

Base Offset0
RTTItypeinfo for messages<char>
vfunc:messages<char>::~messages()
vfunc:messages<char>::~messages()
vfunc:messages<char>::do_open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const
vfunc:messages<char>::do_get(int, int, int, basic_string<char, char_traits<char>, allocator<char> > const&) const
vfunc:messages<char>::do_close(int) const

The Run Time Type Information for the std::messages<char> class is described by Table 9-405

Table 9-405. typeinfo for messages<char>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for messages<char>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for messages_base2

9.1.129.2. Interfaces for Class messages<char>

An LSB conforming implementation shall provide the generic methods for Class std::messages<char> specified in Table 9-406, with the full functionality as described in the referenced underlying specification.

Table 9-406. libstdcxx - Class messages<char> Function Interfaces

messages<char>::_M_convert_to_char(basic_string<char, char_traits<char>, allocator<char> > const&) const(GLIBCPP_3.2) [1]
messages<char>::_M_convert_from_char(char*) const(GLIBCPP_3.2) [1]
messages<char>::get(int, int, int, basic_string<char, char_traits<char>, allocator<char> > const&) const(GLIBCPP_3.2) [1]
messages<char>::open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const(GLIBCPP_3.2) [1]
messages<char>::open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&, char const*) const(GLIBCPP_3.2) [1]
messages<char>::close(int) const(GLIBCPP_3.2) [1]
messages<char>::do_get(int, int, int, basic_string<char, char_traits<char>, allocator<char> > const&) const(GLIBCPP_3.2) [1]
messages<char>::do_open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const(GLIBCPP_3.2) [1]
messages<char>::do_close(int) const(GLIBCPP_3.2) [1]
messages<char>::~messages()(GLIBCPP_3.2) [1]
messages<char>::~messages()(GLIBCPP_3.2) [1]
messages<char>::~messages()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::messages<char> specified in Table 9-407, with the full functionality as described in the referenced underlying specification.

Table 9-407. libstdcxx - Class messages<char> Data Interfaces

guard variable for messages<char>::id(GLIBCPP_3.2) [1]
messages<char>::id(GLIBCPP_3.2) [2]
typeinfo for messages<char>(GLIBCPP_3.2) [1]
typeinfo name for messages<char>(GLIBCPP_3.2) [1]
vtable for messages<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.130. Class messages<wchar_t>


9.1.130.1. Class data for messages<wchar_t>

The virtual table for the std::messages<wchar_t> class is described by Table 9-408

Table 9-408. vtable for messages<wchar_t>

Base Offset0
RTTItypeinfo for messages<wchar_t>
vfunc:messages<wchar_t>::~messages()
vfunc:messages<wchar_t>::~messages()
vfunc:messages<wchar_t>::do_open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const
vfunc:messages<wchar_t>::do_get(int, int, int, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const
vfunc:messages<wchar_t>::do_close(int) const

The Run Time Type Information for the std::messages<wchar_t> class is described by Table 9-409

Table 9-409. typeinfo for messages<wchar_t>

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for messages<wchar_t>
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for messages_base2

9.1.130.2. Interfaces for Class messages<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::messages<wchar_t> specified in Table 9-410, with the full functionality as described in the referenced underlying specification.

Table 9-410. libstdcxx - Class messages<wchar_t> Function Interfaces

messages<wchar_t>::_M_convert_to_char(basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const(GLIBCPP_3.2) [1]
messages<wchar_t>::_M_convert_from_char(char*) const(GLIBCPP_3.2) [1]
messages<wchar_t>::get(int, int, int, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const(GLIBCPP_3.2) [1]
messages<wchar_t>::open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const(GLIBCPP_3.2) [1]
messages<wchar_t>::open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&, char const*) const(GLIBCPP_3.2) [1]
messages<wchar_t>::close(int) const(GLIBCPP_3.2) [1]
messages<wchar_t>::do_get(int, int, int, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const(GLIBCPP_3.2) [1]
messages<wchar_t>::do_open(basic_string<char, char_traits<char>, allocator<char> > const&, locale const&) const(GLIBCPP_3.2) [1]
messages<wchar_t>::do_close(int) const(GLIBCPP_3.2) [1]
messages<wchar_t>::~messages()(GLIBCPP_3.2) [1]
messages<wchar_t>::~messages()(GLIBCPP_3.2) [1]
messages<wchar_t>::~messages()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::messages<wchar_t> specified in Table 9-411, with the full functionality as described in the referenced underlying specification.

Table 9-411. libstdcxx - Class messages<wchar_t> Data Interfaces

guard variable for messages<wchar_t>::id(GLIBCPP_3.2) [1]
messages<wchar_t>::id(GLIBCPP_3.2) [2]
typeinfo for messages<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for messages<wchar_t>(GLIBCPP_3.2) [1]
vtable for messages<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.131. Class numpunct<char>


9.1.131.1. Class data for numpunct<char>

The virtual table for the std::numpunct<char> class is described by Table 9-412

Table 9-412. vtable for numpunct<char>

Base Offset0
RTTItypeinfo for numpunct<char>
vfunc:numpunct<char>::~numpunct()
vfunc:numpunct<char>::~numpunct()
vfunc:numpunct<char>::do_decimal_point() const
vfunc:numpunct<char>::do_thousands_sep() const
vfunc:numpunct<char>::do_grouping() const
vfunc:numpunct<char>::do_truename() const
vfunc:numpunct<char>::do_falsename() const

The Run Time Type Information for the std::numpunct<char> class is described by Table 9-413

Table 9-413. typeinfo for numpunct<char>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for numpunct<char>

9.1.131.2. Interfaces for Class numpunct<char>

An LSB conforming implementation shall provide the generic methods for Class std::numpunct<char> specified in Table 9-414, with the full functionality as described in the referenced underlying specification.

Table 9-414. libstdcxx - Class numpunct<char> Function Interfaces

numpunct<char>::do_grouping() const(GLIBCPP_3.2) [1]
numpunct<char>::do_truename() const(GLIBCPP_3.2) [1]
numpunct<char>::do_falsename() const(GLIBCPP_3.2) [1]
numpunct<char>::decimal_point() const(GLIBCPP_3.2) [1]
numpunct<char>::thousands_sep() const(GLIBCPP_3.2) [1]
numpunct<char>::do_decimal_point() const(GLIBCPP_3.2) [1]
numpunct<char>::do_thousands_sep() const(GLIBCPP_3.2) [1]
numpunct<char>::grouping() const(GLIBCPP_3.2) [1]
numpunct<char>::truename() const(GLIBCPP_3.2) [1]
numpunct<char>::falsename() const(GLIBCPP_3.2) [1]
numpunct<char>::_M_initialize_numpunct(__locale_struct*)(GLIBCPP_3.2) [1]
numpunct<char>::~numpunct()(GLIBCPP_3.2) [1]
numpunct<char>::~numpunct()(GLIBCPP_3.2) [1]
numpunct<char>::~numpunct()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct<char> specified in Table 9-415, with the full functionality as described in the referenced underlying specification.

Table 9-415. libstdcxx - Class numpunct<char> Data Interfaces

guard variable for numpunct<char>::id(GLIBCPP_3.2) [1]
numpunct<char>::id(GLIBCPP_3.2) [2]
typeinfo for numpunct<char>(GLIBCPP_3.2) [1]
typeinfo name for numpunct<char>(GLIBCPP_3.2) [1]
vtable for numpunct<char>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.132. Class numpunct<wchar_t>


9.1.132.1. Class data for numpunct<wchar_t>

The virtual table for the std::numpunct<wchar_t> class is described by Table 9-416

Table 9-416. vtable for numpunct<wchar_t>

Base Offset0
RTTItypeinfo for numpunct<wchar_t>
vfunc:numpunct<wchar_t>::~numpunct()
vfunc:numpunct<wchar_t>::~numpunct()
vfunc:numpunct<wchar_t>::do_decimal_point() const
vfunc:numpunct<wchar_t>::do_thousands_sep() const
vfunc:numpunct<wchar_t>::do_grouping() const
vfunc:numpunct<wchar_t>::do_truename() const
vfunc:numpunct<wchar_t>::do_falsename() const

The Run Time Type Information for the std::numpunct<wchar_t> class is described by Table 9-417

Table 9-417. typeinfo for numpunct<wchar_t>

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for numpunct<wchar_t>

9.1.132.2. Interfaces for Class numpunct<wchar_t>

An LSB conforming implementation shall provide the generic methods for Class std::numpunct<wchar_t> specified in Table 9-418, with the full functionality as described in the referenced underlying specification.

Table 9-418. libstdcxx - Class numpunct<wchar_t> Function Interfaces

numpunct<wchar_t>::do_grouping() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::do_truename() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::do_falsename() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::decimal_point() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::thousands_sep() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::do_decimal_point() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::do_thousands_sep() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::grouping() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::truename() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::falsename() const(GLIBCPP_3.2) [1]
numpunct<wchar_t>::_M_initialize_numpunct(__locale_struct*)(GLIBCPP_3.2) [1]
numpunct<wchar_t>::~numpunct()(GLIBCPP_3.2) [1]
numpunct<wchar_t>::~numpunct()(GLIBCPP_3.2) [1]
numpunct<wchar_t>::~numpunct()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::numpunct<wchar_t> specified in Table 9-419, with the full functionality as described in the referenced underlying specification.

Table 9-419. libstdcxx - Class numpunct<wchar_t> Data Interfaces

guard variable for numpunct<wchar_t>::id(GLIBCPP_3.2) [1]
numpunct<wchar_t>::id(GLIBCPP_3.2) [2]
typeinfo for numpunct<wchar_t>(GLIBCPP_3.2) [1]
typeinfo name for numpunct<wchar_t>(GLIBCPP_3.2) [1]
vtable for numpunct<wchar_t>(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.133. Class time_get<char, istreambuf_iterator<char, char_traits<char> > >


9.1.133.1. Class data for time_get<char, istreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-420

Table 9-420. vtable for time_get<char, istreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for time_get<char, istreambuf_iterator<char, char_traits<char> > >
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::~time_get()
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::~time_get()
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_date_order() const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_time(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_date(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_weekday(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_monthname(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_year(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const

The Run Time Type Information for the std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-421

Table 9-421. typeinfo for time_get<char, istreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for time_get<char, istreambuf_iterator<char, char_traits<char> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for time_base2

9.1.133.2. Interfaces for Class time_get<char, istreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-422, with the full functionality as described in the referenced underlying specification.

Table 9-422. libstdcxx - Class time_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces

time_get<char, istreambuf_iterator<char, char_traits<char> > >::date_order() const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_date(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_time(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_year(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::get_weekday(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_date_order() const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::get_monthname(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_weekday(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get_monthname(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::_M_extract_via_format(istreambuf_iterator<char, char_traits<char> >&, istreambuf_iterator<char, char_traits<char> >&, ios_base&, _Ios_Iostate&, tm*, char const*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::get_date(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::get_time(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::get_year(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::~time_get()(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::~time_get()(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::~time_get()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-423, with the full functionality as described in the referenced underlying specification.

Table 9-423. libstdcxx - Class time_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces

guard variable for time_get<char, istreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [1]
time_get<char, istreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [2]
typeinfo for time_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for time_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for time_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.134. Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.134.1. Class data for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-424

Table 9-424. vtable for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get()
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get()
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_date_order() const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_time(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_date(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_weekday(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_monthname(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const
vfunc:time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_year(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const

The Run Time Type Information for the std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-425

Table 9-425. typeinfo for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for time_base2

9.1.134.2. Interfaces for Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-426, with the full functionality as described in the referenced underlying specification.

Table 9-426. libstdcxx - Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::date_order() const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_date(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_time(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_year(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get_weekday(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_date_order() const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get_monthname(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_weekday(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get_monthname(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::_M_extract_via_format(istreambuf_iterator<wchar_t, char_traits<wchar_t> >&, istreambuf_iterator<wchar_t, char_traits<wchar_t> >&, ios_base&, _Ios_Iostate&, tm*, wchar_t const*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get_date(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get_time(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get_year(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, _Ios_Iostate&, tm*) const(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get()(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get()(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_get()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-427, with the full functionality as described in the referenced underlying specification.

Table 9-427. libstdcxx - Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

guard variable for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [1]
time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [2]
typeinfo for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.135. Class time_put<char, ostreambuf_iterator<char, char_traits<char> > >


9.1.135.1. Class data for time_put<char, ostreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-428

Table 9-428. vtable for time_put<char, ostreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for time_put<char, ostreambuf_iterator<char, char_traits<char> > >
vfunc:time_put<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put()
vfunc:time_put<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put()
vfunc:time_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, tm const*, char, char) const

The Run Time Type Information for the std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-429

Table 9-429. typeinfo for time_put<char, ostreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for time_put<char, ostreambuf_iterator<char, char_traits<char> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for time_base2

9.1.135.2. Interfaces for Class time_put<char, ostreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-430, with the full functionality as described in the referenced underlying specification.

Table 9-430. libstdcxx - Class time_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces

time_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, tm const*, char const*, char const*) const(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, tm const*, char, char) const(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, ios_base&, char, tm const*, char, char) const(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put()(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put()(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > >::~time_put()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-431, with the full functionality as described in the referenced underlying specification.

Table 9-431. libstdcxx - Class time_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces

guard variable for time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [1]
time_put<char, ostreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [2]
typeinfo for time_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for time_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for time_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.136. Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.136.1. Class data for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-432

Table 9-432. vtable for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put()
vfunc:time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put()
vfunc:time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, tm const*, char, char) const

The Run Time Type Information for the std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-433

Table 9-433. typeinfo for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
flags:8
basetype:typeinfo for locale::facet2
basetype:typeinfo for time_base2

9.1.136.2. Interfaces for Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-434, with the full functionality as described in the referenced underlying specification.

Table 9-434. libstdcxx - Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, tm const*, wchar_t const*, wchar_t const*) const(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, tm const*, char, char) const(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, ios_base&, wchar_t, tm const*, char, char) const(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put()(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put()(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~time_put()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-435, with the full functionality as described in the referenced underlying specification.

Table 9-435. libstdcxx - Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

guard variable for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [1]
time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [2]
typeinfo for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.137. Class bad_alloc


9.1.137.1. Class data for bad_alloc

The virtual table for the std::bad_alloc class is described by Table 9-436

Table 9-436. vtable for bad_alloc

Base Offset0
RTTItypeinfo for bad_alloc
vfunc:bad_alloc::~bad_alloc()
vfunc:bad_alloc::~bad_alloc()
vfunc:exception::what() const

The Run Time Type Information for the std::bad_alloc class is described by Table 9-437

Table 9-437. typeinfo for bad_alloc

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for bad_alloc

9.1.137.2. Interfaces for Class bad_alloc

An LSB conforming implementation shall provide the generic methods for Class std::bad_alloc specified in Table 9-438, with the full functionality as described in the referenced underlying specification.

Table 9-438. libstdcxx - Class bad_alloc Function Interfaces

bad_alloc::~bad_alloc()(GLIBCPP_3.2) [1]
bad_alloc::~bad_alloc()(GLIBCPP_3.2) [1]
bad_alloc::~bad_alloc()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::bad_alloc specified in Table 9-439, with the full functionality as described in the referenced underlying specification.

Table 9-439. libstdcxx - Class bad_alloc Data Interfaces

typeinfo for bad_alloc(GLIBCPP_3.2) [1]
typeinfo name for bad_alloc(GLIBCPP_3.2) [1]
vtable for bad_alloc(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.138. Class basic_ios<char, char_traits<char> >


9.1.138.1. Class data for basic_ios<char, char_traits<char> >

The virtual table for the std::basic_ios<char, std::char_traits<char> > class is described by Table 9-440

Table 9-440. vtable for basic_ios<char, char_traits<char> >

Base Offset0
RTTItypeinfo for basic_ios<char, char_traits<char> >
vfunc:basic_ios<char, char_traits<char> >::~basic_ios()
vfunc:basic_ios<char, char_traits<char> >::~basic_ios()

The Run Time Type Information for the std::basic_ios<char, std::char_traits<char> > class is described by Table 9-441

Table 9-441. typeinfo for basic_ios<char, char_traits<char> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_ios<char, char_traits<char> >
flags:8
basetype:typeinfo for ios_base1026

9.1.138.2. Interfaces for Class basic_ios<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ios<char, std::char_traits<char> > specified in Table 9-442, with the full functionality as described in the referenced underlying specification.

Table 9-442. libstdcxx - Class basic_ios<char, char_traits<char> > Function Interfaces

basic_ios<char, char_traits<char> >::exceptions() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::_M_check_facet(locale::facet const*) const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::bad() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::eof() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::tie() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::fail() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::fill() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::good() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::widen(char) const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::narrow(char, char) const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::rdstate() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::operator void*() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::operator!() const(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::exceptions(_Ios_Iostate)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::_M_setstate(_Ios_Iostate)(GLIBCPP_3.2.4) [1]
basic_ios<char, char_traits<char> >::_M_cache_facets(locale const&)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::tie(basic_ostream<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::fill(char)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::init(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::clear(_Ios_Iostate)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::imbue(locale const&)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::rdbuf(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::copyfmt(basic_ios<char, char_traits<char> > const&)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::setstate(_Ios_Iostate)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::basic_ios(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::basic_ios()(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::basic_ios(basic_streambuf<char, char_traits<char> >*)(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::basic_ios()(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::~basic_ios()(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::~basic_ios()(GLIBCPP_3.2) [1]
basic_ios<char, char_traits<char> >::~basic_ios()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ios<char, std::char_traits<char> > specified in Table 9-443, with the full functionality as described in the referenced underlying specification.

Table 9-443. libstdcxx - Class basic_ios<char, char_traits<char> > Data Interfaces

typeinfo for basic_ios<char, char_traits<char> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ios<char, char_traits<char> >(GLIBCPP_3.2) [1]
vtable for basic_ios<char, char_traits<char> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.139. Class basic_ios<wchar_t, char_traits<wchar_t> >


9.1.139.1. Class data for basic_ios<wchar_t, char_traits<wchar_t> >

The virtual table for the std::basic_ios<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-444

Table 9-444. vtable for basic_ios<wchar_t, char_traits<wchar_t> >

Base Offset0
RTTItypeinfo for basic_ios<wchar_t, char_traits<wchar_t> >
vfunc:basic_ios<wchar_t, char_traits<wchar_t> >::~basic_ios()
vfunc:basic_ios<wchar_t, char_traits<wchar_t> >::~basic_ios()

The Run Time Type Information for the std::basic_ios<wchar_t, std::char_traits<wchar_t> > class is described by Table 9-445

Table 9-445. typeinfo for basic_ios<wchar_t, char_traits<wchar_t> >

Base Vtablevtable for __cxxabiv1::__vmi_class_type_info
Nametypeinfo name for basic_ios<wchar_t, char_traits<wchar_t> >
flags:8
basetype:typeinfo for ios_base1026

9.1.139.2. Interfaces for Class basic_ios<wchar_t, char_traits<wchar_t> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ios<wchar_t, std::char_traits<wchar_t> > specified in Table 9-446, with the full functionality as described in the referenced underlying specification.

Table 9-446. libstdcxx - Class basic_ios<wchar_t, char_traits<wchar_t> > Function Interfaces

basic_ios<wchar_t, char_traits<wchar_t> >::exceptions() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::_M_check_facet(locale::facet const*) const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::bad() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::eof() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::tie() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::fail() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::fill() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::good() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::rdbuf() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::widen(char) const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::narrow(wchar_t, char) const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::rdstate() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::operator void*() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::operator!() const(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::exceptions(_Ios_Iostate)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::_M_setstate(_Ios_Iostate)(GLIBCPP_3.2.4) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::_M_cache_facets(locale const&)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::tie(basic_ostream<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::fill(wchar_t)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::init(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::clear(_Ios_Iostate)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::imbue(locale const&)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::rdbuf(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::copyfmt(basic_ios<wchar_t, char_traits<wchar_t> > const&)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::setstate(_Ios_Iostate)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::basic_ios(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::basic_ios()(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::basic_ios(basic_streambuf<wchar_t, char_traits<wchar_t> >*)(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::basic_ios()(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::~basic_ios()(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::~basic_ios()(GLIBCPP_3.2) [1]
basic_ios<wchar_t, char_traits<wchar_t> >::~basic_ios()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::basic_ios<wchar_t, std::char_traits<wchar_t> > specified in Table 9-447, with the full functionality as described in the referenced underlying specification.

Table 9-447. libstdcxx - Class basic_ios<wchar_t, char_traits<wchar_t> > Data Interfaces

typeinfo for basic_ios<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
typeinfo name for basic_ios<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]
vtable for basic_ios<wchar_t, char_traits<wchar_t> >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.140. Class exception


9.1.140.1. Class data for exception

The virtual table for the std::exception class is described by Table 9-448

Table 9-448. vtable for exception

Base Offset0
RTTItypeinfo for exception
vfunc:exception::~exception()
vfunc:exception::~exception()
vfunc:exception::what() const

The Run Time Type Information for the std::exception class is described by Table 9-449

Table 9-449. typeinfo for exception

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for exception

9.1.140.2. Interfaces for Class exception

An LSB conforming implementation shall provide the generic methods for Class std::exception specified in Table 9-450, with the full functionality as described in the referenced underlying specification.

Table 9-450. libstdcxx - Class exception Function Interfaces

exception::what() const(GLIBCPP_3.2) [1]
exception::~exception()(GLIBCPP_3.2) [1]
exception::~exception()(GLIBCPP_3.2) [1]
exception::~exception()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::exception specified in Table 9-451, with the full functionality as described in the referenced underlying specification.

Table 9-451. libstdcxx - Class exception Data Interfaces

typeinfo for exception(GLIBCPP_3.2) [1]
typeinfo name for exception(GLIBCPP_3.2) [1]
vtable for exception(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.141. Class money_get<char, istreambuf_iterator<char, char_traits<char> > >


9.1.141.1. Class data for money_get<char, istreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-452

Table 9-452. vtable for money_get<char, istreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for money_get<char, istreambuf_iterator<char, char_traits<char> > >
vfunc:money_get<char, istreambuf_iterator<char, char_traits<char> > >::~money_get()
vfunc:money_get<char, istreambuf_iterator<char, char_traits<char> > >::~money_get()
vfunc:money_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, bool, ios_base&, _Ios_Iostate&, long double&) const
vfunc:money_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, bool, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&) const

The Run Time Type Information for the std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-453

Table 9-453. typeinfo for money_get<char, istreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for money_get<char, istreambuf_iterator<char, char_traits<char> > >

9.1.141.2. Interfaces for Class money_get<char, istreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-454, with the full functionality as described in the referenced underlying specification.

Table 9-454. libstdcxx - Class money_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces

money_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, bool, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&) const(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, bool, ios_base&, _Ios_Iostate&, basic_string<char, char_traits<char>, allocator<char> >&) const(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::do_get(istreambuf_iterator<char, char_traits<char> >, istreambuf_iterator<char, char_traits<char> >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::~money_get()(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::~money_get()(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::~money_get()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-455, with the full functionality as described in the referenced underlying specification.

Table 9-455. libstdcxx - Class money_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces

guard variable for money_get<char, istreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [1]
money_get<char, istreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [2]
typeinfo for money_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for money_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for money_get<char, istreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.142. Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.142.1. Class data for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-456

Table 9-456. vtable for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_get()
vfunc:money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_get()
vfunc:money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, _Ios_Iostate&, long double&) const
vfunc:money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, _Ios_Iostate&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&) const

The Run Time Type Information for the std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-457

Table 9-457. typeinfo for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

9.1.142.2. Interfaces for Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-458, with the full functionality as described in the referenced underlying specification.

Table 9-458. libstdcxx - Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, _Ios_Iostate&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&) const(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, _Ios_Iostate&, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >&) const(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_get(istreambuf_iterator<wchar_t, char_traits<wchar_t> >, istreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, _Ios_Iostate&, long double&) const(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_get()(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_get()(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_get()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-459, with the full functionality as described in the referenced underlying specification.

Table 9-459. libstdcxx - Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

guard variable for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [1]
money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [2]
typeinfo for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.143. Class money_put<char, ostreambuf_iterator<char, char_traits<char> > >


9.1.143.1. Class data for money_put<char, ostreambuf_iterator<char, char_traits<char> > >

The virtual table for the std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-460

Table 9-460. vtable for money_put<char, ostreambuf_iterator<char, char_traits<char> > >

Base Offset0
RTTItypeinfo for money_put<char, ostreambuf_iterator<char, char_traits<char> > >
vfunc:money_put<char, ostreambuf_iterator<char, char_traits<char> > >::~money_put()
vfunc:money_put<char, ostreambuf_iterator<char, char_traits<char> > >::~money_put()
vfunc:money_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, bool, ios_base&, char, long double) const
vfunc:money_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, bool, ios_base&, char, basic_string<char, char_traits<char>, allocator<char> > const&) const

The Run Time Type Information for the std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > class is described by Table 9-461

Table 9-461. typeinfo for money_put<char, ostreambuf_iterator<char, char_traits<char> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for money_put<char, ostreambuf_iterator<char, char_traits<char> > >

9.1.143.2. Interfaces for Class money_put<char, ostreambuf_iterator<char, char_traits<char> > >

An LSB conforming implementation shall provide the generic methods for Class std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-462, with the full functionality as described in the referenced underlying specification.

Table 9-462. libstdcxx - Class money_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces

money_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, bool, ios_base&, char, basic_string<char, char_traits<char>, allocator<char> > const&) const(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::put(ostreambuf_iterator<char, char_traits<char> >, bool, ios_base&, char, long double) const(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, bool, ios_base&, char, basic_string<char, char_traits<char>, allocator<char> > const&) const(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::do_put(ostreambuf_iterator<char, char_traits<char> >, bool, ios_base&, char, long double) const(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::~money_put()(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::~money_put()(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::~money_put()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > specified in Table 9-463, with the full functionality as described in the referenced underlying specification.

Table 9-463. libstdcxx - Class money_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces

guard variable for money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [1]
money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id(GLIBCPP_3.2) [2]
typeinfo for money_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
typeinfo name for money_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]
vtable for money_put<char, ostreambuf_iterator<char, char_traits<char> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.144. Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >


9.1.144.1. Class data for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

The virtual table for the std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-464

Table 9-464. vtable for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Offset0
RTTItypeinfo for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
vfunc:money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_put()
vfunc:money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_put()
vfunc:money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, wchar_t, long double) const
vfunc:money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, wchar_t, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const

The Run Time Type Information for the std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > class is described by Table 9-465

Table 9-465. typeinfo for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

9.1.144.2. Interfaces for Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >

An LSB conforming implementation shall provide the generic methods for Class std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-466, with the full functionality as described in the referenced underlying specification.

Table 9-466. libstdcxx - Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces

money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, wchar_t, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, wchar_t, long double) const(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, wchar_t, basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > const&) const(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::do_put(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >, bool, ios_base&, wchar_t, long double) const(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_put()(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_put()(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::~money_put()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > specified in Table 9-467, with the full functionality as described in the referenced underlying specification.

Table 9-467. libstdcxx - Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces

guard variable for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [1]
money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id(GLIBCPP_3.2) [2]
typeinfo for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
typeinfo name for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]
vtable for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.145. Class strstream


9.1.145.1. Class data for strstream

The virtual table for the std::strstream class is described by Table 9-468

Table 9-468. vtable for strstream

Base Offset0
RTTItypeinfo for strstream
vfunc:strstream::~strstream()
vfunc:strstream::~strstream()

The Run Time Type Information for the std::strstream class is described by Table 9-469

Table 9-469. typeinfo for strstream

Base Vtablevtable for __cxxabiv1::__si_class_type_info
Nametypeinfo name for strstream

9.1.145.2. Interfaces for Class strstream

An LSB conforming implementation shall provide the generic methods for Class std::strstream specified in Table 9-470, with the full functionality as described in the referenced underlying specification.

Table 9-470. libstdcxx - Class strstream Function Interfaces

strstream::rdbuf() const(GLIBCPP_3.2) [1]
strstream::pcount() const(GLIBCPP_3.2) [1]
strstream::str()(GLIBCPP_3.2) [1]
strstream::freeze(bool)(GLIBCPP_3.2) [1]
strstream::strstream(char*, int, _Ios_Openmode)(GLIBCPP_3.2) [1]
strstream::strstream()(GLIBCPP_3.2) [1]
strstream::strstream(char*, int, _Ios_Openmode)(GLIBCPP_3.2) [1]
strstream::strstream()(GLIBCPP_3.2) [1]
strstream::~strstream()(GLIBCPP_3.2) [1]
strstream::~strstream()(GLIBCPP_3.2) [1]
strstream::~strstream()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::strstream specified in Table 9-471, with the full functionality as described in the referenced underlying specification.

Table 9-471. libstdcxx - Class strstream Data Interfaces

typeinfo for strstream(GLIBCPP_3.2) [1]
typeinfo name for strstream(GLIBCPP_3.2) [1]
VTT for strstream(GLIBCPP_3.2) [1]
vtable for strstream(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.146. Class time_base


9.1.146.1. Class data for time_base

The Run Time Type Information for the std::time_base class is described by Table 9-472

Table 9-472. typeinfo for time_base

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for time_base

9.1.146.2. Interfaces for Class time_base

No external methods are defined for libstdcxx - Class std::time_base

An LSB conforming implementation shall provide the generic data interfaces for Class std::time_base specified in Table 9-473, with the full functionality as described in the referenced underlying specification.

Table 9-473. libstdcxx - Class time_base Data Interfaces

typeinfo for time_base(GLIBCPP_3.2) [1]
typeinfo name for time_base(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.147. Class type_info


9.1.147.1. Class data for type_info

The virtual table for the std::type_info class is described by Table 9-474

Table 9-474. vtable for type_info

Base Offset0
RTTItypeinfo for type_info
vfunc:type_info::~type_info()
vfunc:type_info::~type_info()
vfunc:type_info::__is_pointer_p() const
vfunc:type_info::__is_function_p() const
vfunc:type_info::__do_catch(type_info const*, void**, unsigned int) const
vfunc: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-475

Table 9-475. typeinfo for type_info

Base Vtablevtable for __cxxabiv1::__class_type_info
Nametypeinfo name for type_info

9.1.147.2. Interfaces for Class type_info

An LSB conforming implementation shall provide the generic methods for Class std::type_info specified in Table 9-476, with the full functionality as described in the referenced underlying specification.

Table 9-476. libstdcxx - Class type_info Function Interfaces

type_info::__do_catch(type_info const*, void**, unsigned int) const(GLIBCPP_3.2) [1]
type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const(GLIBCPP_3.2) [1]
type_info::__is_pointer_p() const(GLIBCPP_3.2) [1]
type_info::__is_function_p() const(GLIBCPP_3.2) [1]
type_info::~type_info()(GLIBCPP_3.2) [1]
type_info::~type_info()(GLIBCPP_3.2) [1]
type_info::~type_info()(GLIBCPP_3.2) [1]

Referenced Specification(s)

An LSB conforming implementation shall provide the generic data interfaces for Class std::type_info specified in Table 9-477, with the full functionality as described in the referenced underlying specification.

Table 9-477. libstdcxx - Class type_info Data Interfaces

typeinfo for type_info(GLIBCPP_3.2) [1]
typeinfo name for type_info(GLIBCPP_3.2) [1]
vtable for type_info(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.148. Class basic_istream<char, char_traits<char> >


9.1.148.1. Interfaces for Class basic_istream<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_istream<char, std::char_traits<char> > specified in Table 9-478, with the full functionality as described in the referenced underlying specification.

Table 9-478. libstdcxx - Class basic_istream<char, char_traits<char> > Function Interfaces

basic_istream<char, char_traits<char> >& ws<char, char_traits<char> >(basic_istream<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& getline<char, char_traits<char>, allocator<char> >(basic_istream<char, char_traits<char> >&, basic_string<char, char_traits<char>, allocator<char> >&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& getline<char, char_traits<char>, allocator<char> >(basic_istream<char, char_traits<char> >&, basic_string<char, char_traits<char>, allocator<char> >&, char)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char_traits<char> >(basic_istream<char, char_traits<char> >&, signed char*)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char_traits<char> >(basic_istream<char, char_traits<char> >&, unsigned char*)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char_traits<char> >(basic_istream<char, char_traits<char> >&, signed char&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char_traits<char> >(basic_istream<char, char_traits<char> >&, unsigned char&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, char*)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, char&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, _Setiosflags)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, _Setprecision)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, _Resetiosflags)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, _Setw)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, _Setbase)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char> >(basic_istream<char, char_traits<char> >&, _Setfill<char>)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><char, char_traits<char>, allocator<char> >(basic_istream<char, char_traits<char> >&, basic_string<char, char_traits<char>, allocator<char> >&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><double, char, char_traits<char> >(basic_istream<char, char_traits<char> >&, complex<double>&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><long double, char, char_traits<char> >(basic_istream<char, char_traits<char> >&, complex<long double>&)(GLIBCPP_3.2) [1]
basic_istream<char, char_traits<char> >& operator>><float, char, char_traits<char> >(basic_istream<char, char_traits<char> >&, complex<float>&)(GLIBCPP_3.2) [1]

Referenced Specification(s)


9.1.149. Class basic_ostream<char, char_traits<char> >


9.1.149.1. Interfaces for Class basic_ostream<char, char_traits<char> >

An LSB conforming implementation shall provide the generic methods for Class std::basic_ostream<char, std::char_traits<char> > specified in Table 9-479, with the full functionality as described in the referenced underlying specification.

Table 9-479. libstdcxx - Class basic_ostream<char, char_traits<char> > Function Interfaces

basic_ostream<char, char_traits<char> >& endl<char, char_traits<char> >(basic_ostream<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& ends<char, char_traits<char> >(basic_ostream<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& flush<char, char_traits<char> >(basic_ostream<char, char_traits<char> >&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char_traits<char> >(basic_ostream<char, char_traits<char> >&, signed char const*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char_traits<char> >(basic_ostream<char, char_traits<char> >&, char const*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char_traits<char> >(basic_ostream<char, char_traits<char> >&, unsigned char const*)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char_traits<char> >(basic_ostream<char, char_traits<char> >&, signed char)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char_traits<char> >(basic_ostream<char, char_traits<char> >&, char)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char_traits<char> >(basic_ostream<char, char_traits<char> >&, unsigned char)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, _Setiosflags)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, _Setprecision)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, _Resetiosflags)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, _Setw)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, _Setbase)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, _Setfill<char>)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <char, char_traits<char>, allocator<char> >(basic_ostream<char, char_traits<char> >&, basic_string<char, char_traits<char>, allocator<char> > const&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <double, char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, complex<double> const&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <long double, char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, complex<long double> const&)(GLIBCPP_3.2) [1]
basic_ostream<char, char_traits<char> >& operator<< <float, char, char_traits<char> >(basic_ostream<char, char_traits<char> >&, complex<float> const&)(GLIBCPP_3.2) [1]

Referenced Specification(s)

IV. Package Information

Table of Contents
10. Package Dependencies

Chapter 10. Package Dependencies

10.1. Package Dependencies

The LSB runtime environment shall provide the following dependencies.

lsb-cxx-arch

This dependency is used to indicate that the application is dependent on features contained in the LSB-C++ module.

lsb-cxx-noarch

This dependency is used to indicate that the application is dependent on features contained in the LSB-C++ module and that the package does not contain any architecture specific files.

The arch component of any package name is described in the relevant architecture specific LSB.


Appendix A. 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:

  1. 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.

  2. 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).

  3. State on the Title page the name of the publisher of the Modified Version, as the publisher.

  4. Preserve all the copyright notices of the Document.

  5. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.

  6. 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.

  7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice.

  8. Include an unaltered copy of this License.

  9. 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.

  10. 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.

  11. 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.

  12. 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.

  13. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.

  14. 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.