| 
| 
  | GUID (boost::uuids::uuid const &) noexcept | 
|   | 
| 
  | GUID (GncGUID const &) noexcept | 
|   | 
| 
  | GUID (GUID const &) noexcept=default | 
|   | 
| 
GUID &  | operator= (GUID &&) noexcept | 
|   | 
| 
  | operator GncGUID () const noexcept | 
|   | 
| 
std::string  | to_string () const noexcept | 
|   | 
| 
auto  | begin () const noexcept -> decltype(implementation.begin()) | 
|   | 
| 
auto  | end () const noexcept -> decltype(implementation.end()) | 
|   | 
| 
bool  | operator< (GUID const &) noexcept | 
|   | 
 | 
| 
static GUID  | create_random () noexcept | 
|   | 
| 
static GUID const  &  | null_guid () noexcept | 
|   | 
| 
static GUID  | from_string (const char *) | 
|   | 
| 
static GUID  | from_string (std::string const &s) | 
|   | 
| 
static bool  | is_valid_guid (const char *) | 
|   | 
| 
static bool  | is_valid_guid (std::string const &s) | 
|   | 
 | 
| 
bool  | operator== (GUID const &, GncGUID const &) noexcept | 
|   | 
| 
bool  | operator!= (GUID const &, GUID const &) noexcept | 
|   | 
Definition at line 37 of file guid.hpp.
 
The documentation for this struct was generated from the following file: