1 #ifndef canvas_Persistency_Provenance_ProcessHistory_h 2 #define canvas_Persistency_Provenance_ProcessHistory_h 101 size_type
size()
const;
107 const_reference
operator[](size_type i)
const;
109 reference
at(size_type i);
110 const_reference
at(size_type i)
const;
112 const_iterator
begin()
const;
113 const_iterator
end()
const;
115 const_iterator
cbegin()
const;
116 const_iterator
cend()
const;
118 const_reverse_iterator
rbegin()
const;
119 const_reverse_iterator
rend()
const;
121 const_reverse_iterator
crbegin()
const;
122 const_reverse_iterator
crend()
const;
124 collection_type
const&
data()
const;
reference at(size_type i)
bool operator==(Provenance const &a, Provenance const &b) noexcept
const_iterator end() const
std::recursive_mutex mutex_
collection_type::const_reference const_reference
Transient< Transients > transients_
const_iterator begin() const
collection_type::reference reference
std::recursive_mutex & get_mutex() const
size_type capacity() const
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &)
collection_type::const_iterator const_iterator
const_reverse_iterator rend() const
reference operator[](size_type i)
ProcessHistoryID id() const
std::map< ProcessHistoryID const, ProcessHistory > ProcessHistoryMap
collection_type::const_reverse_iterator const_reverse_iterator
collection_type::iterator iterator
std::ostream & operator<<(std::ostream &os, const GroupSelector &gs)
const_reverse_iterator crend() const
const_iterator cbegin() const
const_reverse_iterator crbegin() const
const_iterator cend() const
bool isAncestor(ProcessHistory const &a, ProcessHistory const &b)
std::optional< ProcessConfiguration > getConfigurationForProcess(std::string const &name) const
std::vector< value_type > collection_type
const_reverse_iterator rbegin() const
collection_type::reverse_iterator reverse_iterator
void reserve(size_type n)
void swap(ProcessHistory &other)
ProcessHistory & operator=(ProcessHistory const &)
ProcessConfiguration value_type
void push_back(const_reference t)
collection_type const & data() const
collection_type::size_type size_type
bool isDescendant(ProcessHistory const &a, ProcessHistory const &b)