Loading [MathJax]/extensions/tex2jax.js
Ocean
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
c
d
e
f
g
h
j
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
Enumerator
b
e
p
t
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
Properties
Related Symbols
a
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
Globals
All
j
p
Functions
j
p
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Modules
Pages
Loading...
Searching...
No Matches
meta/quest/application/Application.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
3
*
4
* This source code is licensed under the MIT license found in the
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
#ifndef META_OCEAN_PLATFORM_META_QUEST_APPLICATION_APPLICATION_H
9
#define META_OCEAN_PLATFORM_META_QUEST_APPLICATION_APPLICATION_H
10
11
#include "
ocean/platform/meta/quest/Quest.h
"
12
13
namespace
Ocean
14
{
15
16
namespace
Platform
17
{
18
19
namespace
Meta
20
{
21
22
namespace
Quest
23
{
24
25
namespace
Application
26
{
27
28
/**
29
* @ingroup platformmetaquest
30
* @defgroup platformmetaquestapplication Ocean Platform Meta Quest Application Library
31
* @{
32
* The Ocean Meta Quest Application Library provides specific functionalities for Meta applications.
33
* The library is available on Quest platforms only.
34
* @}
35
*/
36
37
/**
38
* @namespace Ocean::Platform::Meta::Quest::Application Namespace of the Platform Meta Quest Application library.<p>
39
* The Namespace Ocean::Platform::Meta::Quest::Application is used in the entire Ocean Platform Meta Quest Application Library.
40
*/
41
42
// Defines OCEAN_PLATFORM_META_QUEST_APPLICATION_EXPORT for dll export and import.
43
#if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
44
#ifdef USE_OCEAN_PLATFORM_META_QUEST_APPLICATION_EXPORT
45
#define OCEAN_PLATFORM_META_QUEST_APPLICATION_EXPORT __declspec(dllexport)
46
#else
47
#define OCEAN_PLATFORM_META_QUEST_APPLICATION_EXPORT __declspec(dllimport)
48
#endif
49
#else
50
#define OCEAN_PLATFORM_META_QUEST_APPLICATION_EXPORT
51
#endif
52
53
}
25
namespace
Application {
…
}
54
55
}
22
namespace
Quest {
…
}
56
57
}
58
59
}
60
61
}
62
63
#endif
// META_OCEAN_PLATFORM_META_QUEST_APPLICATION_APPLICATION_H
Ocean
The namespace covering the entire Ocean framework.
Definition
Accessor.h:15
Quest.h
impl
ocean
platform
meta
quest
application
Application.h
Generated on Fri Apr 11 2025 06:04:46 for Ocean by
1.9.8