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

/vbox/include/VBox/com/
H A Darray.h687 * @param aCntr Container object to copy.
690 * @c aCntr).
693 SafeArray(const C<T, A> & aCntr) argument
695 resize(aCntr.size());
699 for (typename C<T, A>::const_iterator it = aCntr.begin();
700 it != aCntr.end(); ++ it, ++ i)
715 * @c aCntr).
716 * @param L Standard C++ compare class (deduced from @c aCntr).
717 * @param A Standard C++ allocator class (deduced from @c aCntr).
718 * @param K Map key class (deduced from @c aCntr)
[all...]

Completed in 34 milliseconds