Home
last modified time | relevance | path

Searched defs:value_list_end_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dvalues.cpp69 struct value_list_end_impl : public value_node struct
71 static value_list_end_impl instance;
74 value_list_end_impl() : value_node(value::default_tag) in value_list_end_impl() function
80 virtual char const* type_name() const { return "list end"; } in type_name()
81 virtual value_node* clone() const { UNDEFINED_ERROR(); } in clone()
83 virtual bool equals(value_node* other) const in equals()
88 bool empty() const { UNDEFINED_ERROR(); } in empty()
89 bool check() const { UNDEFINED_ERROR(); } in check()
90 bool is_list() const { UNDEFINED_ERROR(); } in is_list()
91 bool is_encoded() const { UNDEFINED_ERROR(); } in is_encoded()