This header defines the UUIDGenerator class. More...
#include <ssrc/wispers/types.h>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
Include dependency graph for UUIDGenerator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | UUIDGenerator |
Functions | |
__BEGIN_NS_SSRC_WSPR_UTILITY uuid_key_type | uuid_to_uuid_key (const boost::uuids::uuid &uuid) |
uuid_key_type | str_to_uuid_key (const std::string &str) SSRC_DECL_THROW(std |
Detailed Description
This header defines the UUIDGenerator class.
Definition in file UUIDGenerator.h.
Function Documentation
uuid_key_type str_to_uuid_key | ( | const std::string & | str | ) | [inline] |
Definition at line 34 of file UUIDGenerator.h.
References uuid_to_uuid_key().
__BEGIN_NS_SSRC_WSPR_UTILITY uuid_key_type uuid_to_uuid_key | ( | const boost::uuids::uuid & | uuid | ) |
Definition at line 29 of file UUIDGenerator.cc.
References uuid_key_type::high_bits, __BEGIN_NS_SSRC_WSPR_UTILITY::IsLittleEndian, and uuid_key_type::low_bits.
Referenced by UUIDGenerator::gen_uuid_key(), and str_to_uuid_key().
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.