ar-cpp
extraction.h
Go to the documentation of this file.
1 
8 #ifndef AR_EXTRACTION_H
9 #define AR_EXTRACTION_H
10 
11 #include <memory>
12 
13 namespace ar {
14 
15 class File;
16 class Files;
17 
18 Files extract(std::unique_ptr<File> archive);
19 
20 } // namespace ar
21 
22 #endif
Files extract(std::unique_ptr< File > archive)
Extracts the given archive and returns the files it contains.
Definition: extraction.cpp:21
The namespace of the library.
Definition: doxygen.h:8