Function fuse_core::uuid::generate(const std::string&, const std::string&)

Function Documentation

inline UUID fuse_core::uuid::generate(const std::string &namespace_string, const std::string &data)

Generate a UUID from a namespace string and a C++ string.

Parameters:
  • namespace_string[in] A namespace or parent string used to generate non-overlapping UUIDs

  • data[in] A data buffer held in a C++-style string

Returns:

A repeatable UUID specific to the provided namespace and data