acme
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Variables
Typedefs
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
Loading...
Searching...
No Matches
nano
archive
archive.h
1
//
2
// Created by camilo on 2024-05-26 21:30 <3ThomasBorregaardSorensen!!
3
//
4
#pragma once
5
6
7
#include "acme/platform/department.h"
8
9
10
namespace
nano
11
{
12
13
14
namespace
archive
15
{
16
17
18
class
CLASS_DECL_ACME archive :
19
virtual
public
::acme::department
20
{
21
public
:
22
23
24
inline
static
const
char
* represented_component_name()
25
{
26
27
return
"nano_archive"
;
28
29
}
30
31
32
archive();
33
~archive()
override
;
34
35
36
virtual
void
untar(const ::file::path & pathFolder, const ::payload & payloadTar,
int
iStripComponent,
::function
<
void
(const::scoped_string& scopedstr) > functionCallback);
37
38
39
};
18
class
CLASS_DECL_ACME archive : {
…
};
40
41
42
}
// namespace archive
43
44
45
}
// namespace nano
46
acme::department
Definition
department.h:13
function
Definition
function.h:329
Generated by
1.13.2