#include <link_check.hpp>
|
| link_check () |
|
virtual const char * | name () const |
|
virtual const char * | desc () const |
|
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) |
|
virtual void | close () |
|
virtual | ~link_check () |
|
| hypertext_inspector () |
|
virtual | ~inspector () |
|
virtual void | inspect (const string &library_name, const path &full_path) |
|
virtual void | inspect (const string &library_name, const path &full_path, const string &contents) |
|
void | register_signature (const string &signature) |
|
const string_set & | signatures () const |
|
void | error (const string &library_name, const path &full_path, const string &msg) |
|
|
void | do_url (const string &url, const string &library_name, const path &full_source_path) |
|
Definition at line 24 of file link_check.hpp.
◆ m_path_map
◆ link_check()
◆ ~link_check()
◆ do_url()
void do_url |
( |
const string & |
url, |
|
|
const string & |
library_name, |
|
|
const path & |
full_source_path |
|
) |
| |
|
private |
◆ name()
virtual const char* name |
( |
| ) |
const |
|
inlinevirtual |
◆ desc()
virtual const char* desc |
( |
| ) |
const |
|
inlinevirtual |
◆ inspect() [1/2]
virtual void inspect |
( |
const std::string & |
library_name, |
|
|
const path & |
full_path |
|
) |
| |
|
virtual |
◆ inspect() [2/2]
virtual void inspect |
( |
const std::string & |
library_name, |
|
|
const path & |
full_path, |
|
|
const std::string & |
contents |
|
) |
| |
|
virtual |
◆ close()
◆ m_broken_errors
◆ m_unlinked_errors
◆ m_invalid_errors
◆ m_bookmark_errors
◆ m_paths
The documentation for this class was generated from the following files: