C++ API
C++ wrapper over the C API.
C++ support is implemented as a thin header-only layer around the C APIs, found in include/umbra/*.hpp
. C++ provides full interoperability with C, so the wrapper is purely for convenience.
The wrapper targets language version C++11.
Contents
Files
- file Defs.hpp
- file Platform.hpp