Chemical Data Processing Library C++ API - Version 1.1.1
|
Stream output operators. More...
#include <ostream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Math | |
Contains classes and functions related to mathematics. | |
Functions | |
template<typename C , typename T , typename E > | |
std::basic_ostream< C, T > & | CDPL::Math::operator<< (std::basic_ostream< C, T > &os, const VectorExpression< E > &e) |
template<typename C , typename T , typename E > | |
std::basic_ostream< C, T > & | CDPL::Math::operator<< (std::basic_ostream< C, T > &os, const MatrixExpression< E > &e) |
template<typename C , typename T , typename E > | |
std::basic_ostream< C, T > & | CDPL::Math::operator<< (std::basic_ostream< C, T > &os, const QuaternionExpression< E > &e) |
template<typename C , typename T , typename E > | |
std::basic_ostream< C, T > & | CDPL::Math::operator<< (std::basic_ostream< C, T > &os, const GridExpression< E > &e) |
Stream output operators.