Public Member Functions | |
| UUID (const std::string &value) throw (TypeCastException) | |
| UUID (const char *value) throw (TypeCastException) | |
| UUID (uuid_t &value) throw () | |
| UUID (const sella::util::UUID &value) throw () | |
| UUID (const UUID &other) throw () | |
| bool | operator== (const UUID &other) const throw () |
| bool | operator!= (const UUID &other) const throw () |
| bool | operator> (const UUID &other) const throw () |
| bool | operator< (const UUID &other) const throw () |
| UUID & | operator= (const UUID &other) throw () |
| const sella::util::UUID * | getUUID () const throw () |
| virtual void | shrink_to_fit () throw () |
| virtual const std::string & | str () const throw () |
Static Public Attributes | |
| static const boost::regex | Pattern |
| static const int | Type = 0x07 |
Definition at line 27 of file UUID.h.
1.6.1