![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <zxcvbn/zxcvbn.h>#include <zxcvbn/frequency_lists.hpp>#include <zxcvbn/adjacency_graphs.hpp>#include <regex>#include <string>#include <cassert>Go to the source code of this file.
Classes | |
| struct | zxcvbn::PortableRegexMatch |
| struct | zxcvbn::DictionaryMatch |
| struct | zxcvbn::SpatialMatch |
| struct | zxcvbn::RepeatMatch |
| struct | zxcvbn::SequenceMatch |
| struct | zxcvbn::RegexMatch |
| struct | zxcvbn::DateMatch |
| struct | zxcvbn::BruteforceMatch |
| struct | zxcvbn::UnknownMatch |
| class | zxcvbn::Match |
| struct | zxcvbn::pattern_type_to_pmc< T > |
Namespaces | |
| zxcvbn | |
Macros | |
| #define | MATCH_RUN() |
| #define | MATCH_FN(_, e, __) e, |
| #define | MATCH_FN(title, upper, lower) title##Match _##lower; |
| #define | MATCH_FN(title, upper, lower) |
| #define | MATCH_FN(title, upper, lower) |
| #define | MATCH_FN(title, upper, lower) |
| #define | MATCH_FN(title, upper, lower) |
Typedefs | |
| using | zxcvbn::guesses_t = zxcvbn_guesses_t |
| using | zxcvbn::guesses_log10_t = int |
| using | zxcvbn::score_t = unsigned |
| using | zxcvbn::idx_t = std::string::size_type |
| #define MATCH_FN | ( | _, | |
| e, | |||
| __ | |||
| ) | e, |
Definition at line 242 of file common.hpp.
| #define MATCH_FN | ( | title, | |
| upper, | |||
| lower | |||
| ) | title##Match _##lower; |
Definition at line 242 of file common.hpp.
| #define MATCH_FN | ( | title, | |
| upper, | |||
| lower | |||
| ) |
Definition at line 242 of file common.hpp.
| #define MATCH_FN | ( | title, | |
| upper, | |||
| lower | |||
| ) |
Definition at line 242 of file common.hpp.
| #define MATCH_FN | ( | title, | |
| upper, | |||
| lower | |||
| ) |
Definition at line 242 of file common.hpp.
| #define MATCH_FN | ( | title, | |
| upper, | |||
| lower | |||
| ) |
Definition at line 242 of file common.hpp.
| #define MATCH_RUN | ( | ) |
Definition at line 21 of file common.hpp.
1.8.17