LifeV
|
#include <copyright_check.hpp>
Public Member Functions | |
copyright_check () | |
virtual const char * | name () const |
virtual const char * | desc () const |
virtual void | inspect (const std::string &library_name, const path &full_path, const std::string &contents) |
virtual | ~copyright_check () |
Public Member Functions inherited from source_inspector | |
source_inspector () | |
Public Member Functions inherited from 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) |
virtual void | close () |
void | register_signature (const string &signature) |
const string_set & | signatures () const |
void | error (const string &library_name, const path &full_path, const string &msg) |
Private Attributes | |
long | m_files_with_errors |
Definition at line 18 of file copyright_check.hpp.
copyright_check | ( | ) |
Definition at line 14 of file copyright_check.cpp.
|
inlinevirtual |
Definition at line 38 of file copyright_check.hpp.
|
inlinevirtual |
Implements inspector.
Definition at line 24 of file copyright_check.hpp.
|
inlinevirtual |
Implements inspector.
Definition at line 28 of file copyright_check.hpp.
|
virtual |
Definition at line 18 of file copyright_check.cpp.
|
private |
Definition at line 20 of file copyright_check.hpp.