StringPayloadSingleThreadHandler

Undocumented in source.

Members

Aliases

Char
alias Char = T
Undocumented in source.

Static functions

allocate
void allocate(StringPayload!T* pl, size_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
void deallocate(StringPayload!T* pl)
Undocumented in source. Be warned that the author may not have intended to support it.
decrementRefCnt
void decrementRefCnt(StringPayload!T* pl)
Undocumented in source. Be warned that the author may not have intended to support it.
incrementRefCnt
void incrementRefCnt(StringPayload!T* pl)
Undocumented in source. Be warned that the author may not have intended to support it.
make
StringPayload!T* make()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta