9 #ifndef BOOST_LINK_CHECK_HPP 10 #define BOOST_LINK_CHECK_HPP 34 void do_url (
const string& url,
35 const string& library_name,
const path& full_source_path );
39 virtual const char*
name()
const 43 virtual const char*
desc()
const 45 return "invalid bookmarks, invalid urls, broken links, unlinked files";
49 const std::string& library_name,
50 const path& full_path );
53 const std::string& library_name,
54 const path& full_path,
55 const std::string& contents );
61 std::cout <<
" " << m_bookmark_errors <<
" bookmarks with invalid characters\n";
62 std::cout <<
" " << m_invalid_errors <<
" invalid urls\n";
63 std::cout <<
" " << m_broken_errors <<
" broken links\n";
64 std::cout <<
" " << m_unlinked_errors <<
" unlinked files\n";
virtual void inspect(const std::string &library_name, const path &full_path)
virtual void inspect(const std::string &library_name, const path &full_path, const std::string &contents)
std::map< string, int > m_path_map
virtual const char * name() const
virtual const char * desc() const
void do_url(const string &url, const string &library_name, const path &full_source_path)