EventHistoryGetter.cc
Go to the documentation of this file.
2 
4 
5 #include <type_traits>
6 
7 namespace gallery {
8 
10  : eventNavigator_(eventNavigator)
11  {
13  "EventHistoryGetter is not nothrow destructible");
14  }
15 
18  {
20  }
21 
22  art::ProcessHistory const&
24  {
26  }
27 
28  art::History const&
30  {
31  return eventNavigator_->history();
32  }
33 } // namespace gallery
virtual art::ProcessHistoryID const & processHistoryID() const
art::ProcessHistory const & processHistory() const
art::ProcessHistoryID const & processHistoryID() const
EventNavigator const * eventNavigator_
EventHistoryGetter(EventNavigator const *)
art::History const & history() const
virtual art::ProcessHistory const & processHistory() const
virtual art::History const & history() const