|
| int32_t | estimate_events_ints_size (csubstr src) |
| | Read YAML source and, without undergoing a full parse, estimate the size of the integer buffer required for EventHandlerInts. More...
|
| |
| size_t | events_ints_to_testsuite (csubstr parsed_yaml, csubstr arena, ievt::DataType const *evts_ints, ievt::DataType evts_ints_sz, substr evts_testsuite) |
| | Create a testsuite event string from integer events. More...
|
| |
| template<class Container > |
| void | events_ints_to_testsuite (csubstr parsed_yaml, csubstr arena, ievt::DataType const *evts_ints, ievt::DataType evts_ints_sz, Container *evts_testsuite) |
| | Create a testsuite event string from integer events, writing into an output container. More...
|
| |
| template<class Container > |
| Container | events_ints_to_testsuite (csubstr parsed_yaml, csubstr arena, ievt::DataType const *evts_ints, ievt::DataType evts_ints_sz) |
| | Create a testsuite event string from integer events, returning a new container with the result. More...
|
| |
| void | events_ints_print (csubstr parsed_yaml, csubstr arena, ievt::DataType const *evts_ints, ievt::DataType evts_ints_sz) |
| | Print integer events to stdout. More...
|
| |