#include <daw_json_parse_policy_cpp_comments.h>
|
static constexpr DAW_ATTRIBUTE_FLATTEN bool | is_literal_end (char c) |
|
template<char... keys, typename ParseState > |
static constexpr DAW_ATTRIBUTE_FLATTEN void | move_to_next_of (ParseState &parse_state) |
|
template<char PrimLeft, char PrimRight, char SecLeft, char SecRight, typename ParseState > |
static constexpr DAW_ATTRIBUTE_FLATTEN ParseState | skip_bracketed_item_checked (ParseState &parse_state) |
|
template<char PrimLeft, char PrimRight, char SecLeft, char SecRight, typename ParseState > |
static constexpr DAW_ATTRIBUTE_FLATTEN ParseState | skip_bracketed_item_unchecked (ParseState &parse_state) |
|
template<typename ParseState > |
static constexpr DAW_ATTRIBUTE_FLATTEN void | trim_left_checked (ParseState &parse_state) |
|
template<typename ParseState > |
static constexpr DAW_ATTRIBUTE_FLATTEN void | trim_left_unchecked (ParseState &parse_state) |
|
◆ is_literal_end()
static constexpr DAW_ATTRIBUTE_FLATTEN bool DAW_JSON_NS::CppCommentSkippingPolicy::is_literal_end |
( |
char |
c | ) |
|
|
inlinestaticconstexpr |
◆ move_to_next_of()
template<char... keys, typename ParseState >
static constexpr DAW_ATTRIBUTE_FLATTEN void DAW_JSON_NS::CppCommentSkippingPolicy::move_to_next_of |
( |
ParseState & |
parse_state | ) |
|
|
inlinestaticconstexpr |
◆ skip_bracketed_item_checked()
template<char PrimLeft, char PrimRight, char SecLeft, char SecRight, typename ParseState >
static constexpr DAW_ATTRIBUTE_FLATTEN ParseState DAW_JSON_NS::CppCommentSkippingPolicy::skip_bracketed_item_checked |
( |
ParseState & |
parse_state | ) |
|
|
inlinestaticconstexpr |
◆ skip_bracketed_item_unchecked()
template<char PrimLeft, char PrimRight, char SecLeft, char SecRight, typename ParseState >
static constexpr DAW_ATTRIBUTE_FLATTEN ParseState DAW_JSON_NS::CppCommentSkippingPolicy::skip_bracketed_item_unchecked |
( |
ParseState & |
parse_state | ) |
|
|
inlinestaticconstexpr |
◆ trim_left_checked()
template<typename ParseState >
static constexpr DAW_ATTRIBUTE_FLATTEN void DAW_JSON_NS::CppCommentSkippingPolicy::trim_left_checked |
( |
ParseState & |
parse_state | ) |
|
|
inlinestaticconstexpr |
◆ trim_left_unchecked()
template<typename ParseState >
static constexpr DAW_ATTRIBUTE_FLATTEN void DAW_JSON_NS::CppCommentSkippingPolicy::trim_left_unchecked |
( |
ParseState & |
parse_state | ) |
|
|
inlinestaticconstexpr |
The documentation for this class was generated from the following file: