PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | Static Public Attributes | List of all members
zxcvbn::DictionaryMatch Struct Reference

#include <common.hpp>

Public Attributes

DictionaryTag dictionary_tag
 
std::string matched_word
 
rank_t rank
 
bool l33t
 
bool reversed
 
std::unordered_map< std::string, std::string > sub
 
std::string sub_display
 

Static Public Attributes

static constexpr auto pattern = MatchPattern::DICTIONARY
 

Detailed Description

Definition at line 67 of file common.hpp.

Member Data Documentation

◆ dictionary_tag

DictionaryTag zxcvbn::DictionaryMatch::dictionary_tag

Definition at line 70 of file common.hpp.

◆ l33t

bool zxcvbn::DictionaryMatch::l33t

Definition at line 73 of file common.hpp.

◆ matched_word

std::string zxcvbn::DictionaryMatch::matched_word

Definition at line 71 of file common.hpp.

◆ pattern

constexpr auto zxcvbn::DictionaryMatch::pattern = MatchPattern::DICTIONARY
staticconstexpr

Definition at line 68 of file common.hpp.

◆ rank

rank_t zxcvbn::DictionaryMatch::rank

Definition at line 72 of file common.hpp.

◆ reversed

bool zxcvbn::DictionaryMatch::reversed

Definition at line 74 of file common.hpp.

◆ sub

std::unordered_map<std::string, std::string> zxcvbn::DictionaryMatch::sub

Definition at line 77 of file common.hpp.

◆ sub_display

std::string zxcvbn::DictionaryMatch::sub_display

Definition at line 78 of file common.hpp.


The documentation for this struct was generated from the following file: