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
filesystem
filesystem
aaa_file_system.h
1
#pragma once
2
3
5
//#include "acme/filesystem/filesystem/path.h"
6
7
8
class
CLASS_DECL_ACME file_system :
9
virtual
public
object
10
{
11
public
:
12
13
14
//::file::path m_pathCa2Module;
15
::file::path
m_pathModule;
16
17
18
file_system();
19
~file_system()
override
;
20
21
22
virtual
void
initialize(
::particle
* pparticle)
override
;
23
24
virtual
void
init_system();
25
26
//virtual void update_module_path();
27
28
29
//virtual ::file::path get_last_run_application_path_file(string strAppId);
30
//virtual ::file::path get_last_run_application_path(string strAppId);
31
//virtual bool set_last_run_application_path(string strAppId);
32
33
34
};
8
class
CLASS_DECL_ACME file_system : {
…
};
35
36
37
file::path
Definition
path.h:51
particle
Definition
particle.h:89
Generated by
1.13.2