Searched refs:CanProxy (Results 1 – 1 of 1) sorted by relevance
25 template<typename T> class CanProxy; variable109 template<typename U> CanProxy<U> getAs() const;111 template<typename U> CanProxy<U> castAs() const;115 CanProxy<T> operator->() const;245 template<typename U> CanProxy<U> getAs() const { in getAs()334 class CanProxy : public CanProxyAdaptor<T> {337 CanProxy() { } in CanProxy() function340 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function392 typedef CanProxy<Type> pointer;703 CanProxy<U> CanQual<T>::getAs() const {[all …]