| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| stdio_filebuf.h | 25 /** @file ext/stdio_filebuf.h 49 * stdio_filebuf<char>. 52 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf 67 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf 77 * closed when the stdio_filebuf is closed/destroyed. 79 stdio_filebuf(int __fd, std::ios_base::openmode __mode, 90 * stdio_filebuf is closed/destroyed. 92 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, 100 ~stdio_filebuf(); 103 stdio_filebuf(stdio_filebuf&&) = default 139 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf 155 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| stdio_filebuf.h | 25 /** @file ext/stdio_filebuf.h 47 * stdio_filebuf<char>. 50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf 65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf 75 * closed when the stdio_filebuf is closed/destroyed. 77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, 88 * stdio_filebuf is closed/destroyed. 90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, 98 ~stdio_filebuf(); 101 stdio_filebuf(stdio_filebuf&&) = default 137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf 153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf [all...] |