rapidyaml  0.12.1
parse and emit YAML, and do it fast
ints_utils.cpp File Reference
#include "c4/yml/extra/ints_utils.hpp"
#include "c4/yml/error.hpp"
#include "c4/bitmask.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
 
 c4::yml::extra::ievt
 

Functions

template<>
c4::EnumSymbols< yml::extra::ievt::EventFlags > c4::esyms< yml::extra::ievt::EventFlags > ()
 
size_t c4::yml::extra::ievt::to_chars (substr buf, yml::extra::ievt::DataType flags)
 Convert bit mask of ievt::EventFlags to text. More...
 
csubstr c4::yml::extra::ievt::to_chars_sub (substr buf, yml::extra::ievt::DataType flags)
 Convert bit mask of ievt::EventFlags to text. More...
 
void c4::yml::extra::events_ints_print (csubstr parsed_yaml, csubstr arena, ievt::DataType const *evts_ints, ievt::DataType evts_ints_sz)
 Print integer events to stdout. More...