|
||||
File indexing completed on 2025-01-18 09:53:32
0001 // Boost uuid_generators.hpp header file ----------------------------------------------// 0002 0003 // Copyright 2006 Andy Tompkins. 0004 // Distributed under the Boost Software License, Version 1.0. (See 0005 // accompanying file LICENSE_1_0.txt or copy at 0006 // https://www.boost.org/LICENSE_1_0.txt) 0007 0008 // Revision History 0009 // 06 Feb 2006 - Initial Revision 0010 0011 #ifndef BOOST_UUID_GENERATORS_HPP 0012 #define BOOST_UUID_GENERATORS_HPP 0013 0014 #include <boost/uuid/nil_generator.hpp> 0015 #include <boost/uuid/string_generator.hpp> 0016 #include <boost/uuid/name_generator.hpp> 0017 #include <boost/uuid/random_generator.hpp> 0018 0019 #endif //BOOST_UUID_GENERATORS_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |