[2]
CERT-API00_C (REC) Functions should validate their parameters (CERT_C-API00)
|
[2]
The validity of parameters must be checked inside each function (CERT_C-API00-a-3)
|
[2]
CERT-DCL00_C (REC) Const-qualify immutable objects (CERT_C-DCL00)
|
[2]
Declare parameters or local variable as const whenever possible (CERT_C-DCL00-a-3)
|
[1]
Initialization (INIT)
|
[1]
All member variables should be initialized in constructor (INIT-06-1)
|
[2]
Optimization (OPT)
|
[2]
Pass objects by reference instead of by value (OPT-14-3)
|