![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <common.hpp>
Public Member Functions | |
| template<class T > | |
| Match (idx_t i_, idx_t j_, std::string token, T &&val) | |
| Match (const Match &m) | |
| Match (Match &&m) | |
| Match & | operator= (const Match &m) |
| Match & | operator= (Match &&m) |
| ~Match () | |
| MatchPattern | get_pattern () const |
Public Attributes | |
| idx_t | i |
| idx_t | j |
| std::string | token |
| guesses_t | guesses |
| guesses_log10_t | guesses_log10 |
| idx_t | idx |
| idx_t | jdx |
Private Member Functions | |
| template<class T > | |
| void | _init (T &&val) |
| template<class T > | |
| Match & | _assign (T &&val) |
Private Attributes | |
| MatchPattern | _pattern |
| union { | |
| }; | |
Friends | |
| template<class T > | |
| struct | pattern_type_to_pmc |
Definition at line 133 of file common.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 202 of file common.hpp.
|
inlineprivate |
Definition at line 167 of file common.hpp.
|
inlineprivate |
Definition at line 143 of file common.hpp.
|
inline |
|
friend |
Definition at line 236 of file common.hpp.
| union { ... } |
|
private |
Definition at line 135 of file common.hpp.
| guesses_t zxcvbn::Match::guesses |
Definition at line 177 of file common.hpp.
| guesses_log10_t zxcvbn::Match::guesses_log10 |
Definition at line 178 of file common.hpp.
| idx_t zxcvbn::Match::i |
Definition at line 175 of file common.hpp.
| idx_t zxcvbn::Match::idx |
Definition at line 180 of file common.hpp.
| idx_t zxcvbn::Match::j |
Definition at line 175 of file common.hpp.
| idx_t zxcvbn::Match::jdx |
Definition at line 180 of file common.hpp.
| std::string zxcvbn::Match::token |
Definition at line 176 of file common.hpp.
1.8.17