CYAML Internals
|
Data Fields | |
char * | name |
size_t | len |
uint32_t | start |
uint32_t | end |
Anchor data.
This is used to track the progress of recording the anchor's events, and then the data is referenced during replay.
uint32_t cyaml_anchor::end |
Index into cyaml_event_ctx_t events array.
size_t cyaml_anchor::len |
Length of anchor name.
char* cyaml_anchor::name |
Anchor name.
uint32_t cyaml_anchor::start |
Index into cyaml_event_ctx_t events array.