|
||||
File indexing completed on 2024-04-06 12:13:12
0001 #ifndef FWCore_Utilities_GlobalIdentifier_h 0002 #define FWCore_Utilities_GlobalIdentifier_h 0003 0004 #include <string> 0005 namespace edm { 0006 std::string createGlobalIdentifier(bool binary = false); 0007 0008 bool isValidGlobalIdentifier(std::string const& guid); 0009 } // namespace edm 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |