#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | eonc |
| RAII resource manager for the ARTn C library with global synchronization. | |
Functions | |
| int | eonc::getBundleSize () |
| std::vector< std::string > | eonc::unbundle (int number) |
| void | eonc::bundle (int number, const std::vector< std::string > &filenames, std::vector< std::string > *bundledFilenames) |
| void | eonc::deleteUnbundledFiles (const std::vector< std::string > &unbundledFilenames) |