BDE 4.14.0 Production release
|
This is the complete list of members for bdls::FdStreamBuf, including all inherited members.
clear() | bdls::FdStreamBuf | inline |
FdStreamBuf(FilesystemUtil::FileDescriptor fileDescriptor, bool writableFlag, bool willCloseOnResetFlag=true, bool binaryModeFlag=false, bslma::Allocator *basicAllocator=0) | bdls::FdStreamBuf | explicit |
fileDescriptor() const | bdls::FdStreamBuf | inline |
imbue(const bsl::locale &locale) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
isOpened() const | bdls::FdStreamBuf | inline |
overflow(int_type c=traits_type::eof()) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
pbackfail(int_type c=traits_type::eof()) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
release() | bdls::FdStreamBuf | inline |
reset(FilesystemUtil::FileDescriptor fileDescriptor, bool writableFlag, bool willCloseOnResetFlag=true, bool binaryModeFlag=false) | bdls::FdStreamBuf | inline |
seekoff(off_type offset, bsl::ios_base::seekdir whence, bsl::ios_base::openmode mode=bsl::ios_base::in|bsl::ios_base::out) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
seekpos(pos_type offset, bsl::ios_base::openmode mode=bsl::ios_base::in|bsl::ios_base::out) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
setbuf(char_type *buffer, bsl::streamsize numBytes) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
showmanyc() BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
sync() BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
underflow() BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
willCloseOnReset() const | bdls::FdStreamBuf | inline |
xsgetn(char *buffer, bsl::streamsize numBytes) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
xsputn(const char *buffer, bsl::streamsize numBytes) BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf | protected |
~FdStreamBuf() BSLS_KEYWORD_OVERRIDE | bdls::FdStreamBuf |