#include <cstdint>
#include <string>
#include <vector>
#include "archives_config.h"
#include "export.h"
#include <vistle/util/buffer.h>
Go to the source code of this file.
Classes | |
struct | vistle::SystemInfo |
struct | vistle::FileInfo |
Namespaces | |
namespace | vistle |
Functions | |
buffer | vistle::createPayload (const std::vector< FileInfo > &info) |
std::vector< FileInfo > | vistle::unpackFileInfos (const buffer &payload) |
buffer | vistle::createPayload (const SystemInfo &info) |
SystemInfo | vistle::unpackSystemInfo (const buffer &payload) |
buffer | vistle::packFileList (const std::vector< std::string > &files) |
std::vector< std::string > | vistle::unpackFileList (const buffer &payload) |