#include <string>
#include <sstream>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <map>
#include <list>
Go to the source code of this file.
◆ add_online_info_into_contributors_list()
void add_online_info_into_contributors_list |
( |
list< contributor > & |
contributors_list, |
|
|
const char * |
filename |
|
) |
| |
◆ contributor_name()
std::string contributor_name |
( |
const std::string & |
line | ) |
|
◆ contributors_map_from_churn_output()
map<string,int> contributors_map_from_churn_output |
( |
const char * |
filename | ) |
|
◆ lastname()
string lastname |
( |
const string & |
name | ) |
|
◆ main()