src
narrowphase
detail
failed_at_this_configuration.cpp
Go to the documentation of this file.
1
#include "
fcl/narrowphase/detail/failed_at_this_configuration.h
"
2
3
#include <sstream>
4
5
namespace
fcl
{
6
namespace
detail {
7
8
void
ThrowFailedAtThisConfiguration
(
const
std::string& message,
9
const
char
* func,
10
const
char
* file,
int
line
) {
11
std::stringstream ss;
12
ss << file <<
":("
<<
line
<<
"): "
<< func <<
"(): "
<< message;
13
throw
FailedAtThisConfiguration
(ss.str());
14
}
15
16
}
// namespace detail
17
}
// namespace fcl
failed_at_this_configuration.h
fcl::detail::ThrowFailedAtThisConfiguration
FCL_EXPORT void ThrowFailedAtThisConfiguration(const std::string &message, const char *func, const char *file, int line)
Definition:
failed_at_this_configuration.cpp:8
line
static char * line
Definition:
svm.cpp:2902
fcl
Main namespace.
Definition:
broadphase_bruteforce-inl.h:45
fcl::detail::FailedAtThisConfiguration
Definition:
failed_at_this_configuration.h:65
fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:48