source: XIOS/branchs/xios-2.0/src/uuid.hpp @ 1627

Last change on this file since 1627 was 1048, checked in by ymipsl, 7 years ago
  • Xios output now an uuid for each files.
  • 2 new file attribute to parametrize uuid output :
    • uuid_name (default is "uuid")
    • uuid_format : the substring "%uuid%" will replace by the uuid (default : no format)

YM

File size: 176 bytes
Line 
1#ifndef __UUID_HPP__
2#define __UUID_HPP__
3
4#include <string>
5
6namespace 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.