|
| UUID | fuse_core::uuid::from_string (const std::string &uuid_string) |
| | Convert a string representation of the UUID into a UUID variable. More...
|
| |
| UUID | fuse_core::uuid::generate () |
| | Generate a random UUID. More...
|
| |
| UUID | fuse_core::uuid::generate (const void *data, size_t byte_count) |
| | Generate a UUID from a raw data buffer. More...
|
| |
| UUID | fuse_core::uuid::generate (const char *data) |
| | Generate a UUID from a C-style string. More...
|
| |
| UUID | fuse_core::uuid::generate (const std::string &data) |
| | Generate a UUID from a C++ string. More...
|
| |
| UUID | fuse_core::uuid::generate (const std::string &namespace_string, const void *data, size_t byte_count) |
| | Generate a UUID from a namespace string and a raw data buffer. More...
|
| |
| UUID | fuse_core::uuid::generate (const std::string &namespace_string, const char *data) |
| | Generate a UUID from a namespace string and C-style string. More...
|
| |
| 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. More...
|
| |
| UUID | fuse_core::uuid::generate (const std::string &namespace_string, const ros::Time &stamp) |
| | Generate a UUID from a namespace string and a ros timestamp. More...
|
| |
| UUID | fuse_core::uuid::generate (const std::string &namespace_string, const ros::Time &stamp, const UUID &id) |
| | Generate a UUID from a namespace string, a ros timestamp, and an additional id. More...
|
| |
| UUID | fuse_core::uuid::generate (const std::string &namespace_string, const uint64_t &user_id) |
| | Generate a UUID from a namespace string and a user provided id. More...
|
| |