Definition at line 41 of file check_include_guards.py.
◆ __init__()
def check_include_guards.GuardValidator.__init__ |
( |
|
self | ) |
|
◆ _is_c_core_header()
def check_include_guards.GuardValidator._is_c_core_header |
( |
|
self, |
|
|
|
fpath |
|
) |
| |
|
private |
◆ check()
def check_include_guards.GuardValidator.check |
( |
|
self, |
|
|
|
fpath, |
|
|
|
fix |
|
) |
| |
◆ fail()
def check_include_guards.GuardValidator.fail |
( |
|
self, |
|
|
|
fpath, |
|
|
|
regexp, |
|
|
|
fcontents, |
|
|
|
match_txt, |
|
|
|
correct, |
|
|
|
fix |
|
) |
| |
◆ comments_then_includes_re
check_include_guards.GuardValidator.comments_then_includes_re |
◆ define_re
check_include_guards.GuardValidator.define_re |
◆ endif_c_core_re
check_include_guards.GuardValidator.endif_c_core_re |
◆ endif_re
check_include_guards.GuardValidator.endif_re |
◆ failed
check_include_guards.GuardValidator.failed |
◆ ifndef_re
check_include_guards.GuardValidator.ifndef_re |
The documentation for this class was generated from the following file: