![]() |
Vcsn
2.8
Be Rational
|
Handle the data to get from the xalloced place. More...
Public Member Functions | |
get_type (const xalloc &slot, StoredType &data) | |
Set data_ to data. More... | |
void | operator() (std::ostream &ostr) const |
Get the data from the xalloced place. More... | |
Private Attributes | |
const xalloc & | slot_ |
The xalloced data. More... | |
StoredType & | data_ |
Variable in which we return the xalloc data. More... | |
Handle the data to get from the xalloced place.
This inner class is used only with the get method.
vcsn::xalloc< StoredType >::get_type::get_type | ( | const xalloc & | slot, |
StoredType & | data | ||
) |
Set data_ to data.
Definition at line 96 of file xalloc.hxx.
Referenced by vcsn::xalloc< StoredType >::get().
|
virtual |
Get the data from the xalloced place.
Implements vcsn::iomanipulator.
Definition at line 103 of file xalloc.hxx.
References vcsn::xalloc< StoredType >::get_type::data_, and vcsn::xalloc< StoredType >::get_type::slot_.
|
private |
Variable in which we return the xalloc data.
Definition at line 75 of file xalloc.hh.
Referenced by vcsn::xalloc< StoredType >::get_type::operator()().
|
private |
The xalloced data.
Definition at line 73 of file xalloc.hh.
Referenced by vcsn::xalloc< StoredType >::get_type::operator()().