36 , object_info(subscriptor.object_info)
38 for (
auto *
const validity_ptr : subscriptor.validity_pointers)
39 *validity_ptr =
false;
40 subscriptor.validity_pointers.clear();
48 *validity_ptr =
false;
78 if (std::uncaught_exceptions() == 0)
80 std::string infostring;
83 if (map_entry.second > 0)
85 "\n from Subscriber " + std::string(map_entry.first);
88 if (infostring.empty())
89 infostring =
"<none>";
99 <<
"---------------------------------------------------------"
101 <<
"An object pointed to by a ObserverPointer is being destroyed."
103 <<
"Under normal circumstances, this would abort the program."
105 <<
"However, another exception is being processed at the"
107 <<
"moment, so the program will continue to run to allow"
109 <<
"this exception to be processed." << std::endl
110 <<
"---------------------------------------------------------"
122 for (
auto *
const validity_ptr : s.validity_pointers)
123 *validity_ptr =
false;
125 object_info = s.object_info;
133 const std::string &
id)
const
135 std::lock_guard<std::mutex> lock(
mutex);
153 const std::string &
id)
const
164 std::lock_guard<std::mutex> lock(
mutex);
181 auto validity_ptr_it =
188 "This EnableObserverPointer object does not know anything about the supplied pointer!"));
virtual ~EnableObserverPointer()
void check_no_subscribers() const noexcept
void subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const
decltype(counter_map)::iterator map_iterator
EnableObserverPointer & operator=(const EnableObserverPointer &)
std::atomic< unsigned int > counter
void unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const
void list_subscribers() const
std::map< std::string, unsigned int > counter_map
std::vector< std::atomic< bool > * > validity_pointers
const std::type_info * object_info
#define DEAL_II_NAMESPACE_OPEN
constexpr bool running_in_debug_mode()
#define DEAL_II_NAMESPACE_CLOSE
static const char * unknown_subscriber
#define AssertNothrow(cond, exc)
static ::ExceptionBase & ExcNoSubscriber(std::string arg1, std::string arg2)
static ::ExceptionBase & ExcInUse(int arg1, std::string arg2, std::string arg3)
static ::ExceptionBase & ExcMessage(std::string arg1)