![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::VectorXMLHandler
// In header: <alps/parser/xmlhandler.h> template<typename T, typename C = std::vector<T>, typename H = SimpleXMLHandler<T> > class VectorXMLHandler : public alps::CompositeXMLHandler { public: // construct/copy/destruct VectorXMLHandler(const std::string &, C &, T &, H &); ~VectorXMLHandler(); // protected member functions void end_child(const std::string &, xml::tag_type); };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |