Go to the documentation of this file.
10 #ifndef CPROVER_UTIL_EXPANDING_VECTOR_H
11 #define CPROVER_UTIL_EXPANDING_VECTOR_H
25 typedef typename data_typet::iterator
iterator;
52 #endif // CPROVER_UTIL_EXPANDING_VECTOR_H
const_iterator cbegin() const
const_iterator end() const
data_typet::const_iterator const_iterator
data_typet::size_type size_type
void push_back(const T &t)
data_typet::iterator iterator
const_iterator cend() const
std::vector< T > data_typet
T & operator[](typename std::vector< T >::size_type n)
const_iterator begin() const
unsignedbv_typet size_type()