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
inline
_application.h
1
#pragma once
2
3
4
#include "acme/_.h"
5
#include "acme/platform/app_core.h"
6
7
8
**********
class
CLASS_DECL_ACME application :
9
public
acme_main_struct
10
{
11
public
:
12
13
14
class
acme_acme m_acme;
15
********
::pointer<acme_main_data>
m_pmaindata;
16
::pointer<::platform::application>
m_papplication;
17
18
19
//static application * s_papp;
20
21
22
application();
23
~application()
override
;
24
25
__DECLARE_APPLICATION_RELEASE_TIME();
26
27
28
29
void
application_boot();
30
31
};
8
**********
class
CLASS_DECL_ACME application : {
…
};
pointer
Definition
pointer.h:46
Generated by
1.13.2