|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <order_birth.hpp>
Public Member Functions | |
| BirthCursor ()=default | |
| BirthCursorDomain | domain () const |
| BirthCursorPosition | position () const |
| int | index () const |
| int | count () const |
| bool | first_point () const |
| bool | terminal_point () const |
| int | following_segment () const |
Static Public Member Functions | |
| static BirthCursor | point (BirthCursorDomain domain, int index, int count) |
| static BirthCursor | segment (BirthCursorDomain domain, int index, int count) |
Definition at line 19 of file order_birth.hpp.
|
inlinestatic |
Definition at line 22 of file order_birth.hpp.
References BirthCursor(), count(), domain(), index(), and pineforge::Point.
|
inlinestatic |
Definition at line 25 of file order_birth.hpp.
References BirthCursor(), count(), domain(), index(), and pineforge::Segment.
|
inline |
Definition at line 28 of file order_birth.hpp.
|
inline |
Definition at line 29 of file order_birth.hpp.
|
inline |
Definition at line 30 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), point(), and segment().
|
inline |
Definition at line 31 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), point(), and segment().
|
inline |
Definition at line 32 of file order_birth.hpp.
References pineforge::Point.
|
inline |
Definition at line 33 of file order_birth.hpp.
References pineforge::Point.
Referenced by following_segment().
|
inline |
Definition at line 36 of file order_birth.hpp.
References terminal_point().