#include <string>
#include <sstream>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <map>
#include <list>
Go to the source code of this file.
Classes | |
struct | contributor |
Functions | |
void | add_online_info_into_contributors_list (list< contributor > &contributors_list, const char *filename) |
std::string | contributor_name (const std::string &line) |
map< string, int > | contributors_map_from_churn_output (const char *filename) |
string | lastname (const string &name) |
int | main () |
void add_online_info_into_contributors_list | ( | list< contributor > & | contributors_list, |
const char * | filename | ||
) |
Definition at line 133 of file eigen_gen_credits.cpp.
std::string contributor_name | ( | const std::string & | line | ) |
Definition at line 13 of file eigen_gen_credits.cpp.
map<string,int> contributors_map_from_churn_output | ( | const char * | filename | ) |
Definition at line 67 of file eigen_gen_credits.cpp.
string lastname | ( | const string & | name | ) |
Definition at line 110 of file eigen_gen_credits.cpp.
int main | ( | void | ) |
Definition at line 186 of file eigen_gen_credits.cpp.