libwordring
|
<simple-selector> [詳解]
#include <grammar.hpp>
公開型 | |
using | const_iterator = syntax_primitive_stream::const_iterator |
using | value_type = std::variant< std::monostate, type_selector, subclass_selector > |
![]() | |
using | const_iterator = syntax_primitive_stream::const_iterator |
using | document_type_name = wordring::html::document_type_name |
using | document_mode_name = wordring::html::document_mode_name |
公開メンバ関数 | |
simple_selector (const_iterator first, const_iterator last, value_type value) | |
value_type const & | value () const |
template<typename NodePointer > | |
bool | match (NodePointer const &np, match_context< NodePointer > const &ctx) const |
ノードにマッチするか検査する [詳解] | |
![]() | |
selector_grammar (selector_grammar const &)=default | |
selector_grammar (selector_grammar &&)=default | |
selector_grammar (const_iterator first, const_iterator last) | |
selector_grammar & | operator= (selector_grammar const &)=default |
selector_grammar & | operator= (selector_grammar &&)=default |
operator bool () const | |
bool | operator! () const |
const_iterator | begin () const |
const_iterator | end () const |
静的公開メンバ関数 | |
static simple_selector | consume (syntax_primitive_stream in, parse_context &ctx) |
その他の継承メンバ | |
![]() | |
const_iterator | m_first |
構文解析時に部分セレクタが消費した入力の先頭 | |
const_iterator | m_last |
構文解析時に部分セレクタが消費した入力の終端 | |
<simple-selector>
|
inline |
ノードにマッチするか検査する