|
OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
|
Type-safe wrappers for display bitmasks used by visuals. More...
Go to the source code of this file.
Classes | |
| class | openpine::Display |
| A type-safe display bitmask. More... | |
Namespaces | |
| namespace | openpine |
Type-safe wrappers for display bitmasks used by visuals.
The C ABI exposes raw uint32_t bitmasks (see ffi.hpp constants like openpine::ffi::DISPLAY_PANE). This header provides a type-safe C++ API for composing and inspecting these masks.
Definition in file display.hpp.