rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
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

namespace  c4
 (Undefined by default) Use shorter error message from checks/asserts: do not show the check condition in the error message.
namespace  c4::yml
namespace  c4::yml::extra
namespace  c4::yml::extra::ievt

Functions

template<>
c4::EnumSymbols< yml::extra::ievt::EventFlagsc4::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.
csubstr c4::yml::extra::ievt::to_chars_sub (substr buf, yml::extra::ievt::DataType flags)
 Convert bit mask of ievt::EventFlags to text.
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.