| SAGA Adaptor CPI v.1.0 | 
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. | |
| saga::uuid::uuid | ( | char const * | uuid_str | ) | 
| std::string saga::uuid::string | ( | void | ) | const | 
Brief description starts here.
Definition at line 27 of file uuid.cpp.
Referenced by saga::adaptors::v1_0::register_attribute_functions(), and saga::adaptors::v1_0::register_permissions_functions().
| 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.