Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::test_tools::predicate_result Class Reference

#include <predicate_result.hpp>

Public Member Functions

 predicate_result (bool pv_)
 
template<typename BoolConvertable >
 predicate_result (BoolConvertable const &pv_)
 
bool operator! () const
 
void operator= (bool pv_)
 
 operator safe_bool () const
 
 BOOST_READONLY_PROPERTY (bool,(predicate_result)) p_predicate_value
 
bool has_empty_message () const
 
wrap_stringstreammessage ()
 
const_string message () const
 

Constructor & Destructor Documentation

boost::test_tools::predicate_result::predicate_result ( bool  pv_)
inline
template<typename BoolConvertable >
boost::test_tools::predicate_result::predicate_result ( BoolConvertable const &  pv_)
inline

Member Function Documentation

boost::test_tools::predicate_result::BOOST_READONLY_PROPERTY ( bool  ,
(predicate_result  
)
bool boost::test_tools::predicate_result::has_empty_message ( ) const
inline
const_string boost::test_tools::predicate_result::message ( ) const
inline
boost::test_tools::predicate_result::operator safe_bool ( ) const
inline
bool boost::test_tools::predicate_result::operator! ( ) const
inline
void boost::test_tools::predicate_result::operator= ( bool  pv_)
inline

The documentation for this class was generated from the following file: