|
Passwordfile library 5.0.12
C++ library to read/write passwords from/to encrypted files
|
#include "./field.h"#include <cstdint>#include <iostream>#include <list>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | Io::EntryStatistics |
| class | Io::Entry |
| Instances of the Entry class form a hierarchic data structure used to store account information. More... | |
| class | Io::NodeEntry |
| The NodeEntry class acts as parent for other entries. More... | |
| class | Io::AccountEntry |
| The exception that is thrown when a parsing error occurs. More... | |
Namespaces | |
| namespace | Io |
| Contains all IO related classes. | |
Enumerations | |
| enum class | Io::EntryType : int { Io::Node , Io::Account } |
| Specifies the entry type. More... | |