Warning, file /include/boost/exception/errinfo_file_handle.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006 #ifndef BOOST_EXCEPTION_F79E6EE26C1211DEB26E929155D89593
0007 #define BOOST_EXCEPTION_F79E6EE26C1211DEB26E929155D89593
0008
0009 #include <stdio.h>
0010
0011 namespace
0012 boost
0013 {
0014 template <class> class weak_ptr;
0015 template <class Tag,class T> class error_info;
0016
0017 typedef error_info<struct errinfo_file_handle_,weak_ptr<FILE> > errinfo_file_handle;
0018 }
0019
0020 #endif