2 * Copyright 2010 Piotr Caban for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 typedef unsigned char MSVCP_bool;
24 typedef SIZE_T MSVCP_size_t;
25 typedef SSIZE_T streamoff;
26 typedef SSIZE_T streamsize;
28 void __cdecl _invalid_parameter(const wchar_t*, const wchar_t*,
29 const wchar_t*, unsigned int, uintptr_t);
30 BOOL __cdecl __uncaught_exception(void);
32 extern void* (__cdecl *MSVCRT_operator_new)(MSVCP_size_t);
33 extern void (__cdecl *MSVCRT_operator_delete)(void*);
35 /* basic_string<char, char_traits<char>, allocator<char>> */
44 basic_string_char* __thiscall basic_string_char_ctor(basic_string_char*);
45 basic_string_char* basic_string_char_ctor_cstr(basic_string_char*, const char*);
46 basic_string_char* basic_string_char_ctor_cstr_len(basic_string_char*, const char*, MSVCP_size_t);
47 basic_string_char* __thiscall basic_string_char_copy_ctor(basic_string_char*, const basic_string_char*);
48 void __thiscall basic_string_char_dtor(basic_string_char*);
49 const char* __thiscall basic_string_char_c_str(const basic_string_char*);
50 void basic_string_char_clear(basic_string_char*);
51 basic_string_char* __thiscall basic_string_char_append_ch(basic_string_char*, char);
52 MSVCP_size_t __thiscall basic_string_char_length(const basic_string_char*);
53 basic_string_char* __thiscall basic_string_char_append_len_ch(basic_string_char*, MSVCP_size_t, char);
63 basic_string_wchar* __thiscall basic_string_wchar_ctor(basic_string_wchar*);
64 basic_string_wchar* basic_string_wchar_ctor_cstr(basic_string_wchar*, const wchar_t*);
65 basic_string_wchar* basic_string_wchar_ctor_cstr_len(basic_string_wchar*, const wchar_t*, MSVCP_size_t);
66 void __thiscall basic_string_wchar_dtor(basic_string_wchar*);
67 const wchar_t* __thiscall basic_string_wchar_c_str(const basic_string_wchar*);
68 void basic_string_wchar_clear(basic_string_wchar*);
69 basic_string_wchar* __thiscall basic_string_wchar_append_ch(basic_string_wchar*, wchar_t);
70 MSVCP_size_t __thiscall basic_string_wchar_length(const basic_string_wchar*);
72 char* MSVCP_allocator_char_allocate(void*, MSVCP_size_t);
73 void MSVCP_allocator_char_deallocate(void*, char*, MSVCP_size_t);
74 MSVCP_size_t MSVCP_allocator_char_max_size(void*);
75 wchar_t* MSVCP_allocator_wchar_allocate(void*, MSVCP_size_t);
76 void MSVCP_allocator_wchar_deallocate(void*, wchar_t*, MSVCP_size_t);
77 MSVCP_size_t MSVCP_allocator_wchar_max_size(void*);
79 /* class locale::facet */
81 const vtable_ptr *vtable;
90 } codecvt_base_result;
99 /* class codecvt_base */
104 /* class codecvt<char> */
109 MSVCP_bool __thiscall codecvt_base_always_noconv(const codecvt_base*);
110 int codecvt_char_unshift(const codecvt_char*, int*, char*, char*, char**);
111 int __thiscall codecvt_char_out(const codecvt_char*, int*, const char*,
112 const char*, const char**, char*, char*, char**);
113 int __thiscall codecvt_char_in(const codecvt_char*, int*, const char*,
114 const char*, const char**, char*, char*, char**);
115 int __thiscall codecvt_base_max_length(const codecvt_base*);
122 /* class codecvt<wchar> */
128 int codecvt_wchar_unshift(const codecvt_wchar*, int*, char*, char*, char**);
129 int __thiscall codecvt_wchar_out(const codecvt_wchar*, int*, const wchar_t*,
130 const wchar_t*, const wchar_t**, char*, char*, char**);
131 int __thiscall codecvt_wchar_in(const codecvt_wchar*, int*, const char*,
132 const char*, const char**, wchar_t*, wchar_t*, wchar_t**);
134 /* class ctype_base */
139 /* class ctype<char> */
145 MSVCP_bool __thiscall ctype_char_is_ch(const ctype_char*, short, char);
146 char __thiscall ctype_char_narrow_ch(const ctype_char*, char, char);
147 char __thiscall ctype_char_widen_ch(const ctype_char*, char);
149 /* class ctype<wchar> */
156 MSVCP_bool __thiscall ctype_wchar_is_ch(const ctype_wchar*, short, wchar_t);
157 char __thiscall ctype_wchar_narrow_ch(const ctype_wchar*, wchar_t, char);
158 wchar_t __thiscall ctype_wchar_widen_ch(const ctype_wchar*, char);
163 struct _locale__Locimp *ptr;
166 locale* __thiscall locale_ctor(locale*);
167 locale* __thiscall locale_copy_ctor(locale*, const locale*);
168 locale* __thiscall locale_ctor_uninitialized(locale *, int);
169 locale* __thiscall locale_operator_assign(locale*, const locale*);
170 void __thiscall locale_dtor(locale*);
171 void free_locale(void);
172 locale* __thiscall locale__Addfac(locale*, locale_facet*, MSVCP_size_t, MSVCP_size_t);
173 codecvt_char* codecvt_char_use_facet(const locale*);
174 codecvt_wchar* codecvt_wchar_use_facet(const locale*);
175 codecvt_wchar* codecvt_short_use_facet(const locale*);
176 ctype_char* ctype_char_use_facet(const locale*);
177 ctype_wchar* ctype_wchar_use_facet(const locale*);
178 ctype_wchar* ctype_short_use_facet(const locale*);
183 extern locale_id codecvt_char_id;
184 extern locale_id codecvt_short_id;
191 #define _LOCK_LOCALE 0
192 #define _LOCK_MALLOC 1
193 #define _LOCK_STREAM 2
194 #define _LOCK_DEBUG 3
197 void init_lockit(void);
198 void free_lockit(void);
199 _Lockit* __thiscall _Lockit_ctor_locktype(_Lockit*, int);
200 void __thiscall _Lockit_dtor(_Lockit*);
203 FMTFLAG_skipws = 0x0001,
204 FMTFLAG_unitbuf = 0x0002,
205 FMTFLAG_uppercase = 0x0004,
206 FMTFLAG_showbase = 0x0008,
207 FMTFLAG_showpoint = 0x0010,
208 FMTFLAG_showpos = 0x0020,
209 FMTFLAG_left = 0x0040,
210 FMTFLAG_right = 0x0080,
211 FMTFLAG_internal = 0x0100,
212 FMTFLAG_dec = 0x0200,
213 FMTFLAG_oct = 0x0400,
214 FMTFLAG_hex = 0x0800,
215 FMTFLAG_scientific = 0x1000,
216 FMTFLAG_fixed = 0x2000,
217 FMTFLAG_hexfloat = 0x3000,
218 FMTFLAG_boolalpha = 0x4000,
219 FMTFLAG_stdio = 0x8000,
220 FMTFLAG_adjustfield = FMTFLAG_left|FMTFLAG_right|FMTFLAG_internal,
221 FMTFLAG_basefield = FMTFLAG_dec|FMTFLAG_oct|FMTFLAG_hex,
222 FMTFLAG_floatfield = FMTFLAG_scientific|FMTFLAG_fixed,
223 FMTFLAG_mask = 0xffff
231 OPENMODE_trunc = 0x10,
232 OPENMODE__Nocreate = 0x40,
233 OPENMODE__Noreplace = 0x80,
234 OPENMODE_binary = 0x20,
246 IOSTATE_goodbit = 0x00,
247 IOSTATE_eofbit = 0x01,
248 IOSTATE_failbit = 0x02,
249 IOSTATE_badbit = 0x04,
250 IOSTATE__Hardfail = 0x10,
254 typedef struct _iosarray {
255 struct _iosarray *next;
268 typedef void (CDECL *IOS_BASE_event_callback)(IOS_BASE_event, struct _ios_base*, int);
269 typedef struct _fnarray {
270 struct _fnarray *next;
272 IOS_BASE_event_callback event_handler;
276 typedef struct _ios_base {
277 const vtable_ptr *vtable;
283 IOS_BASE_iosarray *arr;
284 IOS_BASE_fnarray *calls;
289 /* class basic_streambuf<char> */
291 const vtable_ptr *vtable;
305 } basic_streambuf_char;
308 basic_streambuf_char *strbuf;
311 } istreambuf_iterator_char;
315 basic_streambuf_char *strbuf;
316 } ostreambuf_iterator_char;
318 int __thiscall basic_streambuf_char_sgetc(basic_streambuf_char*);
319 int __thiscall basic_streambuf_char_sbumpc(basic_streambuf_char*);
320 int __thiscall basic_streambuf_char_sputc(basic_streambuf_char*, char);
322 /* class basic_streambuf<wchar> */
324 const vtable_ptr *vtable;
338 } basic_streambuf_wchar;
341 basic_streambuf_wchar *strbuf;
344 } istreambuf_iterator_wchar;
348 basic_streambuf_wchar *strbuf;
349 } ostreambuf_iterator_wchar;
351 unsigned short __thiscall basic_streambuf_wchar_sgetc(basic_streambuf_wchar*);
352 unsigned short __thiscall basic_streambuf_wchar_sbumpc(basic_streambuf_wchar*);
353 unsigned short __thiscall basic_streambuf_wchar_sputc(basic_streambuf_wchar*, wchar_t);
355 /* class num_get<char> */
361 num_get* num_get_char_use_facet(const locale*);
362 istreambuf_iterator_char* __thiscall num_get_char_get_long(const num_get*, istreambuf_iterator_char*,
363 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, LONG*);
364 istreambuf_iterator_char* __thiscall num_get_char_get_ushort(const num_get*, istreambuf_iterator_char*,
365 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, unsigned short*);
366 istreambuf_iterator_char* __thiscall num_get_char_get_uint(const num_get*, istreambuf_iterator_char*,
367 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, unsigned int*);
368 istreambuf_iterator_char* __thiscall num_get_char_get_ulong(const num_get*, istreambuf_iterator_char*,
369 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, ULONG*);
370 istreambuf_iterator_char* __thiscall num_get_char_get_float(const num_get*, istreambuf_iterator_char*,
371 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, float*);
372 istreambuf_iterator_char *__thiscall num_get_char_get_double(const num_get*, istreambuf_iterator_char*,
373 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, double*);
374 istreambuf_iterator_char *__thiscall num_get_char_get_ldouble(const num_get*, istreambuf_iterator_char*,
375 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, double*);
376 istreambuf_iterator_char *__thiscall num_get_char_get_void(const num_get*, istreambuf_iterator_char*,
377 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, void**);
378 istreambuf_iterator_char *__thiscall num_get_char_get_int64(const num_get*, istreambuf_iterator_char*,
379 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, LONGLONG*);
380 istreambuf_iterator_char *__thiscall num_get_char_get_uint64(const num_get*, istreambuf_iterator_char*,
381 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, ULONGLONG*);
382 istreambuf_iterator_char *__thiscall num_get_char_get_bool(const num_get*, istreambuf_iterator_char*,
383 istreambuf_iterator_char, istreambuf_iterator_char, ios_base*, int*, MSVCP_bool*);
385 num_get* num_get_short_use_facet(const locale*);
386 istreambuf_iterator_wchar* __thiscall num_get_wchar_get_long(const num_get*, istreambuf_iterator_wchar*,
387 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, LONG*);
388 istreambuf_iterator_wchar* __thiscall num_get_wchar_get_ushort(const num_get*, istreambuf_iterator_wchar*,
389 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, unsigned short*);
390 istreambuf_iterator_wchar* __thiscall num_get_wchar_get_uint(const num_get*, istreambuf_iterator_wchar*,
391 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, unsigned int*);
392 istreambuf_iterator_wchar* __thiscall num_get_wchar_get_ulong(const num_get*, istreambuf_iterator_wchar*,
393 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, ULONG*);
394 istreambuf_iterator_wchar* __thiscall num_get_wchar_get_float(const num_get*, istreambuf_iterator_wchar*,
395 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, float*);
396 istreambuf_iterator_wchar *__thiscall num_get_wchar_get_double(const num_get*, istreambuf_iterator_wchar*,
397 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, double*);
398 istreambuf_iterator_wchar *__thiscall num_get_wchar_get_ldouble(const num_get*, istreambuf_iterator_wchar*,
399 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, double*);
400 istreambuf_iterator_wchar *__thiscall num_get_wchar_get_void(const num_get*, istreambuf_iterator_wchar*,
401 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, void**);
402 istreambuf_iterator_wchar *__thiscall num_get_wchar_get_int64(const num_get*, istreambuf_iterator_wchar*,
403 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, LONGLONG*);
404 istreambuf_iterator_wchar *__thiscall num_get_wchar_get_uint64(const num_get*, istreambuf_iterator_wchar*,
405 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, ULONGLONG*);
406 istreambuf_iterator_wchar *__thiscall num_get_wchar_get_bool(const num_get*, istreambuf_iterator_wchar*,
407 istreambuf_iterator_wchar, istreambuf_iterator_wchar, ios_base*, int*, MSVCP_bool*);
409 /* class num_put<char> */
410 /* class num_put<wchar> */
416 num_put* num_put_char_use_facet(const locale*);
417 ostreambuf_iterator_char* __thiscall num_put_char_put_long(const num_put*, ostreambuf_iterator_char*,
418 ostreambuf_iterator_char, ios_base*, char, LONG);
419 ostreambuf_iterator_char* __thiscall num_put_char_put_ulong(const num_put*, ostreambuf_iterator_char*,
420 ostreambuf_iterator_char, ios_base*, char, ULONG);
421 ostreambuf_iterator_char* __thiscall num_put_char_put_double(const num_put*, ostreambuf_iterator_char*,
422 ostreambuf_iterator_char, ios_base*, char, double);
423 ostreambuf_iterator_char* __thiscall num_put_char_put_ldouble(const num_put*, ostreambuf_iterator_char*,
424 ostreambuf_iterator_char, ios_base*, char, double);
425 ostreambuf_iterator_char* __thiscall num_put_char_put_ptr(const num_put*, ostreambuf_iterator_char*,
426 ostreambuf_iterator_char, ios_base*, char, const void*);
427 ostreambuf_iterator_char* __thiscall num_put_char_put_int64(const num_put*, ostreambuf_iterator_char*,
428 ostreambuf_iterator_char, ios_base*, char, __int64);
429 ostreambuf_iterator_char* __thiscall num_put_char_put_uint64(const num_put*, ostreambuf_iterator_char*,
430 ostreambuf_iterator_char, ios_base*, char, unsigned __int64);
431 ostreambuf_iterator_char* __thiscall num_put_char_put_bool(const num_put*, ostreambuf_iterator_char*,
432 ostreambuf_iterator_char, ios_base*, char, MSVCP_bool);
434 num_put* num_put_short_use_facet(const locale*);
435 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_long(const num_put*, ostreambuf_iterator_wchar*,
436 ostreambuf_iterator_wchar, ios_base*, wchar_t, LONG);
437 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_ulong(const num_put*, ostreambuf_iterator_wchar*,
438 ostreambuf_iterator_wchar, ios_base*, wchar_t, ULONG);
439 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_double(const num_put*, ostreambuf_iterator_wchar*,
440 ostreambuf_iterator_wchar, ios_base*, wchar_t, double);
441 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_ldouble(const num_put*, ostreambuf_iterator_wchar*,
442 ostreambuf_iterator_wchar, ios_base*, wchar_t, double);
443 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_ptr(const num_put*, ostreambuf_iterator_wchar*,
444 ostreambuf_iterator_wchar, ios_base*, wchar_t, const void*);
445 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_int64(const num_put*, ostreambuf_iterator_wchar*,
446 ostreambuf_iterator_wchar, ios_base*, wchar_t, __int64);
447 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_uint64(const num_put*, ostreambuf_iterator_wchar*,
448 ostreambuf_iterator_wchar, ios_base*, wchar_t, unsigned __int64);
449 ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_bool(const num_put*, ostreambuf_iterator_wchar*,
450 ostreambuf_iterator_wchar, ios_base*, wchar_t, MSVCP_bool);
452 void init_exception(void*);
453 void init_locale(void*);