MISRA C++:2008 Rule 9-3-2
Member functions shall not return non-const handles to class-data.
説明
ルール定義
Member functions shall not return non-const handles to class-data. 1
Polyspace 実装
チェッカーは、メンバー関数が非静的データ メンバーへの非 const のポインターまたは参照を返す場合のみ、ルール違反にフラグを設定します。このルールは静的データ メンバーには適用されません。
トラブルシューティング
ルール違反が想定されるものの、Polyspace® から報告されない場合は、コーディング規約違反が想定どおりに表示されない理由の診断を参照してください。
チェック情報
| グループ: Classes |
| カテゴリ: 必要 |
バージョン履歴
R2013b で導入
1 All MISRA coding rules and directives are © Copyright The MISRA Consortium Limited 2021.
The MISRA coding standards referenced in the Polyspace Bug Finder™ documentation are from the following MISRA standards:
MISRA C:2004
MISRA C:2012
MISRA C:2023
MISRA C++:2008
MISRA C++:2023
MISRA and MISRA C are registered trademarks of The MISRA Consortium Limited 2021.