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