Reckon 0.5.1-dev
A Tool to Count Logical Lines of Code
Loading...
Searching...
No Matches
RcnCountResult Struct Reference

The result type for a single code analysis operation. More...

#include <reckon/reckon.h>

Data Fields

RcnCount count
 The counted result number.
RcnResultState state
 The result state of the operation, indicating success or failure.

Detailed Description

The result type for a single code analysis operation.

Represents the end result of one concrete type of count operation. For example, it will only contain the count of logical lines of code, or only the count of physical lines, depending on the operation performed.

Field Documentation

◆ count

RcnCount RcnCountResult::count

The counted result number.

◆ state

RcnResultState RcnCountResult::state

The result state of the operation, indicating success or failure.