Home
last modified time | relevance | path

Searched refs:ORefObj (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vos/inc/vos/
H A Drefobj.inl26 ORefObj<T>::ORefObj(const T& Obj) function in ORefObj
34 inline ORefObj<T>::~ORefObj()
40 inline T& ORefObj<T>::operator=(const T& Obj)
48 inline ORefObj<T>::operator T&()
54 inline ORefObj<T>::operator const T&() const
60 inline T& ORefObj<T>::operator() ()
66 inline const T& ORefObj<T>::operator() () const
72 inline T& ORefObj<T>::getObj()
78 inline const T& ORefObj<T>::getObj() const
H A Drefobj.hxx44 class ORefObj : public IReference class
47 ORefObj(const T& Obj);
49 inline ~ORefObj();
74 ORefObj(const ORefObj<T>& handle);
75 ORefObj<T>& SAL_CALL operator= (const ORefObj<T>& handle);
H A Dpipe.hxx77 typedef ORefObj<oslPipe> PipeRef;
H A Dsocket.hxx437 typedef ORefObj<oslSocket> SockRef;

Completed in 15 milliseconds