

Public Types | |
| typedef DCPS::RcHandle < LocalParticipantData > | shared_ptr |
Public Member Functions | |
| LocalParticipantData () | |
Public Attributes | |
| DCPS::GUID_t | participant_guid |
| LocalAuthCredentialData::shared_ptr | credentials |
| RemoteParticipantMap | validated_remotes |
Definition at line 184 of file AuthenticationBuiltInImpl.h.
| typedef DCPS::RcHandle<LocalParticipantData> OpenDDS::Security::AuthenticationBuiltInImpl::LocalParticipantData::shared_ptr |
Definition at line 185 of file AuthenticationBuiltInImpl.h.
| OpenDDS::Security::AuthenticationBuiltInImpl::LocalParticipantData::LocalParticipantData | ( | ) | [inline] |
Definition at line 191 of file AuthenticationBuiltInImpl.h.
00192 : participant_guid(DCPS::GUID_UNKNOWN), 00193 credentials(), 00194 validated_remotes() 00195 { 00196 00197 }
Definition at line 187 of file AuthenticationBuiltInImpl.h.
| RemoteParticipantMap OpenDDS::Security::AuthenticationBuiltInImpl::LocalParticipantData::validated_remotes |
Definition at line 189 of file AuthenticationBuiltInImpl.h.
1.6.1