Skip to main content

emit_dcps_header

Function emit_dcps_header 

Source
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.