| 1 | #ifndef BOOST_DESCRIBE_HPP_INCLUDED |
|---|---|
| 2 | #define BOOST_DESCRIBE_HPP_INCLUDED |
| 3 | |
| 4 | // Copyright 2020 Peter Dimov |
| 5 | // Distributed under the Boost Software License, Version 1.0. |
| 6 | // https://www.boost.org/LICENSE_1_0.txt |
| 7 | |
| 8 | #include <boost/describe/enumerators.hpp> |
| 9 | #include <boost/describe/bases.hpp> |
| 10 | #include <boost/describe/members.hpp> |
| 11 | #include <boost/describe/enum.hpp> |
| 12 | #include <boost/describe/class.hpp> |
| 13 | #include <boost/describe/modifiers.hpp> |
| 14 | #include <boost/describe/enum_to_string.hpp> |
| 15 | #include <boost/describe/enum_from_string.hpp> |
| 16 | #include <boost/describe/operators.hpp> |
| 17 | #include <boost/describe/descriptor_by_name.hpp> |
| 18 | #include <boost/describe/descriptor_by_pointer.hpp> |
| 19 | #include <boost/describe/modifier_description.hpp> |
| 20 | |
| 21 | #endif // #ifndef BOOST_DESCRIBE_HPP_INCLUDED |
| 22 |
