PLaSK library
|
#include <string>
#include <iostream>
#include <cstdio>
#include "exceptions.hpp"
#include "../format.hpp"
Go to the source code of this file.
Classes | |
struct | plask::XMLWriter |
Object of this class help produce valid XML documents. More... | |
struct | plask::XMLWriter::Output |
Base class for output (stream). More... | |
class | plask::XMLWriter::Element |
Represent single XML element connected with writer. More... | |
Namespaces | |
namespace | plask |
Patterson quadrature for complex function along specified line. | |
Typedefs | |
typedef XMLWriter::Element | plask::XMLElement |
Easier access to XML element type. | |