UnixFDB

The UNIX file database

Constructors

this
this(string data, bool readonly)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

ThisT
alias ThisT = typeof(this)
Undocumented in source.

Functions

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)

Gets entry at index

opIndexAssign
void opIndexAssign(EntryT entry, size_t index)

Assigns entry at index

opOpAssign
void opOpAssign(EntryT entry)

Assigns entry

remove
void remove(size_t index)

Remove index in array

save
void save()

Save changes to password db

unlock
void unlock()

Unlock the password db

Static functions

lock
void lock()

Locks the password db

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

Variables

entries
EntryT[] entries;
Undocumented in source.

Meta