source:
XIOS/dev/dev_ym/XIOS_COUPLING/src/uuid.hpp
@
2146
Last change on this file since 2146 was 1174, checked in by oabramkina, 7 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
1 | #ifndef __UUID_HPP__ |
2 | #define __UUID_HPP__ |
3 | |
4 | #include <string> |
5 | |
6 | namespace xios |
7 | { |
8 | std::string getUuidStr(void) ; |
9 | std::string getUuidStr(const std::string& format) ; |
10 | } |
11 | |
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.