EntropyEngine::Networking::Wire
EntropyEngine::Networking::Wire
Section titled “EntropyEngine::Networking::Wire”Functions
Section titled “Functions”| Name | |
|---|---|
| void | toCapnp(Protocol::PropertyHash128::Builder b, const PropertyHash & h) Convert PropertyHash to Cap’n Proto PropertyHash128 builder. |
| PropertyHash | fromCapnp(Protocol::PropertyHash128::Reader r) Convert Cap’n Proto PropertyHash128 reader to PropertyHash. |
Functions Documentation
Section titled “Functions Documentation”function toCapnp
Section titled “function toCapnp”inline void toCapnp( Protocol::PropertyHash128::Builder b, const PropertyHash & h)Convert PropertyHash to Cap’n Proto PropertyHash128 builder.
Parameters:
- b Cap’n Proto builder
- h PropertyHash to convert
function fromCapnp
Section titled “function fromCapnp”inline PropertyHash fromCapnp( Protocol::PropertyHash128::Reader r)Convert Cap’n Proto PropertyHash128 reader to PropertyHash.
Parameters:
- r Cap’n Proto reader
Return: PropertyHash
Updated on 2026-01-26 at 17:14:35 -0500