Brief description starts here. More...
#include <uuid.hpp>
Public Member Functions | |
| uuid (void) | |
| Brief description starts here. | |
| uuid (char const *uuid_str) | |
| Brief description starts here. | |
| std::string | string (void) const |
| Brief description starts here. | |
Friends | |
| bool | operator== (const uuid &lhs, const uuid &rhs) |
| Brief description starts here. | |
| bool | operator!= (const uuid &lhs, const uuid &rhs) |
| Brief description starts here. | |
| bool | operator< (const uuid &lhs, const uuid &rhs) |
| Brief description starts here. | |
| bool | operator> (const uuid &lhs, const uuid &rhs) |
| Brief description starts here. | |
| bool | operator<= (const uuid &lhs, const uuid &rhs) |
| Brief description starts here. | |
| bool | operator>= (const uuid &lhs, const uuid &rhs) |
| Brief description starts here. | |
| std::ostream & | operator<< (std::ostream &ostrm, const uuid &rhs) |
| Brief description starts here. | |
| std::istream & | operator>> (std::istream &istrm, uuid &rhs) |
| Brief description starts here. | |
Brief description starts here.
Definition at line 30 of file uuid.hpp.
| saga::uuid::uuid | ( | char const * | uuid_str | ) |
| std::string saga::uuid::string | ( | void | ) | const |
| std::ostream& operator<< | ( | std::ostream & | ostrm, | |
| const uuid & | rhs | |||
| ) | [friend] |
Brief description starts here.
| std::istream& operator>> | ( | std::istream & | istrm, | |
| uuid & | rhs | |||
| ) | [friend] |
Brief description starts here.
1.7.1