Lines Matching refs:WpOLEBase
78 template<class T> class WpOLEBase : public WpBase class
84 WpOLEBase(T* pInt = NULL) : WpBase(pInt),pInterface(pInt){} in WpOLEBase() function in connectivity::ado::WpOLEBase
88 WpOLEBase<T>& operator=(const WpOLEBase<T>& rhs) in operator =()
95 WpOLEBase<T>& operator=(T* rhs) in operator =()
102 WpOLEBase(const WpOLEBase<T>& aWrapper) in WpOLEBase() function in connectivity::ado::WpOLEBase
107 virtual ~WpOLEBase() in ~WpOLEBase()
138 template<class Ts, class T, class WrapT> class WpOLECollection : public WpOLEBase<Ts>
141 using WpOLEBase<Ts>::pInterface;
142 using WpOLEBase<Ts>::IsValid;
145 WpOLECollection(Ts* pInt=NULL):WpOLEBase<Ts>(pInt){} in WpOLECollection()
148 {WpOLEBase<Ts>::operator=(rhs); return *this;}; in operator =()
219 using WpOLEBase<Ts>::pInterface;
223 {WpOLEBase<Ts>::operator=(rhs); return *this;}; in operator =()