1 #ifndef canvas_Persistency_Provenance_ProcessHistory_h 2 #define canvas_Persistency_Provenance_ProcessHistory_h 58 size_type
size()
const;
89 return data_.cbegin();
96 const_reverse_iterator
99 return data_.rbegin();
101 const_reverse_iterator
107 const_reverse_iterator
110 return data_.crbegin();
112 const_reverse_iterator
115 return data_.crend();
118 collection_type
const&
206 return data_.empty();
218 return data_.capacity();
std::ostream & operator<<(std::ostream &os, EDAnalyzer::Table< T > const &t)
const_iterator cbegin() const
const_reverse_iterator crend() const
collection_type::const_reference const_reference
reference operator[](size_type i)
const_reverse_iterator rend() const
bool getConfigurationForProcess(std::string const &name, ProcessConfiguration &config) const
Transient< Transients > transients_
collection_type::reference reference
const_iterator end() const
const_reverse_iterator rbegin() const
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &)
collection_type::const_iterator const_iterator
ProcessHistoryID id() const
std::map< ProcessHistoryID const, ProcessHistory > ProcessHistoryMap
const_iterator begin() const
Hash< ProcessHistoryType > ProcessHistoryID
collection_type::const_reverse_iterator const_reverse_iterator
collection_type::iterator iterator
collection_type const & data() const
void swap(Handle< T > &a, Handle< T > &b)
bool isDescendant(art::ProcessHistory const &a, art::ProcessHistory const &b)
const_reference at(size_type i) const
bool isAncestor(ProcessHistory const &a, ProcessHistory const &b)
void invalidateProcessHistoryID_()
const_reverse_iterator crbegin() const
reference at(size_type i)
std::vector< value_type > collection_type
collection_type::reverse_iterator reverse_iterator
void reserve(size_type n)
const_iterator cend() const
void swap(ProcessHistory &other)
const_reference operator[](size_type i) const
bool operator==(Provenance const &a, Provenance const &b)
ProcessConfiguration value_type
void swap(Hash< I > &other)
void push_back(const_reference t)
size_type capacity() const
ProcessHistoryID & phid() const
collection_type::size_type size_type