|
OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
|
C++ wrappers for typed script input structs (InputInt, InputFloat, etc.). More...
#include "inputs/input_bool.hpp"#include "inputs/input_color.hpp"#include "inputs/input_enum.hpp"#include "inputs/input_float.hpp"#include "inputs/input_int.hpp"#include "inputs/input_price.hpp"#include "inputs/input_session.hpp"#include "inputs/input_source.hpp"#include "inputs/input_string.hpp"#include "inputs/input_symbol.hpp"#include "inputs/input_text_area.hpp"#include "inputs/input_time.hpp"#include "inputs/input_time_frame.hpp"Go to the source code of this file.
Namespaces | |
| namespace | openpine |
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.