OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
OpenDDS::STUN::ConstAttributeHolder Struct Reference

#include <Stun.h>

Collaboration diagram for OpenDDS::STUN::ConstAttributeHolder:
Collaboration graph
[legend]

Public Member Functions

 ConstAttributeHolder (const Attribute &a, const TransactionId &t)
 

Public Attributes

const Attributeattribute
 
const TransactionIdtid
 

Detailed Description

Definition at line 164 of file Stun.h.

Constructor & Destructor Documentation

◆ ConstAttributeHolder()

OpenDDS::STUN::ConstAttributeHolder::ConstAttributeHolder ( const Attribute a,
const TransactionId t 
)
inline

Definition at line 168 of file Stun.h.

References OpenDDS_Rtps_Export, OpenDDS::STUN::operator<<(), and OpenDDS::STUN::operator>>().

169  : attribute(a)
170  , tid(t)
171  {}
const TransactionId & tid
Definition: Stun.h:166
const Attribute & attribute
Definition: Stun.h:165

Member Data Documentation

◆ attribute

const Attribute& OpenDDS::STUN::ConstAttributeHolder::attribute

Definition at line 165 of file Stun.h.

Referenced by OpenDDS::STUN::operator<<().

◆ tid

const TransactionId& OpenDDS::STUN::ConstAttributeHolder::tid

Definition at line 166 of file Stun.h.

Referenced by OpenDDS::STUN::operator<<().


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