Home
last modified time | relevance | path

Searched refs:_STLP_CLASS_DECLSPEC (Results 1 – 25 of 37) sorted by relevance

12

/reactos/sdk/lib/3rdparty/stlport/src/
H A Ddll_main.cpp96 template class _STLP_CLASS_DECLSPEC __stl_debug_engine<bool>;
135 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>;
156 template class _STLP_CLASS_DECLSPEC allocator<void*>;
159 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>;
167 template class _STLP_CLASS_DECLSPEC _List_node<void*>;
172 template class _STLP_CLASS_DECLSPEC _Slist_node<void*>;
189 template class _STLP_CLASS_DECLSPEC _Rb_global<bool>;
190 template class _STLP_CLASS_DECLSPEC _List_global<bool>;
192 template class _STLP_CLASS_DECLSPEC _Sl_global<bool>;
193 template class _STLP_CLASS_DECLSPEC _Stl_prime<bool>;
[all …]
H A Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>;
37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >;
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, alloc…
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>;
67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >;
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> …
73 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>,…
[all …]
H A Dsstream.cpp27 template class _STLP_CLASS_DECLSPEC basic_stringbuf<char, char_traits<char>, allocator<char> >;
28 template class _STLP_CLASS_DECLSPEC basic_ostringstream<char, char_traits<char>, allocator<char> >;
29 template class _STLP_CLASS_DECLSPEC basic_istringstream<char, char_traits<char>, allocator<char> >;
30 template class _STLP_CLASS_DECLSPEC basic_stringstream<char, char_traits<char>, allocator<char> >;
33 template class _STLP_CLASS_DECLSPEC basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_…
34 template class _STLP_CLASS_DECLSPEC basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wc…
35 template class _STLP_CLASS_DECLSPEC basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wc…
36 template class _STLP_CLASS_DECLSPEC basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wch…
H A Distream.cpp28 template class _STLP_CLASS_DECLSPEC _Isentry<char, char_traits<char> >;
31 template class _STLP_CLASS_DECLSPEC basic_iostream<char, char_traits<char> >;
32 template class _STLP_CLASS_DECLSPEC basic_istream<char, char_traits<char> >;
36 template class _STLP_CLASS_DECLSPEC _Isentry<wchar_t, char_traits<wchar_t> >;
38 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >;
39 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >;
H A Dostream.cpp27 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >;
30 template class _STLP_CLASS_DECLSPEC _Osentry<char, char_traits<char> >;
36 template class _STLP_CLASS_DECLSPEC _Osentry<wchar_t, char_traits<wchar_t> >;
38 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >;
H A Dmonetary.cpp126 template class _STLP_CLASS_DECLSPEC money_get<char, istreambuf_iterator<char, char_traits<char> > >;
127 template class _STLP_CLASS_DECLSPEC money_put<char, ostreambuf_iterator<char, char_traits<char> > >;
131 template class _STLP_CLASS_DECLSPEC money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wch…
132 template class _STLP_CLASS_DECLSPEC money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wch…
H A Dnum_get.cpp105 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<char, char_traits<char> >;
110 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<wchar_t, char_traits<wchar_t> >;
H A Dlocale_impl.h60 class _STLP_CLASS_DECLSPEC _Locale_impl : public _Refcount_Base {
80 class _STLP_CLASS_DECLSPEC Init {
/reactos/sdk/include/c++/stlport/stl/
H A D_stdexcept.h33 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception {
41 class _STLP_CLASS_DECLSPEC runtime_error : public __Named_exception {
49 class _STLP_CLASS_DECLSPEC domain_error : public logic_error {
57 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error {
65 class _STLP_CLASS_DECLSPEC length_error : public logic_error {
73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error {
81 class _STLP_CLASS_DECLSPEC range_error : public runtime_error {
89 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error {
97 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error {
H A D_strstream.h46 class _STLP_CLASS_DECLSPEC strstreambuf : public basic_streambuf<char, char_traits<char> > {
102 class _STLP_CLASS_DECLSPEC istrstream : public basic_istream<char, char_traits<char> > {
120 class _STLP_CLASS_DECLSPEC ostrstream : public basic_ostream<char, char_traits<char> >
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > {
H A D_numpunct.h48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
106 class _STLP_CLASS_DECLSPEC numpunct_byname<char> : public numpunct<char> {
138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
H A D_monetary.h86 class _STLP_CLASS_DECLSPEC moneypunct<char, true> : public locale::facet, public money_base {
125 class _STLP_CLASS_DECLSPEC moneypunct<char, false> : public locale::facet, public money_base {
168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base {
207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base {
249 class _STLP_CLASS_DECLSPEC moneypunct_byname<char, true> : public moneypunct<char, true> {
282 class _STLP_CLASS_DECLSPEC moneypunct_byname<char, false> : public moneypunct<char, false> {
316 class _STLP_CLASS_DECLSPEC moneypunct_byname<wchar_t, true> : public moneypunct<wchar_t, true> {
349 class _STLP_CLASS_DECLSPEC moneypunct_byname<wchar_t, false> : public moneypunct<wchar_t, false> {
H A D_time_facets.h63 class _STLP_CLASS_DECLSPEC _Time_Info_Base {
72 class _STLP_CLASS_DECLSPEC _Time_Info : public _Time_Info_Base {
80 class _STLP_CLASS_DECLSPEC _WTime_Info : public _Time_Info_Base {
90 class _STLP_CLASS_DECLSPEC time_base {
101 class _STLP_CLASS_DECLSPEC time_init<char> {
115 class _STLP_CLASS_DECLSPEC time_init<wchar_t> {
H A D_collate.h43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet {
79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet {
115 class _STLP_CLASS_DECLSPEC collate_byname<char>: public collate<char> {
138 class _STLP_CLASS_DECLSPEC collate_byname<wchar_t>: public collate<wchar_t> {
H A D_messages_facets.h55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base {
88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base {
123 class _STLP_CLASS_DECLSPEC messages_byname<char> : public messages<char> {
151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
H A D_ctype.h39 class _STLP_CLASS_DECLSPEC ctype_base {
64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base {
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> {
177 class _STLP_CLASS_DECLSPEC ctype<wchar_t> : public locale::facet, public ctype_base {
240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> {
H A D_string_hash.h54 struct _STLP_CLASS_DECLSPEC hash<string> {
61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
H A D_codecvt.h40 class _STLP_CLASS_DECLSPEC codecvt_base {
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t>
270 class _STLP_CLASS_DECLSPEC codecvt<wchar_t, char, mbstate_t>
371 class _STLP_CLASS_DECLSPEC codecvt_byname<char, char, mbstate_t>
383 class _STLP_CLASS_DECLSPEC codecvt_byname<wchar_t, char, mbstate_t>
H A D_exception.h161 class _STLP_CLASS_DECLSPEC exception {
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception {
H A D_alloc.h63 class _STLP_CLASS_DECLSPEC __malloc_alloc {
88 class _STLP_CLASS_DECLSPEC __new_alloc {
148 class _STLP_CLASS_DECLSPEC __node_alloc {
364 class _STLP_CLASS_DECLSPEC allocator<void> {
H A D_threads.h275 struct _STLP_CLASS_DECLSPEC _STLP_mutex_base {
408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base {
423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock {
441 class _STLP_CLASS_DECLSPEC _Refcount_Base {
H A D_ios_base.h48 class _STLP_CLASS_DECLSPEC ios_base {
51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception {
239 class _STLP_CLASS_DECLSPEC Init
H A D_locale.h75 class _STLP_CLASS_DECLSPEC locale {
78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base {
101 _STLP_CLASS_DECLSPEC id {
H A D_pthread_alloc.h66 class _STLP_CLASS_DECLSPEC _Pthread_alloc {
190 class _STLP_CLASS_DECLSPEC pthread_allocator<void> {
373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> {
/reactos/sdk/include/c++/stlport/stl/config/
H A Dfeatures.h974 # define _STLP_CLASS_DECLSPEC _STLP_CLASS_EXPORT_DECLSPEC macro
977 # define _STLP_CLASS_DECLSPEC _STLP_CLASS_IMPORT_DECLSPEC macro
983 # define _STLP_CLASS_DECLSPEC macro
987 #define _STLP_EXPORT_TEMPLATE_CLASS _STLP_EXPORT template class _STLP_CLASS_DECLSPEC

12