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