#include <keyring.h>
Collaboration diagram for Keyring:

Public Member Functions | |
| Keyring () | |
| void | read () |
| void | write () |
| void | clear () |
| void | addkey (int qual) |
| bool | checkkey (int qual) |
Private Attributes | |
| std::set< int > | keys |
Definition at line 24 of file keyring.h.
| void Keyring::read | ( | ) |
Definition at line 33 of file keyring.cc.
References addkey(), KEYRINGDAT, keys, Read2(), and U7open().
Here is the call graph for this function:

| void Keyring::write | ( | ) |
Definition at line 58 of file keyring.cc.
References KEYRINGDAT, keys, U7open(), and Write2().
Here is the call graph for this function:

| void Keyring::clear | ( | ) |
| void Keyring::addkey | ( | int | qual | ) |
| bool Keyring::checkkey | ( | int | qual | ) |
std::set<int> Keyring::keys [private] |
1.5.1