This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Namespace List
Namespace Members
Functions
boost::assertion::detail Namespace Reference
Functions
void
assertion_failed_msg
(char const *expr, char const *msg, char const *function, char const *file, long
line
)
Function Documentation
void boost::assertion::detail::assertion_failed_msg
(
char const *
expr
,
char const *
msg
,
char const *
function
,
char const *
file
,
long
line
)
inline
Definition at line
97
of file
assert.hpp
.
99
{
100
BOOST_ASSERT_MSG_OSTREAM
101
<<
"***** Internal Program Error - assertion ("
<< expr <<
") failed in "
102
<<
function
<<
":\n"
103
<< file <<
'('
<<
line
<<
"): "
<< msg << std::endl;
104
std::abort();
105
}
line
char * line
Definition:
reader.c:25
BOOST_ASSERT_MSG_OSTREAM
#define BOOST_ASSERT_MSG_OSTREAM
Definition:
assert.hpp:88
boost
assertion
detail
Generated by
1.8.11