UnixFDB
class UnixFDB (
EntryT
SubType
string dbFile
string lockFile
) {
protected
EntryT[] entries;
}
A destructor is present on this object, but not explicitly documented in the source.
- has
bool has(EntryT xentry)
Wether the password db has the specified entry
- indexOf
size_t indexOf(EntryT xentry)
Gets the index of an entry
- opIndex
EntryT opIndex(size_t index)
- opIndexAssign
void opIndexAssign(EntryT entry, size_t index)
- opOpAssign
void opOpAssign(EntryT entry)
- remove
void remove(size_t index)
- save
void save()
Save changes to password db
- unlock
void unlock()
- lock
void lock()
- locked
bool locked()
Gets wether the password db is locked
- open
SubType open()
Opens up the password database
- openro
SubType openro()
Opens up the password database as read-only non locked
The UNIX file database