OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
Loading...
Searching...
No Matches
display.hpp File Reference

Type-safe wrappers for display bitmasks used by visuals. More...

#include <cstdint>
#include "ffi.hpp"

Go to the source code of this file.

Classes

class  openpine::Display
 A type-safe display bitmask. More...

Namespaces

namespace  openpine

Detailed Description

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.