Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-01 08:33:19

0001 #ifndef BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED
0002 #define BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED
0003 
0004 // Boost uuid_generators.hpp header file  ----------------------------------------------//
0005 
0006 // Copyright 2006 Andy Tompkins.
0007 // Distributed under the Boost Software License, Version 1.0. (See
0008 // accompanying file LICENSE_1_0.txt or copy at
0009 // https://www.boost.org/LICENSE_1_0.txt)
0010 
0011 #include <boost/uuid/nil_generator.hpp>
0012 #include <boost/uuid/string_generator.hpp>
0013 #include <boost/uuid/name_generator.hpp>
0014 #include <boost/uuid/random_generator.hpp>
0015 #include <boost/uuid/time_generator.hpp>
0016 
0017 #endif //BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED