![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <TerminalStream.hh>
Public Member Functions | |
| TerminalStream (const Kernel &, std::ostream &) | |
| TerminalStream & | operator<< (const Ex &) |
| TerminalStream & | operator<< (std::shared_ptr< Ex >) |
| template<class T > | |
| TerminalStream & | operator<< (const T &obj) |
| TerminalStream & | operator<< (std::ostream &(*os)(std::ostream &)) |
Private Attributes | |
| const Kernel & | kernel |
| std::ostream & | out_ |
| TerminalStream & TerminalStream::operator<< | ( | const Ex & | ex | ) |
|
inline |
|
inline |
| TerminalStream & TerminalStream::operator<< | ( | std::shared_ptr< Ex > | ex | ) |
|
private |