34 , object_info(subscriptor.object_info)
36 for (
auto *
const validity_ptr : subscriptor.validity_pointers)
37 *validity_ptr =
false;
38 subscriptor.validity_pointers.clear();
46 *validity_ptr =
false;
76 if (std::uncaught_exceptions() == 0)
78 std::string infostring;
81 if (map_entry.second > 0)
82 infostring += std::string(
"\n from Subscriber ") +
83 std::string(map_entry.first);
86 if (infostring.empty())
87 infostring =
"<none>";
97 <<
"---------------------------------------------------------"
99 <<
"An object pointed to by a ObserverPointer is being destroyed."
101 <<
"Under normal circumstances, this would abort the program."
103 <<
"However, another exception is being processed at the"
105 <<
"moment, so the program will continue to run to allow"
107 <<
"this exception to be processed." << std::endl
108 <<
"---------------------------------------------------------"
120 for (
auto *
const validity_ptr : s.validity_pointers)
121 *validity_ptr =
false;
123 object_info = s.object_info;
131 const std::string &
id)
const
133 std::lock_guard<std::mutex> lock(
mutex);
151 const std::string &
id)
const
162 std::lock_guard<std::mutex> lock(
mutex);
179 auto validity_ptr_it =
186 "This Subscriptor object does not know anything about the supplied pointer!"));
std::vector< std::atomic< bool > * > validity_pointers
void unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const
std::atomic< unsigned int > counter
void check_no_subscribers() const noexcept
void list_subscribers() const
const std::type_info * object_info
Subscriptor & operator=(const Subscriptor &)
void subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const
std::map< std::string, unsigned int > counter_map
decltype(counter_map)::iterator map_iterator
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
static ::ExceptionBase & ExcInUse(int arg1, std::string arg2, std::string arg3)
#define AssertNothrow(cond, exc)
static ::ExceptionBase & ExcNoSubscriber(std::string arg1, std::string arg2)
static ::ExceptionBase & ExcMessage(std::string arg1)
static const char * unknown_subscriber