Home
last modified time | relevance | path

Searched defs:messages_shim (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc436 struct messages_shim : std::messages<_CharT>, __shim struct
438 typedef messages_base::catalog catalog;
439 typedef basic_string<_CharT> string_type;
442 messages_shim(const facet* f) : __shim(f) { } in messages_shim() argument
445 do_open(const basic_string<char>& s, const locale& l) const in do_open()
452 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
461 do_close(catalog c) const in do_close()
473 template class messages_shim<char>; variable
481 template class messages_shim<wchar_t>; variable