3 #include <boost/format.hpp> 12 ::uuid_generate_time( uuid );
17 unsigned char Data4[8];
20 boost::format text(
"%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X" );
21 text %
g->Data1 %
g->Data2 %
g->Data3;
22 for (
int i = 0; i < 8; ++i ) text % (
unsigned short)
g->Data4[i];
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
std::string createGuidAsString()
Helper function creating file identifier using the UUID mechanism.