Writes terms in textual format to an output stream.
More...
#include <aterm_io_text.h>
|
std::ostream & | m_stream |
|
bool | m_newline = false |
| Indicates that terms are separated by a newline.
|
|
Writes terms in textual format to an output stream.
Definition at line 19 of file aterm_io_text.h.
◆ text_aterm_ostream()
atermpp::text_aterm_ostream::text_aterm_ostream |
( |
std::ostream & |
os, |
|
|
bool |
newline = false |
|
) |
| |
- Parameters
-
os | The output stream. |
newline | When true each term is written on a new line. |
Definition at line 74 of file aterm_io_text.cpp.
◆ put()
void atermpp::text_aterm_ostream::put |
( |
const aterm & |
term | ) |
|
|
overridevirtual |
◆ write_term_line()
void atermpp::text_aterm_ostream::write_term_line |
( |
const aterm & |
term | ) |
|
|
private |
◆ m_newline
bool atermpp::text_aterm_ostream::m_newline = false |
|
private |
Indicates that terms are separated by a newline.
Definition at line 34 of file aterm_io_text.h.
◆ m_stream
std::ostream& atermpp::text_aterm_ostream::m_stream |
|
private |
The documentation for this class was generated from the following files: