Passwordfile library  3.1.2
C++ library to read/write passwords from/to encrypted files
Classes | Namespaces | Enumerations
entry.h File Reference
#include "./field.h"
#include <c++utilities/conversion/types.h>
#include <iostream>
#include <string>
#include <vector>
#include <list>
Include dependency graph for entry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Io::Entry
 Instances of the Entry class form a hierarchic data strucutre 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

 Io
 Contains all IO related classes.
 

Enumerations

enum  Io::EntryType : int { Io::EntryType::Node, Io::EntryType::Account }
 Specifies the entry type. More...