Keyring Class Reference

#include <keyring.h>

Collaboration diagram for Keyring:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Keyring ()
void read ()
void write ()
void clear ()
void addkey (int qual)
bool checkkey (int qual)

Private Attributes

std::set< int > keys

Detailed Description

Definition at line 24 of file keyring.h.


Constructor & Destructor Documentation

Keyring::Keyring (  )  [inline]

Definition at line 26 of file keyring.h.


Member Function Documentation

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 (  ) 

Definition at line 72 of file keyring.cc.

References keys.

void Keyring::addkey ( int  qual  ) 

Definition at line 77 of file keyring.cc.

References keys.

Referenced by read().

bool Keyring::checkkey ( int  qual  ) 

Definition at line 82 of file keyring.cc.

References keys.


Member Data Documentation

std::set<int> Keyring::keys [private]

Definition at line 36 of file keyring.h.

Referenced by addkey(), checkkey(), clear(), read(), and write().


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 14:56:36 2007 for ExultEngine by  doxygen 1.5.1