uuid_generators.hpp 611 B

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