A very simple parser for individual XML tags. Eases vtk_reader a bit. More...
#include <fstream>
#include <iostream>
#include <sstream>
#include <list>
#include <string>
#include "viennagrid/io/helper.hpp"
Go to the source code of this file.
Data Structures | |
struct | char_to_lower< dummy > |
Functor for conversion to lowercase (avoids tolower()). More... | |
class | xml_tag< dummy > |
Helper class that parses a XML tag. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most functionality resides in this namespace. | |
namespace | viennagrid::io |
A namespace with all the input/output functionality, in particular file readers and writers. | |
Functions | |
template<typename StringType > | |
StringType | string_to_lower (StringType const &s) |
Helper function for converting a string to lowercase. |
A very simple parser for individual XML tags. Eases vtk_reader a bit.