Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
validation.hpp File Reference
Include dependency graph for validation.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define BOOST_RT_PARAM_REPORT_LOGIC_ERROR (   msg)    boost::BOOST_RT_PARAM_NAMESPACE::report_logic_error( format_stream().ref() << msg )