#include <boost/test/detail/config.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/call_traits.hpp>
#include <boost/type_traits/add_pointer.hpp>
#include <boost/type_traits/add_const.hpp>
#include <boost/utility/addressof.hpp>
#include <iosfwd>
#include <boost/test/detail/suppress_warnings.hpp>
#include <boost/test/detail/enable_warnings.hpp>
Classes | |
class | boost::unit_test::class_property< PropertyType > |
class | boost::unit_test::readonly_property< PropertyType > |
class | boost::unit_test::readwrite_property< PropertyType > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::unit_test | |
Macros | |
#define | DEFINE_PROPERTY_FREE_BINARY_OPERATOR(op) |
#define | BOOST_READONLY_PROPERTY_DECLARE_FRIEND(r, data, elem) friend class elem; |
#define | BOOST_READONLY_PROPERTY(property_type, friends) |
Functions | |
template<typename CharT1 , typename Tr , class PropertyType > | |
std::basic_ostream< CharT1, Tr > & | boost::unit_test::operator<< (std::basic_ostream< CharT1, Tr > &os, class_property< PropertyType > const &p) |
template<class PropertyType > | |
bool | boost::unit_test::operator== (PropertyType const &lhs, class_property< PropertyType > const &rhs) |
template<class PropertyType > | |
bool | boost::unit_test::operator== (class_property< PropertyType > const &lhs, PropertyType const &rhs) |
template<class PropertyType > | |
bool | boost::unit_test::operator== (class_property< PropertyType > const &lhs, class_property< PropertyType > const &rhs) |
template<class PropertyType > | |
bool | boost::unit_test::operator!= (PropertyType const &lhs, class_property< PropertyType > const &rhs) |
template<class PropertyType > | |
bool | boost::unit_test::operator!= (class_property< PropertyType > const &lhs, PropertyType const &rhs) |
template<class PropertyType > | |
bool | boost::unit_test::operator!= (class_property< PropertyType > const &lhs, class_property< PropertyType > const &rhs) |
#define BOOST_READONLY_PROPERTY | ( | property_type, | |
friends | |||
) |
#define BOOST_READONLY_PROPERTY_DECLARE_FRIEND | ( | r, | |
data, | |||
elem | |||
) | friend class elem; |
#define DEFINE_PROPERTY_FREE_BINARY_OPERATOR | ( | op | ) |