moddef-cpp
Idiomatic C++ runtime for ModDef
Loading...
Searching...
No Matches
moddef.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2
14#ifndef MODDEF_MODDEF_HPP
15#define MODDEF_MODDEF_HPP
16
17#include "moddef/device.hpp"
18#include "moddef/document.hpp"
19#include "moddef/error.hpp"
20#include "moddef/str.hpp"
21#include "moddef/transport.hpp"
22#include "moddef/value.hpp"
23
24#endif // MODDEF_MODDEF_HPP
Device driver (spec §32.4).
A binary .moddef document (spec §4, §27), parsed in place.
Error type and Result<T> (spec §26.3/§26.4, §32).
std::string_view <-> md_str_t bridging.
Transport (spec §32.3).
Decoded value (spec §8, §13).