[#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 attributes. | 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]#