Ocean
Meta.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_META_H
9
#define META_OCEAN_PLATFORM_META_META_H
10
11
#include "
ocean/platform/Platform.h
"
12
13
namespace
Ocean
14
{
15
16
namespace
Platform
17
{
18
19
namespace
Meta
20
{
21
22
/**
23
* @ingroup platform
24
* @defgroup platformmeta Ocean Platform Meta Library
25
* @{
26
* The Ocean Meta Library provides specific functionalities for Meta.
27
* The library is available on Meta platforms only.
28
* @}
29
*/
30
31
/**
32
* @namespace Ocean::Platform::Meta Namespace of the Platform Meta library.<p>
33
* The Namespace Ocean::Platform::Meta is used in the entire Ocean Platform Meta Library.
34
*/
35
36
// Defines OCEAN_PLATFORM_META_EXPORT for dll export and import.
37
#if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
38
#ifdef USE_OCEAN_PLATFORM_META_EXPORT
39
#define OCEAN_PLATFORM_META_EXPORT __declspec(dllexport)
40
#else
41
#define OCEAN_PLATFORM_META_EXPORT __declspec(dllimport)
42
#endif
43
#else
44
#define OCEAN_PLATFORM_META_EXPORT
45
#endif
46
47
}
48
49
}
50
51
}
52
53
#endif
// META_OCEAN_PLATFORM_META_META_H
Platform.h
Ocean
The namespace covering the entire Ocean framework.
Definition:
Accessor.h:15
impl
ocean
platform
meta
Meta.h
Generated on Thu Nov 14 2024 06:04:23 for Ocean by
1.9.1