Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanups
  • Loading branch information
Kronuz committed Dec 2, 2016
1 parent f49f7f3 commit 4fc6703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions c++/namegen.cc
Expand Up @@ -179,6 +179,7 @@ size_t Generator::max()
return final;
}


std::string Generator::toString() {
std::string str;
for (auto& g : generators) {
Expand Down Expand Up @@ -266,10 +267,12 @@ size_t Literal::combinations()
{
return 1;
}

size_t Literal::min()
{
return value.size();
}

size_t Literal::max()
{
return value.size();
Expand Down

0 comments on commit 4fc6703

Please sign in to comment.