CodeQL library for C/C++
codeql/cpp-all 0.12.9 (changelog, source)
Search

Class UnspecifiedEstimateReason

No particular reason given. This is currently used for backward compatibility so that classes derived from BufferWrite and overriding getMaxData/0 still work with the queries as intended.

Import path

import cpp

Direct supertypes

Indirect supertypes

Predicates

getDescription

Returns a human readable representation of this reason.

toString

Returns the name of the concrete class.

Inherited predicates

combineWith

Combine estimate reasons. Used to give a reason for the size of a format string conversion given reasons coming from its individual specifiers.

from BufferWriteEstimationReason