17 #ifndef VCSN_MISC_IOMANIP_HH
18 # define VCSN_MISC_IOMANIP_HH
29 # include <functional>
43 struct iomanip :
public std::unary_function<std::ostream, std::ostream>
45 const Self&
self ()
const;
50 operator<< (std::ostream& ostr, const iomanip<IOM>& m);
75 pword_delete (std::ios_base::event ev, std::ios_base &io,
int idx);
81 # if !defined VCSN_USE_INTERFACE_ONLY || defined VCSN_USE_LIB
83 # endif // VCSN_USE_INTERFACE_ONLY
85 #endif // ! VCSN_MISC_IOMANIP_HH