LifeV
|
#include <crlf_check.hpp>
Public Member Functions | |
crlf_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 | ~crlf_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 20 of file crlf_check.hpp.
crlf_check | ( | ) |
Definition at line 16 of file crlf_check.cpp.
|
inlinevirtual |
Definition at line 40 of file crlf_check.hpp.
|
inlinevirtual |
Implements inspector.
Definition at line 26 of file crlf_check.hpp.
|
inlinevirtual |
Implements inspector.
Definition at line 30 of file crlf_check.hpp.
|
virtual |
Definition at line 20 of file crlf_check.cpp.
|
private |
Definition at line 22 of file crlf_check.hpp.