|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Almost every prepared command yields one history event. More...
#include <native_order.hpp>
Public Member Functions | |
| InlineCommandEvents ()=default | |
| InlineCommandEvents (InlineCommandEvents &&other) noexcept | |
| InlineCommandEvents & | operator= (InlineCommandEvents &&other) noexcept |
| InlineCommandEvents (const InlineCommandEvents &other) | |
| InlineCommandEvents & | operator= (const InlineCommandEvents &other) |
| std::size_t | size () const noexcept |
| bool | empty () const noexcept |
| template<class Event> | |
| void | emplace_back (Event &&event) |
| void | push_back (CommandEvent event) |
| void | clear () noexcept |
| CommandEvent & | front () noexcept |
| const CommandEvent & | front () const noexcept |
| CommandEvent & | operator[] (std::size_t index) noexcept |
| const CommandEvent & | operator[] (std::size_t index) const noexcept |
Almost every prepared command yields one history event.
Keep that ordinary transactional payload inline; the overflow vector preserves the existing arbitrary-length behavior for group/lifecycle plans that emit more events.
Definition at line 1192 of file native_order.hpp.
|
default |
Referenced by InlineCommandEvents(), InlineCommandEvents(), operator=(), and operator=().
|
inlinenoexcept |
Definition at line 1195 of file native_order.hpp.
References InlineCommandEvents().
|
inline |
Definition at line 1214 of file native_order.hpp.
References InlineCommandEvents().
|
inlinenoexcept |
Definition at line 1202 of file native_order.hpp.
References clear(), and InlineCommandEvents().
|
inline |
Definition at line 1220 of file native_order.hpp.
References clear(), and InlineCommandEvents().
|
inlinenoexcept |
Definition at line 1232 of file native_order.hpp.
|
inlinenoexcept |
Definition at line 1233 of file native_order.hpp.
|
inline |
Definition at line 1236 of file native_order.hpp.
References push_back().
|
inline |
Definition at line 1240 of file native_order.hpp.
Referenced by emplace_back().
|
inlinenoexcept |
Definition at line 1256 of file native_order.hpp.
Referenced by operator=(), and operator=().
|
inlinenoexcept |
Definition at line 1264 of file native_order.hpp.
|
inlinenoexcept |
Definition at line 1265 of file native_order.hpp.
|
inlinenoexcept |
Definition at line 1266 of file native_order.hpp.
|
inlinenoexcept |
Definition at line 1269 of file native_order.hpp.