secret-d ~master (2018-10-28T00:41:30Z)
Dub
Repo
User
util
Undocumented in source.
class
User {
HashTable
createHashTable
();
void
createSchema
();
void
setPassword
(string name, string testPassword);
string
getPassword
(string name);
void
deletePassword
(string testName);
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
createHashTable
HashTable
createHashTable
()
Undocumented in source. Be warned that the author may not have intended to support it.
createSchema
void
createSchema
()
Set the tech details section.
deletePassword
void
deletePassword
(string testName)
Undocumented in source. Be warned that the author may not have intended to support it.
getPassword
string
getPassword
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setPassword
void
setPassword
(string name, string testPassword)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
util
classes
User