#include <GuidUtils.h>
Public Member Functions | |
EntityIdConverter (const unsigned char(&o)[4]) | |
operator EntityId_t () const | |
Public Attributes | |
EntityId_t | entityId |
Definition at line 180 of file GuidUtils.h.
OpenDDS::DCPS::EntityIdConverter::EntityIdConverter | ( | const unsigned char(&) | o[4] | ) | [inline, explicit] |
Definition at line 181 of file GuidUtils.h.
References entityId.
00182 { 00183 std::memcpy(&entityId, o, sizeof(EntityId_t)); 00184 }
OpenDDS::DCPS::EntityIdConverter::operator EntityId_t | ( | ) | const [inline] |
Definition at line 188 of file GuidUtils.h.
Referenced by EntityIdConverter(), and operator EntityId_t().