User

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string username, string password)
Undocumented in source.

Members

Functions

getAge
int getAge()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
setAge
void setAge(int age)
Undocumented in source. Be warned that the author may not have intended to support it.
setUser
void setUser(string name, int age)
Undocumented in source. Be warned that the author may not have intended to support it.
setUser
void setUser(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserName
void setUserName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Witchcraft
Undocumented in source.

Static functions

testStaticMethod
void testStaticMethod()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

age
int age;
Undocumented in source.
password
string password;
Undocumented in source.
username
string username;
Undocumented in source.

Meta