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

#include <Stun.h>

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

Public Member Functions

 AttributeHolder (Attribute &a, const TransactionId &t)
 

Public Attributes

Attributeattribute
 
const TransactionIdtid
 

Detailed Description

Definition at line 154 of file Stun.h.

Constructor & Destructor Documentation

◆ AttributeHolder()

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

Definition at line 158 of file Stun.h.

159  : attribute(a)
160  , tid(t)
161  {}
const TransactionId & tid
Definition: Stun.h:156

Member Data Documentation

◆ attribute

Attribute& OpenDDS::STUN::AttributeHolder::attribute

Definition at line 155 of file Stun.h.

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

◆ tid

const TransactionId& OpenDDS::STUN::AttributeHolder::tid

Definition at line 156 of file Stun.h.

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


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