VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
include
vapor
NonCopyableMixin.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
VAPoR
{
4
18
19
class
NonCopyableMixin
{
20
protected
:
21
NonCopyableMixin
() {}
22
~NonCopyableMixin
() {}
23
24
private
:
25
NonCopyableMixin
(
const
NonCopyableMixin
&) =
delete
;
26
NonCopyableMixin
&operator=(
const
NonCopyableMixin
&) =
delete
;
27
};
28
};
// namespace VAPoR
VAPoR::NonCopyableMixin
Mixin class that prevents copying.
Definition:
NonCopyableMixin.h:19
VAPoR::NonCopyableMixin::NonCopyableMixin
NonCopyableMixin()
Definition:
NonCopyableMixin.h:21
VAPoR::NonCopyableMixin::~NonCopyableMixin
~NonCopyableMixin()
Definition:
NonCopyableMixin.h:22
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6