RTI Connext C API Version 7.3.0
DDS_TypeDeallocationParams_t Struct Reference

Configures whether to release or not pointer and optional members. More...

Data Fields

DDS_Boolean delete_pointers
 Whether to delete pointer members or not. More...
 
DDS_Boolean delete_optional_members
 Whether to delete optional members or not. More...
 

Detailed Description

Configures whether to release or not pointer and optional members.

By default both pointers optional members are released when they are not null.

This structure is also defined in xcdr.1.0/srcC/typeObject/TypeObjectInfrastructure.h. If changes are made, please ensure they are made in both locations.

Examples
HelloWorld.c, and HelloWorldPlugin.c.

Field Documentation

◆ delete_pointers

DDS_Boolean DDS_TypeDeallocationParams_t::delete_pointers

Whether to delete pointer members or not.

Examples
HelloWorld.c, and HelloWorldPlugin.c.

◆ delete_optional_members

DDS_Boolean DDS_TypeDeallocationParams_t::delete_optional_members

Whether to delete optional members or not.

Examples
HelloWorld.c, and HelloWorldPlugin.c.