RTI Connext Traditional C++ API  Version 5.3.0
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDS_TypeAllocationParams_t Struct Reference

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

Public Member Functions

struct DDS_TypeAllocationParams_tset_allocate_pointers (DDS_Boolean allocate)
 
struct DDS_TypeAllocationParams_tset_allocate_optional_members (DDS_Boolean allocate)
 

Public Attributes

DDS_Boolean allocate_pointers
 Whether to allocate pointer members or not.
 
DDS_Boolean allocate_optional_members
 Whether to allocate optional members or not.
 

Detailed Description

Configures whether or not to allocate pointer and optional members.

By default pointers are allocated and optional members are not.

Examples:
HelloWorld.cxx, and HelloWorldPlugin.cxx.

Member Function Documentation

struct DDS_TypeAllocationParams_t& DDS_TypeAllocationParams_t::set_allocate_pointers ( DDS_Boolean  allocate)
inlineread

Whether to allocate pointer members or not

struct DDS_TypeAllocationParams_t& DDS_TypeAllocationParams_t::set_allocate_optional_members ( DDS_Boolean  allocate)
inlineread

Whether to allocate optional members or not

Member Data Documentation

DDS_Boolean DDS_TypeAllocationParams_t::allocate_pointers

Whether to allocate pointer members or not.

Examples:
HelloWorld.cxx.
DDS_Boolean DDS_TypeAllocationParams_t::allocate_optional_members

Whether to allocate optional members or not.


RTI Connext Traditional C++ API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc