NeKernel dev
Loading...
Searching...
No Matches
TOML.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
9namespace Kernel {
10class TOMLObject final {
11 public:
12 explicit TOMLObject() = delete;
13 ~TOMLObject() = default;
14};
15} // namespace Kernel
~TOMLObject()=default
UPS inline definitions.
Definition Device.h:12