Definition at line 130 of file test_virtual_functions.cpp.
◆ ~NCVirt()
virtual NCVirt::~NCVirt |
( |
| ) |
|
|
virtualdefault |
◆ NCVirt() [1/2]
◆ NCVirt() [2/2]
NCVirt::NCVirt |
( |
const NCVirt & |
| ) |
|
|
delete |
◆ get_movable()
virtual Movable NCVirt::get_movable |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
pure virtual |
◆ get_noncopyable()
virtual NonCopyable NCVirt::get_noncopyable |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinevirtual |
◆ print_movable()
std::string NCVirt::print_movable |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inline |
◆ print_nc()
std::string NCVirt::print_nc |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: