io.hpp File Reference
Functions for I/O operations. More...
#include <iostream>
Go to the source code of this file.
Namespaces | |
LCS | |
Namespace for the whole project. | |
Functions | |
template<typename T > | |
std::ostream & | LCS::operator<< (std::ostream &os, const Vector< T, 2 > &vec) |
template<typename T > | |
std::ostream & | LCS::operator<< (std::ostream &os, const Scalar< T > &scalar) |
template<typename T , unsigned Dim> | |
std::ostream & | LCS::operator<< (std::ostream &os, const Tensor< T, Dim > &tensor) |
template<typename T , unsigned Dim, unsigned Size> | |
std::ostream & | LCS::operator<< (std::ostream &os, const Field< T, Dim, Size > &field) |
template<typename T > | |
std::istream & | LCS::operator>> (std::istream &is, Vector< T, 2 > &vec) |
template<typename T > | |
std::ostream & | LCS::operator>> (std::ostream &is, Scalar< T > &scalar) |
template<typename T , unsigned Dim> | |
std::istream & | LCS::operator>> (std::istream &is, Tensor< T, Dim > &tensor) |
template<typename T , unsigned Dim, unsigned Size> | |
std::istream & | LCS::operator>> (std::istream &is, Field< T, Dim > &field) |
Detailed Description
Functions for I/O operations.
This file contains functions for input/output operations of various classes, such as read/write data from files.