Developer documentation

polynomial_xml.hpp File Reference
#include <iostream>
#include <stdio.h>
#include <realroot/polynomial.hpp>

Go to the source code of this file.

Namespaces

 mmx
 
 mmx::xml
 Namespace for parsing and printing in xml format.
 

Macros

#define begin_polynomial   "<polynomial"
 
#define end_polynomial   "</polynomial>"
 

Functions

template<class OSTREAM , typename X >
OSTREAM & mmx::xml::print (OSTREAM &os, const X &x, const char *tag)
 
template<class ISTREAM >
bool mmx::xml::skip (ISTREAM &is, const char *s)
 
template<class ISTREAM , typename C , typename R >
bool mmx::xml::read (ISTREAM &is, polynomial< C, R > &p, variables &V)
 Read a polynomial, enclosed in polynomial tags. More...
 
template<class ISTREAM >
bool mmx::xml::sread (ISTREAM &is, std::string &s)
 Read a polynomial as a string, enclosed in polynomial tags. More...
 

Macro Definition Documentation

#define begin_polynomial   "<polynomial"
#define end_polynomial   "</polynomial>"
Home