Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
FileResult Struct Reference
Collaboration diagram for FileResult:
[legend]

Public Attributes

std::string filename
 
int word_count
 
int line_count
 

Detailed Description

Definition at line 237 of file thread_pool_example.cc.

Member Data Documentation

◆ filename

std::string FileResult::filename

Definition at line 239 of file thread_pool_example.cc.

◆ line_count

int FileResult::line_count

Definition at line 241 of file thread_pool_example.cc.

◆ word_count

int FileResult::word_count

Definition at line 240 of file thread_pool_example.cc.


The documentation for this struct was generated from the following file: