| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | fstream.tcc | 44 basic_filebuf<_CharT, _Traits>:: 60 basic_filebuf<_CharT, _Traits>:: 74 basic_filebuf<_CharT, _Traits>:: 75 basic_filebuf() : __streambuf_type(), _M_file(&_M_lock), in basic_filebuf() function in std::basic_filebuf 81 typename basic_filebuf<_CharT, _Traits>::__filebuf_type* 82 basic_filebuf<_CharT, _Traits>:: 112 typename basic_filebuf<_CharT, _Traits>::__filebuf_type* 113 basic_filebuf<_CharT, _Traits>:: 158 basic_filebuf<_CharT, _Traits>:: 178 typename basic_filebuf<_CharT, _Traits>::int_type [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | fstream.tcc | 49 basic_filebuf<_CharT, _Traits>:: in _GLIBCXX_BEGIN_NAMESPACE() 63 basic_filebuf<_CharT, _Traits>:: 80 basic_filebuf<_CharT, _Traits>:: 81 basic_filebuf() : __streambuf_type(), _M_lock(), _M_file(&_M_lock), in basic_filebuf() function in basic_filebuf 94 typename basic_filebuf<_CharT, _Traits>::__filebuf_type* 95 basic_filebuf<_CharT, _Traits>:: 128 typename basic_filebuf<_CharT, _Traits>::__filebuf_type* 129 basic_filebuf<_CharT, _Traits>:: 164 basic_filebuf<_CharT, _Traits>:: 189 typename basic_filebuf<_CharT, _Traits>::int_type [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
| H A D | iosfwd | 45 template <class charT, class traits = char_traits<charT> > class basic_filebuf; 66 typedef basic_filebuf<char> filebuf; 81 typedef basic_filebuf<wchar_t> wfilebuf; 137 class _LIBCPP_TEMPLATE_VIS basic_filebuf; 165 typedef basic_filebuf<char> filebuf; 181 typedef basic_filebuf<wchar_t> wfilebuf; 209 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_fstream.h | 63 class basic_filebuf : public basic_streambuf<_CharT, _Traits> 80 typedef basic_filebuf<char_type, traits_type> __filebuf_type; 144 basic_filebuf(); 150 ~basic_filebuf() in ~basic_filebuf() 441 basic_filebuf<char>::int_type 442 basic_filebuf<char>::_M_underflow_common(bool __bump); 446 basic_filebuf<wchar_t>::int_type 447 basic_filebuf<wchar_t>::_M_underflow_common(bool __bump); 452 typename basic_filebuf<_CharT, _Traits>::int_type 453 basic_filebuf<_CharT, _Traits>::underflow() in underflow() [all …]
|
| H A D | std_iosfwd.h | 86 class basic_filebuf; variable 145 typedef basic_filebuf<char> filebuf; ///< @isiosfwd 160 typedef basic_filebuf<wchar_t> wfilebuf; ///< @isiosfwd
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | filebuf.cc | 50 template class basic_filebuf<type_t, char_traits<type_t> >; variable 51 template class basic_filebuf<pod_char, char_traits<pod_char> >; variable 85 typedef std::basic_filebuf<gnu_char_type> gnu_filebuf; in test07()
|
| H A D | filebuf_virtuals-1.tst | 2 // test functionality of basic_filebuf for char_type == char
|
| H A D | filebuf_virtuals-1.txt | 2 // test functionality of basic_filebuf for char_type == char
|
| H A D | ostream_inserter_other-1.tst | 2 // test functionality of basic_filebuf for char_type == char
|
| H A D | ostream_inserter_other-2.tst | 2 // test functionality of basic_filebuf for char_type == char
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_fstream.h | 69 class basic_filebuf : public basic_streambuf<_CharT, _Traits> in _GLIBCXX_BEGIN_NAMESPACE() 80 typedef basic_filebuf<char_type, traits_type> __filebuf_type; in _GLIBCXX_BEGIN_NAMESPACE() 234 basic_filebuf(); in _GLIBCXX_BEGIN_NAMESPACE() 240 ~basic_filebuf() in _GLIBCXX_BEGIN_NAMESPACE() 435 typedef basic_filebuf<char_type, traits_type> __filebuf_type; 563 typedef basic_filebuf<char_type, traits_type> __filebuf_type; 694 typedef basic_filebuf<char_type, traits_type> __filebuf_type;
|
| H A D | std_iosfwd.h | 86 class basic_filebuf; variable 144 typedef basic_filebuf<char> filebuf; ///< @isiosfwd 159 typedef basic_filebuf<wchar_t> wfilebuf; ///< @isiosfwd
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
| H A D | fstream.cc | 40 basic_filebuf<char>::int_type 41 basic_filebuf<char>::_M_underflow_common(bool __bump) in _M_underflow_common() 109 basic_filebuf<wchar_t>::int_type 110 basic_filebuf<wchar_t>::_M_underflow_common(bool __bump) in _M_underflow_common()
|
| H A D | fstream-inst.cc | 40 template class basic_filebuf<char, char_traits<char> >; variable 42 template class basic_filebuf<wchar_t, char_traits<wchar_t> >; variable
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | array6.C | 6 struct basic_filebuf struct 16 template class basic_filebuf<char>; argument
|
| /openbsd-src/gnu/gcc/libstdc++-v3/src/ |
| H A D | fstream-inst.cc | 39 template class basic_filebuf<char, char_traits<char> >; 45 template class basic_filebuf<wchar_t, char_traits<wchar_t> >; variable
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | enc_filebuf.h | 45 : public std::basic_filebuf<_CharT, enc_char_traits<_CharT> > 51 : std::basic_filebuf<_CharT, enc_char_traits<_CharT> >() in enc_filebuf()
|
| H A D | stdio_filebuf.h | 52 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | stdio_filebuf.h | 52 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> in _GLIBCXX_BEGIN_NAMESPACE() 67 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | ios.instantiations.cpp | 43 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_filebuf<char>; variable
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog | 760 * include/bits/fstream.tcc (basic_filebuf<>::open): Don't 762 (basic_filebuf<>::showmanyc): Use the information provided 809 * include/std/std_fstream.h (basic_filebuf::is_open): Add throw() 811 (basic_filebuf::close): Same. 812 (basic_filebuf::_M_destroy_internal_buffer): Same. 813 (basic_filebuf): Remove __res_type typedef. 818 (basic_filebuf::_M_convert_to_external): Simplify. 819 (basic_filebuf::seekoff): Use has_facet before use_facet. 820 (basic_filebuf::close): Add exception specification of throw(). 974 * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow). [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | TODO | 52 std::basic_filebuf, 27_io
|
| H A D | DESIGN | 610 and <ostream>, and the codecvt<> facet is used by basic_filebuf<> 764 started; basic_filebuf<> "write" functions have been implemented just 796 The basic_filebuf<> template is a complex beast. It is specified to 803 For the case of basic_filebuf<char>, when no translation is needed,
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | DESIGN | 610 and <ostream>, and the codecvt<> facet is used by basic_filebuf<> 764 started; basic_filebuf<> "write" functions have been implemented just 796 The basic_filebuf<> template is a complex beast. It is specified to 803 For the case of basic_filebuf<char>, when no translation is needed,
|