CMS 3D CMS Logo

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 
10  bool isValidGlobalIdentifier(std::string const& guid) { return Guid::isValidString(guid); }
11 } // namespace edm
Definition: Guid.h:26
std::string const toBinary() const
conversion to binary string reprentation
Definition: Guid.cc:30
std::string createGlobalIdentifier(bool binary=false)
std::string const toString() const
conversion to formatted string reprentation
Definition: Guid.cc:38
bool isValidGlobalIdentifier(std::string const &guid)
HLT enums.
static bool isValidString(std::string const &s)
Definition: Guid.cc:51