pub fn emit_dcps_header(out: &mut String) -> Result<(), CppGenError>Expand description
Writes the complete DCPS header.
§Errors
Returns CppGenError::Internal if writing to the String buffer fails.
pub fn emit_dcps_header(out: &mut String) -> Result<(), CppGenError>Writes the complete DCPS header.
Returns CppGenError::Internal if writing to the String buffer fails.