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