Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
IO.hpp File Reference

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)
 

Detailed Description

Stream output operators.