#include <structs.h>
Public Member Functions | |
| Stats (void) | |
| Default constructor initializes all statistics with 0 values. | |
Public Attributes | |
| size_t | words |
| Words counter. | |
| size_t | sentences |
| Sentences counter. | |
| size_t | documents |
| Documents counter. | |
Definition at line 156 of file structs.h.
1.5.5