zeep::xml::doctype::allowed_choice
// In header: </home/maarten/projects/libzeep/zeep/xml/doctype.hpp> struct allowed_choice : public zeep::xml::doctype::allowed_base { // construct/copy/destruct allowed_choice(bool); allowed_choice(allowed_ptr, bool); ~allowed_choice(); // public member functions void add(allowed_ptr); state_ptr create_state() const; bool element_content() const; void print(std::ostream &); // public data members allowed_list m_allowed; bool m_mixed; };
allowed_choice
public
construct/copy/destructallowed_choice(bool mixed);
allowed_choice(allowed_ptr a, bool mixed);
~allowed_choice();
allowed_choice
public member functionsvoid add(allowed_ptr a);
state_ptr create_state() const;
bool element_content() const;
void print(std::ostream & os);