Struct Callbacks
Defined in File rapidyaml-0.5.0.hpp
Struct Documentation
-
struct Callbacks
a c-style callbacks class
Warning
the error callback must never return: it must either abort or throw an exception. Otherwise, the parser will enter into an infinite loop, or the program may crash.
Public Functions
-
Callbacks()
-
Callbacks(void *user_data, pfn_allocate alloc, pfn_free free, pfn_error error_)
-
Callbacks()