2013-08-08 18:54:33 +09:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2011-2013 Bolero MURAKAMI
|
|
|
|
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)
|
|
|
|
=============================================================================*/
|
2011-10-25 18:16:27 +09:00
|
|
|
#ifndef SPROUT_UUID_HPP
|
|
|
|
#define SPROUT_UUID_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/uuid/uuid.hpp>
|
2012-07-15 21:20:56 +09:00
|
|
|
#include <sprout/uuid/io.hpp>
|
|
|
|
#include <sprout/uuid/hash.hpp>
|
|
|
|
#include <sprout/uuid/tuple.hpp>
|
|
|
|
#include <sprout/uuid/generators.hpp>
|
2013-04-14 19:42:34 +09:00
|
|
|
#include <sprout/uuid/namespaces.hpp>
|
2012-03-18 22:04:09 +09:00
|
|
|
#include <sprout/uuid/udl.hpp>
|
2011-10-25 18:16:27 +09:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_UUID_HPP
|