Searched refs:CanProxy (Results 1 – 1 of 1) sorted by relevance
31 template<typename T> class CanProxy; variable121 template<typename U> CanProxy<U> getAs() const;123 template<typename U> CanProxy<U> castAs() const;127 CanProxy<T> operator->() const;259 template<typename U> CanProxy<U> getAs() const { in getAs()350 class CanProxy : public CanProxyAdaptor<T> {353 CanProxy() = default;356 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function410 CanProxy<Type>, CanQualType> {416 CanProxy<Type> operator->() const;[all …]