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

C++ wrappers for typed script input structs (InputInt, InputFloat, etc.). More...

Go to the source code of this file.

Namespaces

namespace  openpine

Detailed Description

C++ wrappers for typed script input structs (InputInt, InputFloat, etc.).

Each class wraps the corresponding ffi struct; string views are valid only while the underlying ScriptInfo/Instance is alive.

Individual input types are defined in the inputs/ subdirectory; this header includes them all for convenience.

Definition in file inputs.hpp.