OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noncopyable
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
noncopyable.hpp
1
// Boost
noncopyable
.hpp header file --------------------------------------//
15
// class
noncopyable
cannot be copied.
21
class
noncopyable
class in namespace:boost::noncopyable_
24
noncopyable
() {}
function in class:boost::noncopyable_::noncopyable
25
~
noncopyable
() {}
27
noncopyable
( const
noncopyable
& );
28
const
noncopyable
& operator=( const
noncopyable
& );
32
typedef noncopyable_::
noncopyable
noncopyable
typedef in namespace:boost
[
all
...]
/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 236 milliseconds