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

/vbox/include/iprt/cpp/
H A Dlist.h64 * For the full public interface these list classes offer see RTCListBase.
129 * General helper template for managing native values in RTCListBase.
155 * Specialized helper template for managing pointer values in RTCListBase.
190 class RTCListBase class
213 RTCListBase(size_t cCapacity = kDefaultCapacity) function in class:RTCListBase
231 RTCListBase(const RTCListBase<T, ITYPE, MT>& other) argument
249 ~RTCListBase()
328 RTCListBase<T, ITYPE, MT> &insert(size_t i, const T &val)
358 RTCListBase< argument
403 prepend(const RTCListBase<T, ITYPE, MT> &other) argument
435 append(const RTCListBase<T, ITYPE, MT> &other) argument
457 operator =(const RTCListBase<T, ITYPE, MT>& other) argument
[all...]

Completed in 43 milliseconds