The Battle for Wesnoth  1.19.0-dev
Classes | Typedefs
markov_generator.hpp File Reference
#include "utils/name_generator.hpp"
#include <map>
#include <vector>
Include dependency graph for markov_generator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  markov_generator
 

Typedefs

typedef std::map< std::u32string, std::u32string > markov_prefix_map
 

Typedef Documentation

◆ markov_prefix_map

typedef std::map<std::u32string, std::u32string> markov_prefix_map

Definition at line 22 of file markov_generator.hpp.