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

/haiku/headers/libs/agg/
H A Dagg_array.h106 template<class T> class pod_array class in namespace:agg
113 pod_array() : m_array(0), m_size(0) {} function in class:agg::pod_array
115 pod_array(unsigned size) : function in class:agg::pod_array
120 pod_array(const self_type& v) : function in class:agg::pod_array

Completed in 49 milliseconds