![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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 |
Definition at line 67 of file common.hpp.
| DictionaryTag zxcvbn::DictionaryMatch::dictionary_tag |
Definition at line 70 of file common.hpp.
| bool zxcvbn::DictionaryMatch::l33t |
Definition at line 73 of file common.hpp.
| std::string zxcvbn::DictionaryMatch::matched_word |
Definition at line 71 of file common.hpp.
|
staticconstexpr |
Definition at line 68 of file common.hpp.
| rank_t zxcvbn::DictionaryMatch::rank |
Definition at line 72 of file common.hpp.
| bool zxcvbn::DictionaryMatch::reversed |
Definition at line 74 of file common.hpp.
| std::unordered_map<std::string, std::string> zxcvbn::DictionaryMatch::sub |
Definition at line 77 of file common.hpp.
| std::string zxcvbn::DictionaryMatch::sub_display |
Definition at line 78 of file common.hpp.
1.8.17