rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
event_handler_stack.hpp File Reference
#include "c4/yml/detail/stack.hpp"
#include "c4/yml/node_type.hpp"
#include "c4/yml/detail/dbgprint.hpp"
#include "c4/yml/parser_state.hpp"

Go to the source code of this file.

Classes

struct  c4::yml::EventHandlerStack< HandlerImpl, HandlerState >
 Use this class a base of implementations of event handler to simplify the stack logic. More...

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

Macros

#define _has_any_(bits)

Macro Definition Documentation

◆ _has_any_

#define _has_any_ ( bits)
Value:
(static_cast<HandlerImpl const* C4_RESTRICT>(this)->template _has_any__<bits>())

Definition at line 115 of file event_handler_stack.hpp.