Lines Matching full:throw
60 auto_array< T >::auto_array(T* ptr) throw() :
71 auto_array< T >::auto_array(auto_array< T >& ptr) throw() :
84 auto_array< T >::auto_array(detail::auto_array_ref< T > ref) throw() :
92 auto_array< T >::~auto_array(void) throw()
104 auto_array< T >::get(void) throw()
115 auto_array< T >::get(void) const throw()
126 auto_array< T >::release(void) throw()
142 auto_array< T >::reset(T* ptr) throw()
156 auto_array< T >::operator=(auto_array< T >& ptr) throw()
169 auto_array< T >::operator=(detail::auto_array_ref< T > ref) throw()
189 auto_array< T >::operator[](int pos) throw()
205 auto_array< T >::operator[](int pos) const throw()
218 auto_array< T >::operator detail::auto_array_ref< T >(void) throw()