Transaction-Level Modeling Framework for Space Applications
Classes | |
class | core.waf.cpplint.cpplint_formatter |
class | core.waf.cpplint.cpplint_wrapper |
class | core.waf.cpplint.cpplint |
class | core.waf.cpplint.CPPLint |
Namespaces | |
core.waf.cpplint | |
Variables | |
int | core.waf.cpplint.critical_errors = 0 |
string | core.waf.cpplint.CPPLINT_FORMAT = '[CPPLINT] %(filename)s:\nline %(linenum)s, severity %(confidence)s, category: %(category)s\n%(message)s\n' |
tuple | core.waf.cpplint.RE_EMACS = re.compile('(?P<filename>.*):(?P<linenum>\d+): (?P<message>.*) \[(?P<category>.*)\] \[(?P<confidence>\d+)\]') |
dictionary | core.waf.cpplint.CPPLINT_RE |
core.waf.cpplint.cpplint_logger = None | |