Searched defs:pod_vector (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_array.h162 template<class T> class pod_vector class in namespace:agg
168 pod_vector() : m_size(0), m_capacity(0), m_array(0) {} function in class:agg::pod_vector
261 template<class T> pod_vector<T>::pod_vector(unsigned cap, unsigned extra_tail) : function in class:agg::pod_vector
267 template<class T> pod_vector<T>::pod_vector(const pod_vector<T>& v) : function in class:agg::pod_vector
277 operator =(const pod_vector<T>&v) argument
[all...]

Completed in 87 milliseconds