OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noncopyable
(Results
1 - 4
of
4
) 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/oprofile/libpp/
diff_container.h
21
class diff_container :
noncopyable
{
profile.h
33
class profile_t :
noncopyable
{
profile_container.h
35
class profile_container :
noncopyable
{
Completed in 1358 milliseconds