char_type typedef | boost::iostreams::file_descriptor | |
close() | boost::iostreams::file_descriptor | |
file_descriptor() | boost::iostreams::file_descriptor | |
file_descriptor(handle_type fd, file_descriptor_flags) | boost::iostreams::file_descriptor | |
file_descriptor(const std::string &path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out) | boost::iostreams::file_descriptor | explicit |
file_descriptor(const char *path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out) | boost::iostreams::file_descriptor | explicit |
file_descriptor(const Path &path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out) | boost::iostreams::file_descriptor | inlineexplicit |
file_descriptor(const file_descriptor &other) | boost::iostreams::file_descriptor | |
file_descriptor_sink class | boost::iostreams::file_descriptor | friend |
file_descriptor_source class | boost::iostreams::file_descriptor | friend |
handle() const | boost::iostreams::file_descriptor | |
handle_type typedef | boost::iostreams::file_descriptor | |
is_open() const | boost::iostreams::file_descriptor | |
open(handle_type fd, file_descriptor_flags) | boost::iostreams::file_descriptor | |
open(const std::string &path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out) | boost::iostreams::file_descriptor | |
open(const char *path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out) | boost::iostreams::file_descriptor | |
open(const Path &path, BOOST_IOS::openmode mode=BOOST_IOS::in|BOOST_IOS::out) | boost::iostreams::file_descriptor | inline |
read(char_type *s, std::streamsize n) | boost::iostreams::file_descriptor | |
seek(stream_offset off, BOOST_IOS::seekdir way) | boost::iostreams::file_descriptor | |
write(const char_type *s, std::streamsize n) | boost::iostreams::file_descriptor | |