趣味で作ってるロボット用ソフトウェア
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Files
Functions
Enumerations
Enumerator
Friends
Pages
lib
archive
zip_utils.h
Go to the documentation of this file.
1
#ifndef HRK_ZIP_UTILS_H
2
#define HRK_ZIP_UTILS_H
3
9
#include <string>
10
#include <vector>
11
12
13
namespace
hrk
14
{
15
class
Zip;
16
17
bool
zip(
const
std::string& src,
const
std::string& zip_dest);
18
bool
unzip(
const
std::string& zip_src,
const
std::string& dest);
19
bool
load_zip_data(std::vector<unsigned char>& data,
20
hrk::Zip
& zip,
const
std::string& data_name);
21
}
22
23
#endif
hrk::Zip
Definition:
Zip.h:18
Generated on Tue Oct 24 2017 04:56:04 for 趣味で作ってるロボット用ソフトウェア by
1.8.6