|
typedef unordered_map< std::string, int > | stats_type |
|
typedef std::map< int, std::set< std::string > > | ordered_type |
|
◆ ordered_type
◆ stats_type
◆ DictionaryAnalyser()
DictionaryAnalyser::DictionaryAnalyser |
( |
size_t |
MinimumWordSize = 2 | ) |
|
◆ Add()
void DictionaryAnalyser::Add |
( |
const std::string & |
Value | ) |
|
◆ Analyse()
void DictionaryAnalyser::Analyse |
( |
| ) |
|
◆ Dump()
void DictionaryAnalyser::Dump |
( |
std::ostream & |
Stream | ) |
const |
◆ MINIMUM_WORD_SIZE
const size_t DictionaryAnalyser::MINIMUM_WORD_SIZE |
|
private |
◆ ordered
◆ stats
The documentation for this class was generated from the following file: