LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
file-library.hxx
Go to the documentation of this file.
1 
6 #ifndef MISC_FILE_LIBRARY_HXX
7 # define MISC_FILE_LIBRARY_HXX
8 
9 # include <misc/file-library.hh>
10 
11 namespace misc
12 {
13  inline std::ostream&
14  operator<<(std::ostream& ostr, const file_library& l)
15  {
16  return l.dump(ostr);
17  }
18 }
19 
20 #endif // !MISC_FILE_LIBRARY_HXX