|
| RequestBuilder (Parser &) |
|
Request * | get () |
|
| BuilderBase (Parser &, bool expect_text=false) |
|
void | visit_element (const std::string &tag) |
|
void | visit_element_end (const std::string &tag) |
|
void | visit_text (const std::string &) |
|
bool | expects_text () const |
|
int | depth () const |
|
bool | wants_exit () const |
|
void | build (bool flat=false) |
|
|
template<class R , class BUILDER > |
R | sub_build (bool flat=false) |
|
void | want_exit () |
|
virtual void | do_visit_element_end (const std::string &) |
|
virtual void | do_visit_text (const std::string &) |
|
Parser & | parser_ |
|
int | depth_ |
|
bool | expect_text_ |
|
bool | want_exit_ |
|
The documentation for this class was generated from the following files: