Nickname Generator 1.2.1
Gamer-style nickname generation for C++23
Loading...
Searching...
No Matches
nicknamegen.hpp File Reference

Nickname generator library — gamer-style nickname generation for C++23. More...

#include "random.hpp"
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cwctype>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <map>
#include <random>
#include <ranges>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  dasmig::nickname
 Return type for nickname generation, holding both the transformed and original strings. More...
 
class  dasmig::nng
 Nickname generator that produces gamer-style nicknames. More...
 

Detailed Description

Nickname generator library — gamer-style nickname generation for C++23.

Author
Diego Dasso Migotto (diegomigotto at hotmail dot com)
See also
See doc/usage.md for the narrative tutorial.

Definition in file nicknamegen.hpp.