OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Private Attributes | List of all members
OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated Struct Reference
Collaboration diagram for OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated:
Collaboration graph
[legend]

Public Member Functions

 was_guid_validated (const DCPS::GUID_t &expected)
 
bool operator() (const RemoteParticipantMap::value_type &validated) const
 

Private Attributes

const DCPS::GUID_texpected_
 

Detailed Description

Definition at line 255 of file AuthenticationBuiltInImpl.h.

Constructor & Destructor Documentation

◆ was_guid_validated()

OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated::was_guid_validated ( const DCPS::GUID_t expected)
inline

Member Function Documentation

◆ operator()()

bool OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated::operator() ( const RemoteParticipantMap::value_type &  validated) const
inline

Definition at line 259 of file AuthenticationBuiltInImpl.h.

260  {
261  return (expected_ == validated.second->participant_guid);
262  }

Member Data Documentation

◆ expected_

const DCPS::GUID_t& OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated::expected_
private

Definition at line 264 of file AuthenticationBuiltInImpl.h.


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