|
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator== (const iobject_ptr< T > &i_oLHS, const U *i_pRHS) |
| | Compare iobject_ptr<T> with plain pointer of the same type for equality.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator== (const T *i_pLHS, const iobject_ptr< U > &i_oRHS) |
| | Compare iobject_ptr<T> with plain pointer of the same type for equality.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator!= (const iobject_ptr< T > &i_oLHS, const U *i_pRHS) |
| | Compare iobject_ptr<T> with plain pointer of the same type for inequality.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator!= (const T *i_pLHS, const iobject_ptr< U > &i_oRHS) |
| | Compare iobject_ptr<T> with plain pointer of the same type for inequality.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator== (const iobject_ptr< T > &i_oLHS, const iobject_ptr< U > &i_oRHS) |
| | Compare two iobject_ptr with shared resource of same base for equality.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator!= (const iobject_ptr< T > &i_oLHS, const iobject_ptr< U > &i_oRHS) |
| | Compare two iobject_ptr with shared resource of same base for inequality.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator< (const iobject_ptr< T > &i_oLHS, const iobject_ptr< U > &i_oRHS) |
| | Less-than-operator for two iobject_ptr with shared resource of same base.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator> (const iobject_ptr< T > &i_oLHS, const iobject_ptr< U > &i_oRHS) |
| | Greater-than-operator for two iobject_ptr with shared resource of same base.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator<= (const iobject_ptr< T > &i_oLHS, const iobject_ptr< U > &i_oRHS) |
| | Less-than-or-equal-operator for two iobject_ptr with shared resource of same base.
|
| |
| template<typename T, typename U> |
| bool | adtf::ucom::ant::operator>= (const iobject_ptr< T > &i_oLHS, const iobject_ptr< U > &i_oRHS) |
| | Greater-than-or-equal-operator for two iobject_ptr with shared resource of same base.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator== (const iobject_ptr< T > &i_oLHS, std::nullptr_t) |
| | Compare iobject_ptr<T> with nullptr type for equality.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator== (std::nullptr_t, const iobject_ptr< T > &i_oRHS) |
| | Compare iobject_ptr<T> with nullptr type for equality.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator!= (const iobject_ptr< T > &i_oLHS, std::nullptr_t) |
| | Compare iobject_ptr<T> with nullptr type for inequality.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator!= (std::nullptr_t, const iobject_ptr< T > &i_oRHS) |
| | Compare iobject_ptr<T> with nullptr type for inequality.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator< (const iobject_ptr< T > &i_oLHS, std::nullptr_t) |
| | Check whether an iobject_ptr<T> contains a shared pointer less than nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator< (std::nullptr_t, const iobject_ptr< T > &i_oRHS) |
| | Check whether an iobject_ptr<T> contains a shared pointer less than nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator<= (const iobject_ptr< T > &i_oLHS, std::nullptr_t) |
| | Check whether an iobject_ptr<T> contains a shared pointer less than or equal to nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator<= (std::nullptr_t, const iobject_ptr< T > &i_oRHS) |
| | Check whether an iobject_ptr<T> contains a shared pointer less than or equal to nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator> (const iobject_ptr< T > &i_oLHS, std::nullptr_t) |
| | Check whether an iobject_ptr<T> contains a shared pointer greater than nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator> (std::nullptr_t, const iobject_ptr< T > &i_oRHS) |
| | Check whether an iobject_ptr<T> contains a shared pointer greater than nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator>= (const iobject_ptr< T > &i_oLHS, std::nullptr_t) |
| | Check whether an iobject_ptr<T> contains a shared pointer greater than or equal to nullptr.
|
| |
| template<typename T> |
| bool | adtf::ucom::ant::operator>= (std::nullptr_t, const iobject_ptr< T > &i_oRHS) |
| | Check whether an iobject_ptr<T> contains a shared pointer greater than or equal to nullptr.
|
| |
Copyright © Audi Electronics Venture GmbH. All rights reserved