Searched refs:auto_array (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/
H A Dauto_array_fwd.hpp30 /// Forward declarations for utils/auto_array.hpp
38 template< class > class auto_array;
H A Dauto_array.hpp29 /// \file utils/auto_array.hpp
30 /// Provides the utils::auto_array class.
48 /// Wrapper class to provide reference semantics for utils::auto_array.
51 /// utils::auto_array from a function.
57 template< class > friend class utils::auto_array;
75 class auto_array { class in namespace:utils
80 auto_array(T* = NULL) throw();
81 auto_array(auto_array< T >&) throw();
82 auto_array(detai
[all...]
H A Dauto_array_test.cpp29 #include "utils/auto_array.ipp"
41 using utils::auto_array;
116 "auto_array smart pointer class");
122 auto_array< test_array > t(new test_array[10]);
132 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
139 auto_array< test_array > t1(new test_array[10]);
143 auto_array< test_array > t2(t1);
155 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
162 auto_array< test_array > t1(new test_array[10]);
166 auto_array< test_arra
[all...]
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dauto_array.hpp34 // The "auto_array" class.
51 class auto_array { class in namespace:atf
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();
65 auto_array< T >& operator=(auto_array< T >&) throw();
66 auto_array<
73 auto_array< T >::auto_array(T* ptr) function in class:atf::auto_array
80 auto_array< T >::auto_array(auto_array< T >& ptr) function in class:atf::auto_array
87 auto_array< T >::auto_array(auto_array_ref< T > ref) function in class:atf::auto_array
[all...]
H A Dauto_array_test.cpp26 #include "atf-c++/detail/auto_array.hpp"
41 // Tests for the "auto_array" class.
51 atf::auto_array< test_array >
52 do_copy(atf::auto_array< test_array >& ta)
54 return atf::auto_array< test_array >(ta);
92 "auto_array smart pointer class");
96 using atf::auto_array;
100 auto_array< test_array > t(new test_array[10]);
109 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
114 using atf::auto_array;
[all...]
H A Dprocess.hpp39 #include <atf-c++/detail/auto_array.hpp>
61 auto_array< const char* > m_exec_argv;
H A Dprocess.cpp49 atf::auto_array< const char* >
52 atf::auto_array< const char* > argv(new const char*[c.size() + 1]);
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dsystembuf.cpp35 #include "utils/auto_array.ipp"
51 utils::auto_array< char > _read_buf;
54 utils::auto_array< char > _write_buf;
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dparser.cpp43 #include "utils/auto_array.ipp"
64 utils::auto_array< ::option > long_options;
284 utils::auto_array< const char* > argv(new const char*[args.size() + 1]);
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dregex.cpp37 #include "utils/auto_array.ipp"
95 utils::auto_array< ::regmatch_t > _matches;
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Doperations.cpp60 #include "utils/auto_array.ipp"
554 utils::auto_array< char > buf(new char[full_template.str().length() + 1]);
606 utils::auto_array< char > buf(new char[full_template.str().length() + 1]);
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dtests.cpp61 #include "atf-c++/detail/auto_array.hpp"
210 auto_array< const char * > array(new const char*[(config.size() * 2) + 1]);
/freebsd-13-stable/contrib/atf/atf-sh/
H A Datf-check.cpp49 #include "atf-c++/detail/auto_array.hpp"
122 atf::auto_array< char > buf(new char[file.str().length() + 1]);

Completed in 91 milliseconds