OpenDDS::Security::AuthenticationBuiltInImpl::local_has_remote_handle Struct Reference

List of all members.

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 251 of file AuthenticationBuiltInImpl.h.


Constructor & Destructor Documentation

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

Definition at line 253 of file AuthenticationBuiltInImpl.h.

00253 : h_(h) {}


Member Function Documentation

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

Definition at line 255 of file AuthenticationBuiltInImpl.h.

00256     {
00257       const RemoteParticipantMap& remotes = local.second->validated_remotes;
00258       return remotes.find(h_) != remotes.end();
00259     }


Member Data Documentation

Definition at line 261 of file AuthenticationBuiltInImpl.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1