#include "config.hpp"#include <iostream>#include "io.cpp"Go to the source code of this file.
Namespaces | |
| namespace | Arageli | 
Defines | |
| #define | ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_IO | 
Functions | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_ostream< Ch, ChT > & | Arageli::output_polynom_first_default (std::basic_ostream< Ch, ChT > &out, const T &x) | 
| Default ouputting method for subexpression as the first coefficient in a polynomial.   | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_ostream< Ch, ChT > & | Arageli::output_polynom_internal_default (std::basic_ostream< Ch, ChT > &out, const T &x) | 
| Default ouputting method for subexpression as an internal coefficient in a polynomial.   | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_ostream< Ch, ChT > & | Arageli::output_pow_default (std::basic_ostream< Ch, ChT > &out, const T &x) | 
| Default ouputting method for subexpression as a degree of variable in a polynomial.   | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_istream< Ch, ChT > & | Arageli::input_polynom_first_default (std::basic_istream< Ch, ChT > &in, T &x) | 
| Default inputting method for subexpression as the first coefficient in a polynomial.   | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_istream< Ch, ChT > & | Arageli::input_polynom_internal_default (std::basic_istream< Ch, ChT > &in, T &x) | 
| Default inputting method for subexpression as an internal coefficient in a polynomial.   | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_istream< Ch, ChT > & | Arageli::input_pow_default (std::basic_istream< Ch, ChT > &in, T &x) | 
| Default inutting method for subexpression as a degree of variable in a polynomial.   | |
| template<typename T, typename Ch, typename ChT> | |
| std::basic_ostream< Ch, ChT > & | Arageli::output_polynom_first (std::basic_ostream< Ch, ChT > &out, const T &x) | 
| template<typename T, typename Ch, typename ChT> | |
| std::basic_ostream< Ch, ChT > & | Arageli::output_polynom_internal (std::basic_ostream< Ch, ChT > &out, const T &x) | 
| template<typename T, typename Ch, typename ChT> | |
| std::basic_ostream< Ch, ChT > & | Arageli::output_pow (std::basic_ostream< Ch, ChT > &out, const T &x) | 
| template<typename T, typename Ch, typename ChT> | |
| std::basic_istream< Ch, ChT > & | Arageli::input_polynom_first (std::basic_istream< Ch, ChT > &in, T &x) | 
| template<typename T, typename Ch, typename ChT> | |
| std::basic_istream< Ch, ChT > & | Arageli::input_polynom_internal (std::basic_istream< Ch, ChT > &in, T &x) | 
| template<typename T, typename Ch, typename ChT> | |
| std::basic_istream< Ch, ChT > & | Arageli::input_pow (std::basic_istream< Ch, ChT > &in, T &x) | 
 1.4.7