Skip to content

EntropyEngine::Networking::Wire

Name
voidtoCapnp(Protocol::PropertyHash128::Builder b, const PropertyHash & h)
Convert PropertyHash to Cap’n Proto PropertyHash128 builder.
PropertyHashfromCapnp(Protocol::PropertyHash128::Reader r)
Convert Cap’n Proto PropertyHash128 reader to PropertyHash.
inline void toCapnp(
Protocol::PropertyHash128::Builder b,
const PropertyHash & h
)

Convert PropertyHash to Cap’n Proto PropertyHash128 builder.

Parameters:

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