33 if (!n.valid())
return false;
72 return this->NodeList_[n];
76 return this->NodeList_[n];
101 return this->
NodeList_.insert(pos, value);
105 return this->
NodeList_.insert(pos, std::move(value));
109 return this->
NodeList_.insert(pos, count, value);
113 return this->
NodeList_.insert(pos, ilist);
121 return this->
NodeList_.erase(first, last);
129 return this->
NodeList_.push_back(std::move(node));
141 return this->
NodeList_.resize(count, value);
size_type size() const noexcept
STL-like interface
NodeList::const_reference const_reference
STL-like interface
size_type capacity() const noexcept
STL-like interface
iterator insert(const_iterator pos, const_reference value)
STL-like interface
iterator begin() noexcept
STL-like interface
void pop_back()
STL-like interface
const_iterator cend() const noexcept
STL-like interface
void push_back(const_reference node)
STL-like interface
reverse_iterator rend() noexcept
STL-like interface
void shrink_to_fit() noexcept
STL-like interface
NodeList::iterator iterator
STL-like interface
bool empty() const noexcept
STL-like interface
const_reverse_iterator crbegin() const noexcept
STL-like interface
void resize(size_type count)
STL-like interface
const_reference front() const
STL-like interface
const_reference at(size_type n) const
STL-like interface
size_type max_size() const noexcept
STL-like interface
iterator erase(const_iterator pos)
STL-like interface
const_iterator cbegin() const noexcept
STL-like interface
const_reference operator[](size_type n) const noexcept
STL-like interface
ForwardMessage & operator=(const ForwardMessage &)
bool isValid_() const final
NodeList::const_iterator const_iterator
STL-like interface
void reserve(size_type new_cap)
STL-like interface
NodeList::value_type value_type
STL-like interface
NodeList::size_type size_type
STL-like interface
NodeList::reverse_iterator reverse_iterator
STL-like interface
reverse_iterator rbegin() noexcept
STL-like interface
const_reference back() const
STL-like interface
void clear() noexcept
STL-like interface
const_reverse_iterator crend() const noexcept
STL-like interface
iterator end() noexcept
STL-like interface
NodeList::reference reference
STL-like interface
NodeList::const_reverse_iterator const_reverse_iterator
STL-like interface