Searched defs:messages_shim (Results 1 – 1 of 1) sorted by relevance
436 struct messages_shim : std::messages<_CharT>, __shim struct438 typedef messages_base::catalog catalog;439 typedef basic_string<_CharT> string_type;442 messages_shim(const facet* f) : __shim(f) { } in messages_shim() argument445 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>; variable481 template class messages_shim<wchar_t>; variable