#include <file_descriptor.hpp>
boost::iostreams::file_descriptor_source::file_descriptor_source |
( |
| ) |
|
|
inline |
boost::iostreams::file_descriptor_source::file_descriptor_source |
( |
const std::string & |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in |
|
) |
| |
|
explicit |
boost::iostreams::file_descriptor_source::file_descriptor_source |
( |
const char * |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in |
|
) |
| |
|
explicit |
template<typename Path >
boost::iostreams::file_descriptor_source::file_descriptor_source |
( |
const Path & |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in |
|
) |
| |
|
inlineexplicit |
void boost::iostreams::file_descriptor_source::open |
( |
const std::string & |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in |
|
) |
| |
void boost::iostreams::file_descriptor_source::open |
( |
const char * |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in |
|
) |
| |
template<typename Path >
void boost::iostreams::file_descriptor_source::open |
( |
const Path & |
path, |
|
|
BOOST_IOS::openmode |
mode = BOOST_IOS::in |
|
) |
| |
The documentation for this class was generated from the following file: