AutosarC++18_10-A3.1.6¶
Trivial accessor and mutator functions should be inlined
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
missing_inline |
Trivial accessor and mutator functions should be inlined. |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
exclude_constructor_destructors¶
exclude_constructor_destructors : bool = True
exclude_operator_functions¶
exclude_operator_functions : bool = False
exclude_virtual_functions¶
exclude_virtual_functions : bool = True
require_this_read_write¶
require_this_read_write : bool = False