Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-17 09:02:24

0001 #ifndef BOOST_UUID_GENERATORS_HPP_INCLUDED
0002 #define BOOST_UUID_GENERATORS_HPP_INCLUDED
0003 
0004 // Copyright 2006 Andy Tompkins
0005 // Copyright 2025 Peter Dimov
0006 // Distributed under the Boost Software License, Version 1.0.
0007 // https://www.boost.org/LICENSE_1_0.txt
0008 
0009 #include <boost/uuid/nil_generator.hpp>
0010 #include <boost/uuid/string_generator.hpp>
0011 #include <boost/uuid/name_generator.hpp>
0012 #include <boost/uuid/random_generator.hpp>
0013 #include <boost/uuid/time_generator.hpp>
0014 
0015 #endif // #ifndef BOOST_UUID_GENERATORS_HPP_INCLUDED