PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Namespaces | Typedefs | Enumerations | Functions
adjacency_graphs.hpp File Reference
#include <zxcvbn/optional.hpp>
#include <array>
#include <initializer_list>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Include dependency graph for adjacency_graphs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::hash< zxcvbn::GraphTag >
 

Namespaces

 zxcvbn
 
 std
 

Typedefs

using zxcvbn::Graph = std::unordered_map< std::string, std::vector< optional::optional< std::string > >>
 
using zxcvbn::Graphs = std::unordered_map< GraphTag, Graph >
 
using zxcvbn::degree_t = double
 

Enumerations

enum  zxcvbn::GraphTag { zxcvbn::GraphTag::QWERTY, zxcvbn::GraphTag::DVORAK, zxcvbn::GraphTag::KEYPAD, zxcvbn::GraphTag::MAC_KEYPAD }
 

Functions

const Graphs & zxcvbn::graphs ()