[#BloombergLP-bsls-ReviewViolation] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::ReviewViolation :relfileprefix: ../../ :mrdocs: This class is an unconstrained _in‐core_ value‐semantic class that characterizes the details of a review failure that has occurred. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ReviewViolation; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/ReviewViolation/2constructor.adoc[`ReviewViolation`] [.small]#[constructor]# | Create a `ReviewViolation` with the specified `comment`, `fileName`, `lineNumber`, `reviewLevel`, and `count`. Note that the supplied `reviewLevel` will usually be one of the `k_LEVEL` constants defined in `bsls::Review` (or see `bsls::Assert` for the levels that will be passed for assertions that are being reviewed). | xref:BloombergLP/bsls/ReviewViolation/comment.adoc[`comment`] | Return the `comment` attribute of this object. | xref:BloombergLP/bsls/ReviewViolation/count.adoc[`count`] | Return the `count` attribute of this object. | xref:BloombergLP/bsls/ReviewViolation/fileName.adoc[`fileName`] | Return the `fileName` attribute of this object. | xref:BloombergLP/bsls/ReviewViolation/lineNumber.adoc[`lineNumber`] | Return the `lineNumber` attribute of this object. | xref:BloombergLP/bsls/ReviewViolation/reviewLevel.adoc[`reviewLevel`] | Return the `reviewLevel` attribute of this object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#