LTL
2.0.x
|
Functions | |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 1 > &E) |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 2 > &E) |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 3 > &E) |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 4 > &E) |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 5 > &E) |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 6 > &E) |
template<class Expr > | |
ostream & | operator<< (ostream &os, const ExprBase< Expr, 7 > &E) |
template<class T , int N> | |
istream & | operator>> (istream &is, MArray< T, N > &A) |
Reading from and writing to streams for ltl::MArray.
|
related |
Write a 1-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Write a 2-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Write a 3-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Write a 4-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Write a 5-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Write a 6-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Write a 7-dim ltl::MArray
to a stream.
References ltl::ExprNode< A, N >::begin().
|
related |
Read an ltl::MArray
from a stream.
References ltl::MArray< T, N >::begin(), ltl::MArrayIterConst< T, N >::done(), ltl::MArray< T, N >::maxIndex(), ltl::MArray< T, N >::minIndex(), and ltl::MArray< T, N >::realloc().