Skip to main content

emit_remote_exception_class

Function emit_remote_exception_class 

Source
pub fn emit_remote_exception_class(
    except: &ExceptDecl,
) -> Result<String, CppGenError>
Expand description

Emits a concrete RemoteException subclass from an IDL exception E { ... } declaration (spec §10.6).

The generated class inherits from ::dds::rpc::RemoteException and provides a private field + getter/setter per member.

§Errors