Ocean
Loading...
Searching...
No Matches
platform/apple/ios/IOS.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_APPLE_IOS_IOS_H
9#define META_OCEAN_PLATFORM_APPLE_IOS_IOS_H
10
12
13#if (!defined(TARGET_IPHONE_SIMULATOR) || TARGET_IPHONE_SIMULATOR != 1) && (!defined(TARGET_OS_IPHONE) || TARGET_OS_IPHONE != 1)
14 #error This library is available on Apple iOS platforms only!
15#endif
16
17namespace Ocean
18{
19
20namespace Platform
21{
22
23namespace Apple
24{
25
26namespace IOS
27{
28
29/**
30 * @ingroup platformapple
31 * @defgroup platformappleios Ocean Platform Apple iOS Library
32 * @{
33 * The Ocean Apple iOSX Library provides specific functionalities for Apple iOS platforms.
34 * The library is available on iOS platforms only.
35 * @}
36 */
37
38/**
39 * @namespace Ocean::Platform::Apple::IOS Namespace of the Platform Apple iOS library.<p>
40 * The Namespace Ocean::Platform::Apple::IOS is used in the entire Ocean Platform Apple iOS Library.
41 */
42
43}
44
45}
46
47}
48
49}
50
51#endif // META_OCEAN_PLATFORM_APPLE_IOS_IOS_H
The namespace covering the entire Ocean framework.
Definition Accessor.h:15