HomeSort by relevance Sort by last modified time
    Searched defs:noncopyable (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libutil++/
utility.h 17 /** 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/
Meta.h 96 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 1150 milliseconds