|
Zipios++
|
Source for a test program for testing ZipOutputStreambuf. More...
#include "zipios++/zipios-config.h"#include "zipios++/meta-iostreams.h"#include <string>#include "zipios++/zipoutputstreambuf.h"
Go to the source code of this file.
Functions | |
| void | writeFileToZipOutputStreambuf (ZipOutputStreambuf &zosb, const string &filename) |
| int | main () |
Source for a test program for testing ZipOutputStreambuf.
Definition in file test_zipoutputstreambuf.cpp.
| int main | ( | ) |
Definition at line 20 of file test_zipoutputstreambuf.cpp.
| void writeFileToZipOutputStreambuf | ( | ZipOutputStreambuf & | zosb, |
| const string & | filename | ||
| ) |
Definition at line 40 of file test_zipoutputstreambuf.cpp.