|
rapidyaml
0.12.1
parse and emit YAML, and do it fast
|
#include "c4/yml/extra/event_handler_ints.hpp"Go to the source code of this file.
Namespaces | |
| c4 | |
| (Undefined by default) Use shorter error message from checks/asserts: do not show the check condition in the error message. | |
| c4::yml | |
| c4::yml::extra | |
Functions | |
| size_t | c4::yml::extra::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 | c4::yml::extra::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 | c4::yml::extra::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... | |