capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
AddressBook.Builder
addressbook
AddressBook
Undocumented in source.
struct
AddressBook
static
struct
Builder {
this
(SegmentBuilder* segment, int data, int pointers, int dataSize, short pointerCount);
auto
asReader
();
bool
hasPeople
();
StructList
!(.
Person
).
Builder
people
[@property getter];
StructList
!(.
Person
).
Reader
people
[@property setter];
alias
setPeople
=
people
;
StructList
!(.
Person
).
Builder
initPeople
(int size);
StructBuilder
b
;
}
Constructors
this
this
(SegmentBuilder* segment, int data, int pointers, int dataSize, short pointerCount)
Undocumented in source.
Members
Aliases
setPeople
alias
setPeople
=
people
Undocumented in source.
Functions
asReader
auto
asReader
()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPeople
bool
hasPeople
()
Undocumented in source. Be warned that the author may not have intended to support it.
initPeople
StructList
!(.
Person
).
Builder
initPeople
(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
people
StructList
!(.
Person
).
Builder
people
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
people
StructList
!(.
Person
).
Reader
people
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
b
StructBuilder
b
;
Undocumented in source.
Meta
Source
See Implementation
addressbook
AddressBook
static variables
structSize
structs
Builder
Reader