|
fw4spl
|
Public Types | |
| typedef char | char_type |
| typedef ::boost::iostreams::sink_tag | category |
Public Member Functions | |
| ZipSink (const ::boost::filesystem::path &archive, const ::boost::filesystem::path &path, const std::string comment) | |
| std::streamsize | write (const char *s, std::streamsize n) |
Protected Attributes | |
| std::shared_ptr< void > | m_zipDescriptor |
| ::boost::filesystem::path | m_archive |
| ::boost::filesystem::path | m_path |
Definition at line 95 of file WriteZipArchive.cpp.