![]() |
qtty-cpp
Header-only C++ wrapper for qtty
|
Main header for the qtty C++ wrapper library. More...
#include "ffi_core.hpp"#include "units/length.hpp"#include "units/time.hpp"#include "units/angular.hpp"#include "units/mass.hpp"#include "units/power.hpp"#include "units/velocity.hpp"#include "literals.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | qtty |
Functions | |
| uint32_t | qtty::abi_version () |
| Get the ABI version of the underlying qtty-ffi library. | |
Variables | ||
| struct { | ||
| int qtty::major = 0 | ||
| int qtty::minor = 1 | ||
| int qtty::patch = 0 | ||
| } | qtty::version | |
| Library version information. | ||
Main header for the qtty C++ wrapper library.
This header provides a modern, type-safe C++ interface to the qtty-ffi library. It includes:
Usage example:
Definition in file qtty.hpp.