bit7z
4.1.0
A C++ library for interfacing with the 7-zip shared libs.
Toggle main menu visibility
Loading...
Searching...
No Matches
bitmemextractor.hpp
1
/*
2
* bit7z - A C++ static library to interface with the 7-zip shared libraries.
3
* Copyright (c) Riccardo Ostani - All Rights Reserved.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef BITMEMEXTRACTOR_HPP
11
#define BITMEMEXTRACTOR_HPP
12
13
#include "bitdefines.hpp"
14
#include "bitextractor.hpp"
15
#include "bittypes.hpp"
16
17
namespace
bit7z
{
18
22
using
BitMemExtractor
BIT7Z_MAYBE_UNUSED =
BitExtractor< const buffer_t& >
;
23
24
}
// namespace bit7z
25
26
#endif
// BITMEMEXTRACTOR_HPP
bit7z::BitExtractor
The BitExtractor template class allows extracting the content of archives from supported input types.
Definition
bitextractor.hpp:47
bit7z
The main namespace of the bit7z library.
Definition
bit7zlibrary.hpp:29
bit7z::BitMemExtractor
BitExtractor< const buffer_t & > BitMemExtractor
The BitMemExtractor alias allows extracting the content of in-memory archives.
Definition
bitmemextractor.hpp:22
include
bit7z
bitmemextractor.hpp
Generated by
1.17.0