2013-08-08 09:54:33 +00:00
|
|
|
/*=============================================================================
|
2015-01-10 10:13:57 +00:00
|
|
|
Copyright (c) 2011-2015 Bolero MURAKAMI
|
2013-08-08 09:54:33 +00:00
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
=============================================================================*/
|
2012-07-15 12:20:56 +00:00
|
|
|
#ifndef SPROUT_UUID_GENERATORS_HPP
|
|
|
|
#define SPROUT_UUID_GENERATORS_HPP
|
2011-10-25 09:16:27 +00:00
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/uuid/nil_generator.hpp>
|
|
|
|
#include <sprout/uuid/string_generator.hpp>
|
|
|
|
#include <sprout/uuid/name_generator.hpp>
|
|
|
|
#include <sprout/uuid/random_generator.hpp>
|
|
|
|
|
2012-07-15 12:20:56 +00:00
|
|
|
#endif // #ifndef SPROUT_UUID_GENERATORS_HPP
|