uuid_generators.hpp 638 B

1234567891011121314151617
  1. #ifndef BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED
  2. #define BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED
  3. // Boost uuid_generators.hpp header file ----------------------------------------------//
  4. // Copyright 2006 Andy Tompkins.
  5. // Distributed under the Boost Software License, Version 1.0. (See
  6. // accompanying file LICENSE_1_0.txt or copy at
  7. // https://www.boost.org/LICENSE_1_0.txt)
  8. #include <boost/uuid/nil_generator.hpp>
  9. #include <boost/uuid/string_generator.hpp>
  10. #include <boost/uuid/name_generator.hpp>
  11. #include <boost/uuid/random_generator.hpp>
  12. #include <boost/uuid/time_generator.hpp>
  13. #endif //BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED