uSCXML 2.0.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
util
UUID.h
Go to the documentation of this file.
1
20
#ifndef UUID_H_8X65R2EI
21
#define UUID_H_8X65R2EI
22
23
#include "
uscxml/Common.h
"
24
#include <string>
25
26
namespace
uscxml
{
27
28
class
USCXML_API
UUID
{
29
public
:
30
static
std::string getUUID();
31
static
bool
isUUID(
const
std::string& uuid);
32
};
33
34
}
35
36
37
#endif
/* end of include guard: UUID_H_8X65R2EI */
uscxml
Definition:
Breakpoint.cpp:26
Common.h
uscxml::UUID
Definition:
UUID.h:28