Vcsn
2.0
Be Rational
|
Swap the data stored in the stream for a given one. More...
Public Member Functions | |
swap_type (const xalloc &slot, StoredType &data) | |
Set data_ to data. More... | |
void | operator() (std::ostream &ostr) const |
Swap the data from the xalloced place for a given one. More... | |
Private Attributes | |
const xalloc & | slot_ |
The xalloced data. More... | |
StoredType & | data_ |
Variable in which we store the data to be swapped. More... | |
Swap the data stored in the stream for a given one.
This inner class is used only with the swap method.
vcsn::xalloc< StoredType >::swap_type::swap_type | ( | const xalloc & | slot, |
StoredType & | data | ||
) |
Set data_ to data.
Definition at line 102 of file xalloc.hxx.
|
virtual |
Swap the data from the xalloced place for a given one.
Implements vcsn::iomanipulator.
Definition at line 108 of file xalloc.hxx.
|
private |
|
private |