|
Reckon 0.5.1-dev
A Tool to Count Logical Lines of Code
|
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. | |
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.
| RcnCount RcnCountResult::count |
The counted result number.
| RcnResultState RcnCountResult::state |
The result state of the operation, indicating success or failure.