mCRL2
|
The general aterm stream interface, which enables the use of a transformer to change the written/read terms. More...
#include <aterm_io.h>
Public Member Functions | |
virtual | ~aterm_stream () |
void | set_transformer (aterm_transformer transformer) |
Sets the given transformer to be applied to following writes. | |
aterm_transformer * | get_transformer () const |
Protected Attributes | |
aterm_transformer * | m_transformer = identity |
The general aterm stream interface, which enables the use of a transformer to change the written/read terms.
Definition at line 30 of file aterm_io.h.
|
virtual |
Definition at line 45 of file aterm_implementation.cpp.
|
inline |
Definition at line 39 of file aterm_io.h.
|
inline |
Sets the given transformer to be applied to following writes.
Definition at line 36 of file aterm_io.h.
|
protected |
Definition at line 42 of file aterm_io.h.