Person.Reader

Undocumented in source.

Constructors

this
this(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit)
Undocumented in source.

Members

Aliases

getEmail
alias getEmail = email
Undocumented in source.
getEmployment
alias getEmployment = employment
Undocumented in source.
getId
alias getId = id
Undocumented in source.
getName
alias getName = name
Undocumented in source.
getPhones
alias getPhones = phones
Undocumented in source.

Functions

hasEmail
bool hasEmail()
Undocumented in source. Be warned that the author may not have intended to support it.
hasName
bool hasName()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPhones
bool hasPhones()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

email
string email [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
employment
Employment.Reader employment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
phones
StructList!(.Person.PhoneNumber).Reader phones [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

b
StructReader b;
Undocumented in source.

Meta