Searched refs:noncopyable (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dnoncopyable.hpp36 // The "noncopyable" class.
39 class noncopyable { class in namespace:atf
44 noncopyable(const noncopyable& nc);
45 noncopyable& operator=(const noncopyable& nc);
50 noncopyable(void) {} function in class:atf::noncopyable
51 ~noncopyable(void) {}
H A Dcheck.hpp42 #include <atf-c++/noncopyable.hpp>
63 class check_result : noncopyable {
H A DMakefile.am.inc41 atf-c++/noncopyable.hpp \
53 atf-c++/noncopyable.hpp \
H A Dtests.hpp41 #include <atf-c++/noncopyable.hpp>
77 class tc : noncopyable {
H A Dtests.cpp58 #include "noncopyable.hpp"
132 struct impl::tc_impl : atf::noncopyable {
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtimer.hpp39 #include "atf-c++/noncopyable.hpp"
50 class timer : noncopyable {
H A Dio.hpp40 #include "../atf-c++/noncopyable.hpp"
257 class systembuf : public std::streambuf, atf::noncopyable
377 class pistream : public std::istream, noncopyable
403 class muxer : noncopyable {

Completed in 15 milliseconds