18     virtual void operator()(std::ostream& o) 
const = 0;
    37   template <
typename StoredType>
   104     long int index() const ATTRIBUTE_PURE;
   106     StoredType& operator()(
std::ostream& ostr) const;
   114     get_type get(StoredType& data) const;
   123 #include <vcsn/misc/xalloc.hxx> virtual void operator()(std::ostream &o) const =0
 
Request the set implementation (bool weights). 
 
std::ostream & operator<<(std::ostream &os, direction d)
Pretty-printing. 
 
void swap(config::config_value &first, config::config_value &second)
 
StoredType & data_
Variable in which we return the xalloc data. 
 
const xalloc & slot_
The xalloced data. 
 
Defines the operator() for the classes get_type, set_type and swap_type. 
 
const xalloc & slot_
The xalloced data. 
 
Handle the data to put in the xalloced place. 
 
const long int index_
The index of the slot. 
 
Swap the data stored in the stream for a given one. 
 
Allocate slots in std::ostreams. 
 
const xalloc & slot_
The xalloced data. 
 
StoredType & data_
Data to put in the stream. 
 
Handle the data to get from the xalloced place. 
 
StoredType & data_
Variable in which we store the data to be swapped.