Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

OBJ37-CPP

2 (medium)

2 (probable)

2 (medium)

P8

L2

...

Bibliography

Wiki Markup
\[[Lockheed Martin 05|AA. Bibliography#Lockheed Martin 05]\] AV Rule 75 Members of the initialization list shall be listed in the order in which they are declared in the class.
\[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\] Section 12.6.2 "Initializing bases and members"

...

OOP06OOP36-CPP. Create a private copy constructor and assignment operator for non copyable objectsDo not assume that copy constructor invocations will not be elided      13. Object Oriented Programming (OOP)      OOP33-CPP. Do not slice polymorphic objects14. Concurrency (CON)