Lines Matching defs:aCntr

687      * @param aCntr Container object to copy.
690 * @c aCntr).
693 SafeArray(const C<T, A> & aCntr)
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).
1633 * @param aCntr Container object to copy.
1636 * @c aCntr).
1637 * @param A Standard C++ allocator class (deduced from @c aCntr).
1638 * @param OI Argument to the ComPtr template (deduced from @c aCntr).
1641 SafeIfaceArray(const C<ComPtr<OI>, A> & aCntr)
1645 Base::resize(aCntr.size());
1649 for (typename List::const_iterator it = aCntr.begin();
1650 it != aCntr.end(); ++ it, ++ i)
1662 * @param aCntr Container object to copy.
1665 * @c aCntr).
1666 * @param A Standard C++ allocator class (deduced from @c aCntr).
1667 * @param OI Argument to the ComObjPtr template (deduced from @c aCntr).
1670 SafeIfaceArray(const C<ComObjPtr<OI>, A> & aCntr)
1674 Base::resize(aCntr.size());
1678 for (typename List::const_iterator it = aCntr.begin();
1679 it != aCntr.end(); ++ it, ++ i)
1694 * @c aCntr).
1695 * @param L Standard C++ compare class (deduced from @c aCntr).
1696 * @param A Standard C++ allocator class (deduced from @c aCntr).
1697 * @param K Map key class (deduced from @c aCntr).
1698 * @param OI Argument to the ComPtr template (deduced from @c aCntr).
1726 * @c aCntr).
1727 * @param L Standard C++ compare class (deduced from @c aCntr).
1728 * @param A Standard C++ allocator class (deduced from @c aCntr).
1729 * @param K Map key class (deduced from @c aCntr).
1730 * @param OI Argument to the ComObjPtr template (deduced from @c aCntr).