Skip to main content

Module skeleton

Module skeleton 

Source
Expand description

Skeleton code-generation helper — server-side dispatch.

A skeleton dispatches a GIOP request to the concrete servant method based on the operation name and marshals the reply.

Structs§

SkeletonOp
An operation that the skeleton must dispatch.

Functions§

render_skeleton_dispatch
Renders an operation-name switch for the server skeleton.