#include <boost/test/utils/runtime/config.hpp>
#include <boost/test/utils/class_properties.hpp>
#include <boost/shared_ptr.hpp>
Classes | |
class | boost::BOOST_RT_PARAM_NAMESPACE::logic_error |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::BOOST_RT_PARAM_NAMESPACE | |
Macros | |
#define | BOOST_RT_PARAM_REPORT_LOGIC_ERROR(msg) boost::BOOST_RT_PARAM_NAMESPACE::report_logic_error( format_stream().ref() << msg ) |
#define | BOOST_RT_PARAM_VALIDATE_LOGIC(b, msg) if( b ) {} else BOOST_RT_PARAM_REPORT_LOGIC_ERROR( msg ) |
Functions | |
void | boost::BOOST_RT_PARAM_NAMESPACE::report_logic_error (format_stream &msg) |
#define BOOST_RT_PARAM_REPORT_LOGIC_ERROR | ( | msg | ) | boost::BOOST_RT_PARAM_NAMESPACE::report_logic_error( format_stream().ref() << msg ) |
Referenced by boost::BOOST_RT_PARAM_NAMESPACE::cla::parser::parse().
#define BOOST_RT_PARAM_VALIDATE_LOGIC | ( | b, | |
msg | |||
) | if( b ) {} else BOOST_RT_PARAM_REPORT_LOGIC_ERROR( msg ) |
Referenced by boost::BOOST_RT_PARAM_NAMESPACE::cla::char_name_policy::accept_modifier(), boost::BOOST_RT_PARAM_NAMESPACE::cla::typed_parameter< T >::accept_modifier(), boost::BOOST_RT_PARAM_NAMESPACE::cla::typed_argument_factory< T >::accept_modifier(), boost::BOOST_RT_PARAM_NAMESPACE::file::get_requ_param_value(), boost::BOOST_RT_PARAM_NAMESPACE::file::param_namespace::insert_param(), boost::BOOST_RT_PARAM_NAMESPACE::cla::parser::operator<<(), boost::BOOST_RT_PARAM_NAMESPACE::cla::parser::operator[](), and boost::BOOST_RT_PARAM_NAMESPACE::cla::parser::parse().