stdio_filebuf.h | 25 /** @file ext/stdio_filebuf.h 44 * stdio_filebuf<char>. 47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf 62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf 71 * closed when the stdio_filebuf is closed/destroyed. 73 stdio_filebuf(int __fd, std::ios_base::openmode __mode, 84 * stdio_filebuf is closed/destroyed. 86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, 94 ~stdio_filebuf(); 119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf( 124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf 140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf [all...] |