CYAML Internals
|
Data Fields | |
bool | have_event |
yaml_event_t | event |
cyaml_event_record_t | record |
cyaml_event_replay_t | replay |
CYAML's LibYAML event context.
Only cyaml_get_next_event and friends should poke around inside here. Everything else should use cyaml__current_event to access the current event data, and call cyaml_get_next_event to pump the event stream.
yaml_event_t cyaml_event_ctx::event |
Current event.
bool cyaml_event_ctx::have_event |
Whether event is currently populated.
cyaml_event_record_t cyaml_event_ctx::record |
Event recording context.
cyaml_event_replay_t cyaml_event_ctx::replay |
Event replaying context.