OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Private Attributes | List of all members
OpenDDS::Security::AuthenticationBuiltInImpl::local_has_remote_handle Struct Reference

Public Member Functions

 local_has_remote_handle (DDS::Security::IdentityHandle h)
 
bool operator() (const LocalParticipantMap::value_type &local) const
 

Private Attributes

DDS::Security::IdentityHandle h_
 

Detailed Description

Definition at line 267 of file AuthenticationBuiltInImpl.h.

Constructor & Destructor Documentation

◆ local_has_remote_handle()

OpenDDS::Security::AuthenticationBuiltInImpl::local_has_remote_handle::local_has_remote_handle ( DDS::Security::IdentityHandle  h)
inline

Member Function Documentation

◆ operator()()

bool OpenDDS::Security::AuthenticationBuiltInImpl::local_has_remote_handle::operator() ( const LocalParticipantMap::value_type &  local) const
inline

Definition at line 271 of file AuthenticationBuiltInImpl.h.

272  {
273  const RemoteParticipantMap& remotes = local.second->validated_remotes;
274  return remotes.find(h_) != remotes.end();
275  }
std::map< DDS::Security::IdentityHandle, RemoteParticipantData::shared_ptr > RemoteParticipantMap

Member Data Documentation

◆ h_

DDS::Security::IdentityHandle OpenDDS::Security::AuthenticationBuiltInImpl::local_has_remote_handle::h_
private

Definition at line 277 of file AuthenticationBuiltInImpl.h.


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