#include <GuidConverter.h>
Public Member Functions | |
LogGuid (const GUID_t &id) | |
const char * | c_str () const |
Public Attributes | |
OPENDDS_STRING | conv_ |
Definition at line 115 of file GuidConverter.h.
OpenDDS::DCPS::LogGuid::LogGuid | ( | const GUID_t & | id | ) | [inline, explicit] |
Definition at line 116 of file GuidConverter.h.
00117 : conv_(GuidConverter(id)) {}
const char* OpenDDS::DCPS::LogGuid::c_str | ( | void | ) | const [inline] |
Definition at line 118 of file GuidConverter.h.
00118 { return conv_.c_str(); }
OPENDDS_STRING OpenDDS::DCPS::LogGuid::conv_ |
Definition at line 119 of file GuidConverter.h.