LifeV
|
#include <long_name_check.hpp>
Public Member Functions | |
long_name_check () | |
virtual | ~long_name_check () |
virtual const char * | name () const |
virtual const char * | desc () const |
virtual void | inspect (const std::string &library_name, const path &full_path) |
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_long_name_errors |
Definition at line 17 of file long_name_check.hpp.
long_name_check | ( | ) |
Definition at line 44 of file long_name_check.cpp.
|
virtual |
Definition at line 110 of file long_name_check.cpp.
|
inlinevirtual |
Implements inspector.
Definition at line 24 of file long_name_check.hpp.
|
inlinevirtual |
Implements inspector.
Definition at line 28 of file long_name_check.hpp.
|
virtual |
Definition at line 46 of file long_name_check.cpp.
|
private |
Definition at line 19 of file long_name_check.hpp.