Searched defs:auto_array (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ | ||
H A D | auto_array.hpp | 38 // The "auto_array" class. 55 class auto_array { class in namespace:atf 59 auto_array(T* = NULL) throw(); 60 auto_array(auto_array< T >&) throw(); 61 auto_array(auto_array_ref< T >) throw(); 62 ~auto_array(void) throw(); 69 auto_array< T >& operator=(auto_array< T >&) throw(); 70 auto_array< 77 auto_array< T >::auto_array(T* ptr) function in class:atf::auto_array 84 auto_array< T >::auto_array(auto_array< T >& ptr) function in class:atf::auto_array 91 auto_array< T >::auto_array(auto_array_ref< T > ref) function in class:atf::auto_array [all...] |
Completed in 7 milliseconds