![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::XMLParser
// In header: <alps/parser/xmlparser.h> class XMLParser { public: // construct/copy/destruct XMLParser(XMLHandlerBase &); XMLParser(); ~XMLParser(); // public member functions void parse(std::istream &); void parse(const std::string &); void parse(const boost::filesystem::path &); };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |