CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GlobalIdentifier.cc
Go to the documentation of this file.
3 
4 namespace edm {
6  Guid guid;
7  return binary ? guid.toBinary() : guid.toString();
8  }
9 } // namespace edm
std::string const toString() const
conversion to formatted string reprentation
Definition: Guid.cc:38
Definition: Guid.h:26
std::string createGlobalIdentifier(bool binary=false)
std::string const toBinary() const
conversion to binary string reprentation
Definition: Guid.cc:30