Searched refs:CanProxy (Results 1 – 1 of 1) sorted by relevance
24 template<typename T> class CanProxy; variable108 template<typename U> CanProxy<U> getAs() const;110 template<typename U> CanProxy<U> castAs() const;114 CanProxy<T> operator->() const;244 template<typename U> CanProxy<U> getAs() const { in getAs()333 class CanProxy : public CanProxyAdaptor<T> {336 CanProxy() { } in CanProxy() function339 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function391 CanProxy<Type>, CanQualType> {397 CanProxy<Type> operator->() const;[all …]