123456789101112131415161718192021 |
- #ifndef BOOST_DESCRIBE_HPP_INCLUDED
- #define BOOST_DESCRIBE_HPP_INCLUDED
- #include <boost/describe/enumerators.hpp>
- #include <boost/describe/bases.hpp>
- #include <boost/describe/members.hpp>
- #include <boost/describe/enum.hpp>
- #include <boost/describe/class.hpp>
- #include <boost/describe/modifiers.hpp>
- #include <boost/describe/enum_to_string.hpp>
- #include <boost/describe/enum_from_string.hpp>
- #include <boost/describe/operators.hpp>
- #include <boost/describe/descriptor_by_name.hpp>
- #include <boost/describe/descriptor_by_pointer.hpp>
- #include <boost/describe/modifier_description.hpp>
- #endif
|