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_ |
Definition at line 251 of file AuthenticationBuiltInImpl.h.
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) {}
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 }
DDS::Security::IdentityHandle OpenDDS::Security::AuthenticationBuiltInImpl::local_has_remote_handle::h_ [private] |
Definition at line 261 of file AuthenticationBuiltInImpl.h.