Searched defs:noncopyable (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dutility.h17 /** noncopyable : object of class derived from this class can't be copied
19 class noncopyable { class
21 noncopyable() {} function in class:noncopyable
22 ~noncopyable() {}
24 noncopyable(noncopyable const &);
25 noncopyable const & operator=(noncopyable const &);
/external/eigen/Eigen/src/Core/util/
H A DMeta.h96 class noncopyable class in namespace:Eigen::internal
98 noncopyable(const noncopyable&);
99 const noncopyable& operator=(const noncopyable&);
101 noncopyable() {} function in class:Eigen::internal::noncopyable
102 ~noncopyable() {}

Completed in 168 milliseconds