Lines Matching full:throw
55 auto_array(T* = NULL) throw();
56 auto_array(auto_array< T >&) throw();
57 auto_array(auto_array_ref< T >) throw();
58 ~auto_array(void) throw();
60 T* get(void) throw();
61 const T* get(void) const throw();
62 T* release(void) throw();
63 void reset(T* = NULL) throw();
65 auto_array< T >& operator=(auto_array< T >&) throw();
66 auto_array< T >& operator=(auto_array_ref< T >) throw();
68 T& operator[](int) throw();
69 operator auto_array_ref< T >(void) throw();
74 throw() : in auto_array()
81 throw() : in auto_array()
88 throw() : in auto_array()
95 throw() in ~auto_array()
104 throw() in get()
112 const throw() in get()
120 throw() in release()
130 throw() in reset()
140 throw() in operator =()
149 throw() in operator =()
161 throw() in operator []()
168 throw() in operator auto_array_ref<T>()