OpenDDS  Snapshot(2023/04/07-19:43)
Static Public Member Functions | List of all members
OpenDDS::DCPS::MarshalTraits< XTypes::DynamicSample > Struct Template Reference

#include <DynamicTypeSupport.h>

Static Public Member Functions

static bool to_message_block (ACE_Message_Block &, const XTypes::DynamicSample &)
 
static bool from_message_block (XTypes::DynamicSample &, const ACE_Message_Block &)
 

Detailed Description

template<>
struct OpenDDS::DCPS::MarshalTraits< XTypes::DynamicSample >

Definition at line 67 of file DynamicTypeSupport.h.

Member Function Documentation

◆ from_message_block()

static bool OpenDDS::DCPS::MarshalTraits< XTypes::DynamicSample >::from_message_block ( XTypes::DynamicSample ,
const ACE_Message_Block  
)
inlinestatic

Definition at line 69 of file DynamicTypeSupport.h.

References operator>>().

69 { return false; }

◆ to_message_block()

static bool OpenDDS::DCPS::MarshalTraits< XTypes::DynamicSample >::to_message_block ( ACE_Message_Block ,
const XTypes::DynamicSample  
)
inlinestatic

Definition at line 68 of file DynamicTypeSupport.h.

68 { return false; }

The documentation for this struct was generated from the following file: