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

Function Documentation

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

Generate a UUID from a namespace string and C-style 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