OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated Struct Reference

Collaboration diagram for OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated:
Collaboration graph
[legend]

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 241 of file AuthenticationBuiltInImpl.h.

00241 : expected_(expected) {}


Member Function Documentation

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

Definition at line 243 of file AuthenticationBuiltInImpl.h.

00244     {
00245       return (expected_ == validated.second->participant_guid);
00246     }


Member Data Documentation

Definition at line 248 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