HomeSort by: relevance | last modified time | path
    Searched defs:auto_array (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/
auto_array.hpp 29 /// \file utils/auto_array.hpp
30 /// Provides the utils::auto_array class.
43 template< class > class auto_array;
49 /// Wrapper class to provide reference semantics for utils::auto_array.
52 /// utils::auto_array from a function.
58 template< class > friend class utils::auto_array;
76 class auto_array { class in namespace:utils
81 auto_array(T* = NULL) throw();
82 auto_array(auto_array< T >&) throw()
    [all...]
  /src/external/bsd/atf/dist/atf-c++/detail/
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< T >& operator=(auto_array_ref< T >) throw()
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...]
  /src/external/bsd/atf/dist/tools/
auto_array.hpp 38 // The "auto_array" class.
55 class auto_array { class in namespace:tools
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< T >& operator=(auto_array_ref< T >) throw()
77 auto_array< T >::auto_array(T* ptr) function in class:tools::auto_array
84 auto_array< T >::auto_array(auto_array< T >& ptr) function in class:tools::auto_array
91 auto_array< T >::auto_array(auto_array_ref< T > ref) function in class:tools::auto_array
    [all...]

Completed in 40 milliseconds