Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
pointer.hpp
Go to the documentation of this file.
1// Copyright 2026, Toyota Motor Corporation
2//
3// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5///
6/// @file pointer.hpp
7/// @brief Public export location of the content from arene/base/pointer
8///
9#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_POINTER_HPP_
10#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_POINTER_HPP_
11
12// parasoft-begin-suppress AUTOSAR-A16_2_2-a "Arene Base aggregate headers permitted by A16-2-2 Permit #1"
13#include "arene/base/pointer/non_null.hpp" // IWYU pragma: export
14#include "arene/base/pointer/non_null_aliases.hpp" // IWYU pragma: export
15#include "arene/base/pointer/non_owning_ptr.hpp" // IWYU pragma: export
16// parasoft-end-suppress AUTOSAR-A16_2_2-a
17
18#endif // INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_POINTER_HPP_