MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / align

Function align

dds/idl/marshal_generator.cpp:1698–1702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696 }
1697
1698 void align(Encoding::Kind encoding, size_t& value, size_t by)
1699 {
1700 const Encoding enc(encoding);
1701 enc.align(value, by);
1702 }
1703
1704 void idl_max_serialized_size_dheader(
1705 Encoding::Kind encoding, ExtensibilityKind exten, size_t& size)

Callers 2

idl_max_serialized_sizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected