35 , object_info(subscriptor.object_info)
37 for (
const auto validity_ptr : subscriptor.validity_pointers)
38 *validity_ptr =
false;
46 *validity_ptr =
false;
76 # if __cpp_lib_uncaught_exceptions >= 201411 78 if (std::uncaught_exceptions() == 0)
80 if (std::uncaught_exception() ==
false)
83 std::string infostring;
86 if (map_entry.second > 0)
87 infostring += std::string(
"\n from Subscriber ") +
88 std::string(map_entry.first);
91 if (infostring.empty())
92 infostring =
"<none>";
102 <<
"---------------------------------------------------------" 104 <<
"An object pointed to by a SmartPointer is being destroyed." 106 <<
"Under normal circumstances, this would abort the program." 108 <<
"However, another exception is being processed at the" 110 <<
"moment, so the program will continue to run to allow" 112 <<
"this exception to be processed." << std::endl
113 <<
"---------------------------------------------------------" 125 for (
const auto validity_ptr : s.validity_pointers)
126 *validity_ptr =
false;
135 const std::string &
id)
const 137 std::lock_guard<std::mutex> lock(
mutex);
155 const std::string &
id)
const 166 std::lock_guard<std::mutex> lock(
mutex);
183 auto validity_ptr_it =
190 "This Subscriptor object does not know anything about the supplied pointer!"));
static ::ExceptionBase & ExcInUse(int arg1, std::string arg2, std::string arg3)
#define AssertNothrow(cond, exc)
std::vector< std::atomic< bool > * > validity_pointers
const std::type_info * object_info
Subscriptor & operator=(const Subscriptor &)
void unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const
void list_subscribers() const
static ::ExceptionBase & ExcMessage(std::string arg1)
void subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const
#define DEAL_II_NAMESPACE_CLOSE
std::map< std::string, unsigned int > counter_map
decltype(counter_map)::iterator map_iterator
std::atomic< unsigned int > counter
static const char * unknown_subscriber
#define DEAL_II_NAMESPACE_OPEN
static ::ExceptionBase & ExcNoSubscriber(std::string arg1, std::string arg2)
void check_no_subscribers() const noexcept