![]()  | 
  
    Vcsn
    2.4
    
   Be Rational 
   | 
 
Handle the data to put in the xalloced place. More...
Public Member Functions | |
| set_type (const xalloc &slot, StoredType &data) | |
| Set data_ to data.  More... | |
| void | operator() (std::ostream &ostr) const | 
| Set the data in the xalloced place.  More... | |
Private Attributes | |
| const xalloc & | slot_ | 
| The xalloced data.  More... | |
| StoredType & | data_ | 
| Data to put in the stream.  More... | |
Handle the data to put in the xalloced place.
This inner class is used only with the set method.
| vcsn::xalloc< StoredType >::set_type::set_type | ( | const xalloc & | slot, | 
| StoredType & | data | ||
| ) | 
Set data_ to data.
Definition at line 53 of file xalloc.hxx.
      
  | 
  virtual | 
Set the data in the xalloced place.
Implements vcsn::iomanipulator.
Definition at line 59 of file xalloc.hxx.
      
  | 
  private | 
      
  | 
  private |