capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
AddressBook.Reader
addressbook
AddressBook
Undocumented in source.
struct
AddressBook
static
struct
Reader {
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit);
bool
hasPeople
();
StructList
!(.
Person
).
Reader
people
[@property getter];
alias
getPeople
=
people
;
StructReader
b
;
}
Constructors
this
this
(SegmentReader* segment, int data, int pointers, int dataSize, short pointerCount, int nestingLimit)
Undocumented in source.
Members
Aliases
getPeople
alias
getPeople
=
people
Undocumented in source.
Functions
hasPeople
bool
hasPeople
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
people
StructList
!(.
Person
).
Reader
people
[@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
Source
See Implementation
addressbook
AddressBook
static variables
structSize
structs
Builder
Reader