ThresholdAggregate [constructor] | Constructors |
operator= | Assign the value of the specified rhs threshold aggregate to this aggregate, and return a reference to this modifiable aggregate. |
passLevel | Return the pass level of this threshold aggregate. |
print | Format this object to the specified output stream at the (absolute value of) the optionally specified indentation level and return a reference to stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). If stream is not valid on entry, this operation has no effect. |
recordLevel | Return the record level of this threshold aggregate. |
setLevels | Set the threshold levels of this threshold aggregate to the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel values, respectively, if each of the specified values is in the range [0 .. 255]. Return 0 on success, and a non-zero value otherwise (with no effect on the threshold levels of this aggregate). |
setPassLevel | Set the pass level of this threshold aggregate to the specified passLevel. |
setRecordLevel | Set the record level of this threshold aggregate to the specified recordLevel. |
setTriggerAllLevel | Set the trigger-all level of this threshold aggregate to the specified triggerAllLevel. |
setTriggerLevel | Set the trigger level of this threshold aggregate to the specified triggerLevel. |
triggerAllLevel | Return the trigger-all level of this threshold aggregate. |
triggerLevel | Return the trigger level of this threshold aggregate. |