contributor Struct Reference

Public Member Functions

 contributor ()
 
bool operator< (const contributor &other)
 

Public Attributes

string name
 
int changedlines
 
int changesets
 
string url
 
string misc
 

Constructor & Destructor Documentation

◆ contributor()

contributor::contributor ( )
inline
115 : changedlines(0), changesets(0) {}
int changesets
Definition: eigen_gen_credits.cpp:111
int changedlines
Definition: eigen_gen_credits.cpp:110

Member Function Documentation

◆ operator<()

bool contributor::operator< ( const contributor other)
inline
117 { return lastname(name).compare(lastname(other.name)) < 0; }
string lastname(const string &name)
Definition: eigen_gen_credits.cpp:100
string name
Definition: eigen_gen_credits.cpp:109

References lastname(), plotDoE::name, and name.

Member Data Documentation

◆ changedlines

int contributor::changedlines

◆ changesets

int contributor::changesets

◆ misc

string contributor::misc

◆ name

string contributor::name

Referenced by operator<().

◆ url

string contributor::url

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