Nebula
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
l
m
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
y
Enumerations
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Events
Related Symbols
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
Variables
b
c
g
h
i
j
k
m
o
r
s
t
v
w
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
singleton.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#if __WIN32__
13
#include "
core/win32/win32singleton.h
"
14
#elif __OSX__
15
#include "
core/osx/osxsingleton.h
"
16
#elif __linux__
17
#include "
core/posix/posixsingleton.h
"
18
#else
19
#error "IMPLEMENT ME!"
20
#endif
osxsingleton.h
Provides helper macros to implement singleton objects:
posixsingleton.h
Provides helper macros to implement singleton objects:
win32singleton.h
Provides helper macros to implement singleton objects:
code
foundation
core
singleton.h
Generated on Tue Jan 28 2025 22:42:58 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.