![]() |
JustCpp
Repo wih C++ stuff
|
#include <oop.hpp>
Public Member Functions | |
MoveConstructor (int a) | |
MoveConstructor (MoveConstructor &&a) | |
~MoveConstructor () | |
int | getData (void) |
Private Attributes | |
int * | private1 |
MoveConstructor::MoveConstructor | ( | int | a | ) |
MoveConstructor::MoveConstructor | ( | MoveConstructor && | a | ) |
MoveConstructor::~MoveConstructor | ( | ) |
int MoveConstructor::getData | ( | void | ) |
|
private |