#include "eon/Bundling.h"#include "eon/EonLogger.h"#include <cctype>#include <cstdio>#include <cstdlib>#include <cstring>#include <filesystem>#include <system_error>#include <utility>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 () |
| int | eonc::strchrcount (const char *haystack, char needle) |
| std::vector< std::string > | eonc::unbundle (int number) |
| void | eonc::deleteUnbundledFiles (const std::vector< std::string > &unbundledFilenames) |
| void | eonc::bundle (int number, const std::vector< std::string > &filenames, std::vector< std::string > *bundledFilenames) |