CHROMA
lib
util
info
unique_id.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Generate a unique id
4
*/
5
6
#ifndef __unique_id_h__
7
#define __unique_id_h__
8
9
namespace
Chroma
10
{
11
12
//! Return a unique id
13
/*!
14
* \ingroup info
15
*
16
* The id is return type a std::string. This gives maximal flexibility allowing
17
* the way the ID is generated to change in the future.
18
*/
19
std::string
uniqueId
();
20
21
}
// end namespace Chroma
22
23
#endif
Chroma::uniqueId
std::string uniqueId()
Return a unique id.
Definition:
unique_id.cc:18
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Generated by
1.9.1