PrevUpHomeNext

Struct allowed_any

zeep::xml::doctype::allowed_any

Synopsis

// In header: </build/libzeep-UaJ1me/libzeep-3.0.5/zeep/xml/doctype.hpp>


struct allowed_any : public zeep::xml::doctype::allowed_base {

  // public member functions
  virtual state_ptr create_state() const;
  virtual void print(std::ostream &);
};

Description

allowed_any public member functions

  1. virtual state_ptr create_state() const;
  2. virtual void print(std::ostream & os);

PrevUpHomeNext