StringUuid: Implement new string(UUID) sub-command.

This commit is contained in:
Nils Gladitz
2014-08-25 22:44:06 +02:00
parent c2a47a9ac3
commit 328e869433
26 changed files with 478 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ protected:
bool HandleTimestampCommand(std::vector<std::string> const& args);
bool HandleMakeCIdentifierCommand(std::vector<std::string> const& args);
bool HandleGenexStripCommand(std::vector<std::string> const& args);
bool HandleUuidCommand(std::vector<std::string> const& args);
class RegexReplacement
{