3 #include <boost/format.hpp> 11 ::uuid_generate_time( uuid );
16 unsigned char Data4[8];
19 boost::format text(
"%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X" );
20 text %
g->Data1 %
g->Data2 %
g->Data3;
21 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.